Skip to content
@trimstray edited this page Dec 21, 2018 · 7 revisions

Welcome to the htrace.sh wiki!

You can file an issue about it and ask that it be added.


Docker

The configuration is in the build/Dockerfile.

Build image

cd htrace.sh/build
docker build --rm -t htrace.sh -f Dockerfile .

Run container

docker run --rm -it --name htrace.sh htrace.sh -d http://nmap.org -s -h
Clone this wiki locally