1 parent 623ed49 commit 3d29fc7Copy full SHA for 3d29fc7
1 file changed
masscanr.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-add=$1
4
-out=$(echo $add | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}')
+addr=$1
+out=$(echo $addr | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}')
5
6
-masscan -p1-65535 --rate 5000 $1 -oL $out.txt &&
+masscan -p1-65535 --rate 1000 $1 -oL $out.txt
0 commit comments