Tweak README

This commit is contained in:
Andrew Dunham 2015-03-12 01:13:09 -07:00
parent efd9724871
commit e9ebd6779b

View File

@ -10,12 +10,23 @@ them. I generally just create these as I need them.
- [ag / the_silver_searcher](https://github.com/ggreer/the_silver_searcher)
- [nmap](http://nmap.org/)
## Building
Generally, if the directory contains a Dockerfile, you can run the build by
doing something like (where `FOO` is the directory name):
```
cd FOO
docker build -t static-binaries-FOO .
docker run -v `pwd`/../binaries:/output static-binaries-FOO
```
## Notes:
### nmap
- In order to do script scans, Nmap must know where the various Lua files live.
You can do this by setting the `NMAPDIR` environment variable:
You can do this by setting the `NMAPDIR` environment variable:
`NMAPDIR=/usr/share/nmap nmap -vvv -A www.target.com`
- The `nmap_centos5` binary isn't statically-linked; rather, it's built on