Skip to content

Banner Home Installation and Requirements Quick Usage and Examples Commands and Options Docs Changelog License

nmapUnleashed Docs

📦 Installation and Requirements

Required Installed Packages (Already installed on Kali)

  • nmap
  • xsltproc
  • grep
sudo apt install -y nmap xsltproc grep

Quick Install using pipx

pipx ensurepath
pipx install git+https://github.com/sharkeonix/nmap-unleashed.git
# now "nu" and "nmapUnleashed" are available

Offline: Quick Install using pipx

cd ./nmap-unleashed #where nmap-unleashed is the repository
pipx ensurepath
pipx install
# now "nu" and "nmapUnleashed" are available