Scan port services with Nmap and do metaexploit
This project is made during my intern in ITRI.
autoExploit uses Nmap to scan ports and do Metasploit after scanning.
-
I. Scan and brute force with Nmap, and do exploit with Metasploit
- run AutoScan with command
sudo python3 AutoScan.py <ip address> - edit msf config on
config.ini
- run AutoScan with command
-
II. Run without Nmap brute force
python3 AutoExploit.py -a <ip address> -n <nmap scan result> -k <keyword of msf exploit module>- Note that the nmap scan result should be in json format
- -n and -k arguments are optional