Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc981d commit bca9c15Copy full SHA for bca9c15
autoscan.sh
@@ -69,6 +69,7 @@ do
69
then
70
echo "RESUMING STAGE $X sS" >> ./tmp/stage
71
nmap --resume general/stage$X-sS-quick.xml
72
+ echo "DONE STAGE $X sS" >> ./tmp/stage
73
else
74
echo "STARTING STAGE $X sS" >> ./tmp/stage
75
nmap -p ${stages[$X]} --max-retries 5 -sS -Pn -n -sU -vv -iL ./tar.txt -oA general/stage$X-sS-quick --excludefile ./exc.txt
@@ -83,6 +84,7 @@ do
83
84
85
echo "RESUMING STAGE $X sT" >> ./tmp/stage
86
nmap --resume general/stage$X-sT-quick.xml
87
+ echo "DONE STAGE $X sT" >> ./tmp/stage
88
89
echo "STARTING STAGE $X sT" >> ./tmp/stage
90
nmap -p ${stages[$X]} --max-retries 5 -sT -Pn -n -sU -vv -iL ./tar.txt -oA general/stage$X-sT-quick --excludefile ./exc.txt
0 commit comments