Changes to nmap scripts
This commit is contained in:
parent
459fe8cf6d
commit
4fd0c63515
3 changed files with 42 additions and 5 deletions
6
bin/.bin/nmap/nmap-clean
Executable file
6
bin/.bin/nmap/nmap-clean
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cat | grep -v 'host down' |\
|
||||
grep -v Increa |\
|
||||
grep -v Ignoring |\
|
||||
grep -v '^#'
|
Loading…
Add table
Add a link
Reference in a new issue