static-toolbox/recipes/nmap
2018-02-26 17:02:00 +01:00
..
linux_aarch64 Added armhf and aarch64 recipes, binaries and prepackaged archives 2018-02-26 17:02:00 +01:00
linux_armhf Added armhf and aarch64 recipes, binaries and prepackaged archives 2018-02-26 17:02:00 +01:00
linux_x86 Initial commit 2018-02-22 13:54:13 +01:00
linux_x86_64 Initial commit 2018-02-22 13:54:13 +01:00
README.md Added armhf and aarch64 recipes, binaries and prepackaged archives 2018-02-26 17:02:00 +01:00

Nmap

Build Linux x86

sudo docker build -t static-toolbox-nmap-x86 .
sudo docker run -v $(pwd)/output:/output static-toolbox-nmap-x86

Build Linux x86_64

sudo docker build -t static-toolbox-nmap-x86-64 .
sudo docker run -v $(pwd)/output:/output static-toolbox-nmap-x86-64

Build Linux armhf

sudo docker build -t static-toolbox-nmap-armhf .
sudo docker run -v $(pwd)/output:/output static-toolbox-nmap-armhf

Build Linux aarch64

sudo docker build -t static-toolbox-nmap-aarch64 .
sudo docker run -v $(pwd)/output:/output static-toolbox-nmap-aarch64

Using the Nmap data directory

In order to use features like script scanning, we also need the Nmap data files that are typically installed into /usr/share/nmap. They are available in the data/nmap directory. Just copy this directory to the target system, e.g. into /tmp/nmap-data and run Nmap like this:

NMAPDIR=/tmp/nmap-data ./nmap