It would be neat to show the changes over time rather than the end state. For example, if you run one scan per day, np would start at the oldest and process scan 1:
$ np
2022-01-01 12:10 AM 10.1.23.5 80/tcp open
2022-01-01 12:10 AM 10.1.23.5 22/tcp open
Then a subsequent scan against the host after SNMP has been enabled:
2022-01-02 12:10 AM 10.1.23.5 161/udp open
And later HTTP is disabled:
2022-01-03 12:10 AM 10.1.23.5 80/tcp closed
This would allow us to review only the changes for each new scan processed.
It would be neat to show the changes over time rather than the end state. For example, if you run one scan per day,
npwould start at the oldest and process scan 1:Then a subsequent scan against the host after SNMP has been enabled:
And later HTTP is disabled:
This would allow us to review only the changes for each new scan processed.