Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 697 Bytes

README.md

File metadata and controls

executable file
·
17 lines (9 loc) · 697 Bytes

nmappy

Automating and Enhancing Nmap using Python

Nmappy performs following Operations:

  • Automating Nmap Scripting Engine Scripts -> nmappy.py -n or nmappy --nse

  • Searching Exploits using Nmap scan results (Uses searchsploit for searching exploits, only works for ubuntu) -> nmappy.py -s or nmappy.py --sploit

  • Finding difference in day-to-day scans and if any difference is found, a mail is send to the user automatically. -> nmappy.py -m or nmappy.py --mail

  • Interactive NMAP scanning -> nmappy.py -i or nmappy.py --interactive

  • Zenmap Default Scans -> nmappy.py -z or nmappy.py --zenmap

  • Directly enter NMAP commands -> nmappy.py -d or nmappy.py --direct