Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 1.62 KB

File metadata and controls

96 lines (67 loc) · 1.62 KB

pnutmap

Python Nmap Status License

about

pnutmap is a simple interactive Python wrapper for nmap designed for fast network scanning from the terminal.

it provides an easier way to run common reconnaissance commands without manually typing full nmap flags every time.

built for Linux environments, learning, lab use, and authorized security testing.


features

demo

show features
  • quick scan (-F)
  • full scan (-p-)
  • service detection (-sV)
  • os detection (-O)
  • aggressive scan (-A)
  • stealth scan (-sS)
  • ping discovery (-sn)
  • vulnerability scan (--script vuln)
  • trace route (--traceroute)
  • firewall evasion (-f)
  • IPv6 scan (-6)
  • SSH brute force (-p 22 --script ssh-brute)

requirements

  • Linux (Debian, Ubuntu, Arch, Kali, etc.)
  • Python 3.x
  • nmap installed

installation (linux)

Debian / Ubuntu / Kali

pipx install pnutmap --force

disclaimer

this tool is intended for educational purposes and authorized security testing only.

do not use it against systems you do not own or have explicit permission to test.


license

MIT License

plz