Kali linux or Linux OS
step 1: Install all modules
step 2: start Metasploit rpc
Note :
( 123 is my linux password - change the password according to yours - also change the password filed in the metasploit RPC module )
msfrpcd -P 123 -S
step 3: Open auto_pentest_scanner folder start execution
##########################################################################
step 1: install virtual environment
sudo apt install python3-venv -y
step 2: create venv
python3 -m venv venv
step 3: activate venv
source venv/bin/activate
##########################################################################
step 1: install nmap
sudo apt install namp -y
pip install python-nmap
step 2: install modules
pip install matplotlib reportLab requests pymetasploit3 pyfiglet
##########################################################################
step 1 : enter the of the person perform assessment
step 2 : enter the ip address to be scanned
step 3 : enter the ports to be scanned
##########################################################################

