aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/tests/spoofbin/nmap
diff options
context:
space:
mode:
Diffstat (limited to 'autoscan/tests/spoofbin/nmap')
-rwxr-xr-xautoscan/tests/spoofbin/nmap16
1 files changed, 0 insertions, 16 deletions
diff --git a/autoscan/tests/spoofbin/nmap b/autoscan/tests/spoofbin/nmap
deleted file mode 100755
index 513ad52..0000000
--- a/autoscan/tests/spoofbin/nmap
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-oa=""
-while true; do
- case $1 in
- -oA) oa=$2; shift ;;
- *) shift ;;
- esac
- [[ $# -eq 1 ]] && break
-done
-
-if [ X"$oa" != X"" ]; then
- touch $oa.xml
- touch $oa.gnmap
- touch $oa.nmap
-fi