Skip to content

Commit c6e50e9

Browse files
committed
Remove commented line
1 parent 3d29fc7 commit c6e50e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scanr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ while read line; do
1212
continue
1313
else
1414
echo "" && \
15-
echo "Scanning IP: " $ip && \
15+
echo "IP: " $ip && \
1616
echo "" && \
17-
masscan -p1-65535 --rate 1000 $ip -oL $ip.txt && \
17+
masscan -p1-65535 --rate 5000 $ip -oL $ip.txt && \
1818
cat $ip.txt >> $out && rm $ip.txt &&\
1919
echo "" >> $out && \
2020
sleep $[($RANDOM %3)]

0 commit comments

Comments
 (0)