Skip to content

Instantly share code, notes, and snippets.

@sgviking
Last active September 9, 2016 03:26
Show Gist options
  • Save sgviking/4476b1258d1a1deb57eaf021a6e17dc4 to your computer and use it in GitHub Desktop.
Save sgviking/4476b1258d1a1deb57eaf021a6e17dc4 to your computer and use it in GitHub Desktop.
static nmap
git clone https://github.com/andrew-d/static-binaries
cd static-binaries/nmap
docker build -t staticnmap .
docker run -v $(pwd):/output staticnmap  # take a nap
cd linux/x86_64
./nmap 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment