Skip to content

Commit 3d29fc7

Browse files
committed
Update speed and variable names
1 parent 623ed49 commit 3d29fc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

masscanr.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

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\}')
3+
addr=$1
4+
out=$(echo $addr | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}')
55

6-
masscan -p1-65535 --rate 5000 $1 -oL $out.txt &&
6+
masscan -p1-65535 --rate 1000 $1 -oL $out.txt

0 commit comments

Comments
 (0)