robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.26k stars 3.04k forks source link

Won't take a /12 network as input #29

Closed andrewsmhay closed 10 years ago

andrewsmhay commented 10 years ago

root@vps7026:~# masscan 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf /root/masscan/data/exclude.conf: excluding 121 ranges from file FAIL: target IP address list empty [hint] try something like "--range 10.0.0.0/8" [hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan --range 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf /root/masscan/data/exclude.conf: excluding 121 ranges from file FAIL: target IP address list empty [hint] try something like "--range 10.0.0.0/8" [hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan -p21,22,80,443,3389 --range 10.176.0.0-10.191.255.255 --rate 3000 --excludefile /root/masscan/data/exclude.conf > conf/rackspace.conf /root/masscan/data/exclude.conf: excluding 121 ranges from file FAIL: target IP address list empty [hint] try something like "--range 10.0.0.0/8" [hint] try something like "--range 192.168.0.100-192.168.0.200"

robertdavidgraham commented 10 years ago

The 10.x.x.x range is excluded in the default exclude file, so don't use that exclude file.

I should probably add a warning to clarify this.


On Thu, 10/24/13, andrewsmhay notifications@github.com wrote:

Subject: [masscan] Won't take a /12 network as input (#29) To: "robertdavidgraham/masscan" masscan@noreply.github.com Date: Thursday, October 24, 2013, 8:21 PM

root@vps7026:~# masscan 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan --range 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan -p21,22,80,443,3389 --range 10.176.0.0-10.191.255.255 --rate 3000 --excludefile /root/masscan/data/exclude.conf > conf/rackspace.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

— Reply to this email directly or view it on GitHub.

andrewsmhay commented 10 years ago

Ahhhh I'm an idiot. 10/8....derp

On Thu, Oct 24, 2013 at 9:30 PM, Robert David Graham < notifications@github.com> wrote:

The 10.x.x.x range is excluded in the default exclude file, so don't use that exclude file.

I should probably add a warning to clarify this.


On Thu, 10/24/13, andrewsmhay notifications@github.com wrote:

Subject: [masscan] Won't take a /12 network as input (#29) To: "robertdavidgraham/masscan" masscan@noreply.github.com Date: Thursday, October 24, 2013, 8:21 PM

root@vps7026:~# masscan 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan --range 10.176.0.0/12 -p21,22,80,443,3389 --rate 3000 --excludefile /root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

root@vps7026:~# masscan -p21,22,80,443,3389 --range 10.176.0.0-10.191.255.255 --rate 3000 --excludefile /root/masscan/data/exclude.conf > conf/rackspace.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range 192.168.0.100-192.168.0.200"

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/robertdavidgraham/masscan/issues/29#issuecomment-27061010 .

Andrew Hay email: andrewsmhay@gmail.com mobile: +1.415.940.9660 blog: http://www.andrewhay.ca twitter: http://twitter.com/andrewsmhay linkedin: http://www.linkedin.com/in/andrewhay

robertdavidgraham commented 10 years ago

I checked in a fix so that the error message is more explanatory.


On Thu, 10/24/13, andrewsmhay notifications@github.com wrote:

Subject: Re: [masscan] Won't take a /12 network as input (#29) To: "robertdavidgraham/masscan" masscan@noreply.github.com Cc: "Robert David Graham" robert_david_graham@yahoo.com Date: Thursday, October 24, 2013, 9:35 PM

Ahhhh I'm an idiot. 10/8....derp

On Thu, Oct 24, 2013 at 9:30 PM, Robert David Graham <

notifications@github.com> wrote:

The 10.x.x.x range is excluded in the default exclude file, so don't use

that exclude file.

I should probably add a warning to clarify this.


On Thu, 10/24/13, andrewsmhay notifications@github.com wrote:

Subject: [masscan] Won't take a /12 network as input (#29)

To: "robertdavidgraham/masscan" masscan@noreply.github.com

Date: Thursday, October 24, 2013, 8:21 PM

root@vps7026:~# masscan 10.176.0.0/12

-p21,22,80,443,3389 --rate 3000 --excludefile

/root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from

file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range

192.168.0.100-192.168.0.200"

root@vps7026:~# masscan --range 10.176.0.0/12

-p21,22,80,443,3389 --rate 3000 --excludefile

/root/masscan/data/exclude.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from

file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range

192.168.0.100-192.168.0.200"

root@vps7026:~# masscan -p21,22,80,443,3389 --range

10.176.0.0-10.191.255.255 --rate 3000 --excludefile

/root/masscan/data/exclude.conf > conf/rackspace.conf

/root/masscan/data/exclude.conf: excluding 121 ranges from

file

FAIL: target IP address list empty

[hint] try something like "--range 10.0.0.0/8"

[hint] try something like "--range

192.168.0.100-192.168.0.200"

Reply to this email directly or view

it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/robertdavidgraham/masscan/issues/29#issuecomment-27061010

.

--

Andrew Hay

email: andrewsmhay@gmail.com

mobile: +1.415.940.9660

blog: http://www.andrewhay.ca

twitter: http://twitter.com/andrewsmhay

linkedin: http://www.linkedin.com/in/andrewhay

— Reply to this email directly or view it on GitHub.