Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bca9c15

Browse files
authored
Update autoscan.sh
1 parent ebc981d commit bca9c15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoscan.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ do
6969
then
7070
echo "RESUMING STAGE $X sS" >> ./tmp/stage
7171
nmap --resume general/stage$X-sS-quick.xml
72+
echo "DONE STAGE $X sS" >> ./tmp/stage
7273
else
7374
echo "STARTING STAGE $X sS" >> ./tmp/stage
7475
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
8384
then
8485
echo "RESUMING STAGE $X sT" >> ./tmp/stage
8586
nmap --resume general/stage$X-sT-quick.xml
87+
echo "DONE STAGE $X sT" >> ./tmp/stage
8688
else
8789
echo "STARTING STAGE $X sT" >> ./tmp/stage
8890
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

Comments
 (0)