Skip to content
@trimstray edited this page Mar 8, 2019 · 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 Dockerfile.

Build image

# Go into directory and build docker image
cd htrace.sh && build/build.sh

Run container

# Run the app
docker run --rm -it --name htrace.sh htrace.sh -u https://nmap.org -s -h
Clone this wiki locally