add readme
add sourcehut CI checks
initial commit
Dockerized Nmap ndiff
Clone this repository
Make sure you have docker setup:
$ docker --version
Add the list of IP addresses or CIDRs you wish to scan to
shared/targets/my_target.txt
(the file name is arbitrary).
Build the container:
$ make build
$ make run
You'll find the baselines (corresponding to each file in shared/targets/
)
in shared/baselines
. Diffs against the baselines in XML and text format
are in shared/diffs
.