~artoj/baseline-scan

dockerized nmap ndiff
add sourcehut CI checks
initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~artoj/baseline-scan
read/write
git@git.sr.ht:~artoj/baseline-scan

You can also use your local clone with git send-email.

#baseline-scan

Dockerized Nmap ndiff

#Getting started

  1. Clone this repository

  2. Make sure you have docker setup:

$ docker --version
  1. Add the list of IP addresses or CIDRs you wish to scan to shared/targets/my_target.txt (the file name is arbitrary).

  2. Build the container:

$ make build
  1. Start the scan. The first run creates the baseline while consecutive runs create diffs against the baseline.
$ 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.