aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/tests/spoofbin/nmap
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-11-01 23:07:03 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-11-01 23:07:03 +0100
commit8f821f0ca589fda38166e1b1a025d1ceb1a92910 (patch)
treed4a173d107b1fa247f72428a3ed9f47c76cf1bd8 /autoscan/tests/spoofbin/nmap
parentmove wifcap to github (diff)
downloadlaurent-tools-master.tar.xz
laurent-tools-master.zip
autoscan: move to https://github.com/P1sec/autoscanHEADmaster
git clone https://github.com/P1sec/autoscan.git
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