Ping Scan using nmap
nmap -T5 -sP 10.5.7.1-254 -sP (or -sn) dont do a port scan – only do a ping -T5 – fastest rate
Continue reading →nmap -T5 -sP 10.5.7.1-254 -sP (or -sn) dont do a port scan – only do a ping -T5 – fastest rate
Continue reading →openvasad -c ‘add_user’ -n <name> -r Admin
Continue reading →The following is a quick series of notes for fixes for vulnerabilities that may be found when running a penetration test using OpenVAS Most of these notes are written for Linux, some have notes on how they apply to other … Continue reading →
Log in as root and create a directory named /etc/openvas/ssl If you are doing a self signed certificate cd /etc/openvas/ssl openssl req -x509 -newkey rsa:2048 -nodes -days 3640 -keyout pentest.key -out pentest.pem (answer the prompts) If you are using a … Continue reading →
Under the Configuration menu, find Scan Configs now either Find an existing config that you use and select the “Clone” button to the right of it. After doing that, select the Edit button to the right of the new configuration … Continue reading →