Skip to content

Commit

Permalink
Merge pull request robertdavidgraham#223 from ste/rfc1918
Browse files Browse the repository at this point in the history
Fix RFC1918 netmask (172.16.0.0/12)
  • Loading branch information
robertdavidgraham authored Jun 8, 2017
2 parents dcb6539 + e346b09 commit 6443d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ scan all "private" IP addresses. That would be the table of ranges like:

192.168.0.0/16
10.0.0.0/8
172.16.0.0/20
172.16.0.0/12

In this example, the first 64k indexes are appended to 192.168.x.x to form
the target address. Then, the next 16-million are appended to 10.x.x.x.
Expand Down
2 changes: 1 addition & 1 deletion doc/masscan.8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ might be:

# targets
range = 10.0.0.0/8,192.168.0.0/16
range = 172.16.0.0/14
range = 172.16.0.0/12
ports = 20-25,80,U:53
ping = true

Expand Down

0 comments on commit 6443d2d

Please sign in to comment.