Wrap NMAP and scan port dumping data to arbitrary data stores.
From GitHub:
pip install git+https://github.com/cooperlees/nmapscanner
TBA
python3 -m venv [--upgrade-deps] /tmp/tn
/tmp/tn/bin/pip install -e .
For testing we use ptr.
/tmp/tn/bin/ptr [-k] [--print-cov] [--debug] [--venv]
-k
: keep testing venv ptr creates--print-cov
: handy to see what coverage is on all files--debug
: Handy to see all commands run so you can run a step manually--venv
: Reuse an already created venv (much faster to launch + run all CI)