Instead of doing pentest, compliance scan is also part of my job to deliver to customer. Sometimes using a tools might get you headache if the tool scanner (Nessus) are not able to get a proper scan results.
So, in order to simplified it. I make everything in automated way by write a simple bash script.
Don't expect too much of it. It just run command ssh-copy-id and scp a file into the target server. You have to write your own script bash, python or whatever you wanted.
So, in order to simplified it. I make everything in automated way by write a simple bash script.
Don't expect too much of it. It just run command ssh-copy-id and scp a file into the target server. You have to write your own script bash, python or whatever you wanted.
Comments
Post a Comment