Changes to nmap scripts

This commit is contained in:
Jonathan Hodgson 2019-12-10 13:49:41 +00:00
parent 459fe8cf6d
commit 4fd0c63515
3 changed files with 42 additions and 5 deletions

6
bin/.bin/nmap/nmap-clean Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
cat | grep -v 'host down' |\
grep -v Increa |\
grep -v Ignoring |\
grep -v '^#'