Code Monkey home page Code Monkey logo

Comments (3)

robertdavidgraham avatar robertdavidgraham commented on July 22, 2024

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 [email protected] wrote:

Subject: [masscan] Won't take a /12 network as input (#29)
To: "robertdavidgraham/masscan" [email protected]
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.

from masscan.

andrewsmhay avatar andrewsmhay commented on July 22, 2024

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

On Thu, Oct 24, 2013 at 9:30 PM, Robert David Graham <
[email protected]> 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 [email protected] wrote:

Subject: [masscan] Won't take a /12 network as input (#29)
To: "robertdavidgraham/masscan" [email protected]
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//issues/29#issuecomment-27061010
.

Andrew Hay
email: [email protected]
mobile: +1.415.940.9660
blog: http://www.andrewhay.ca
twitter: http://twitter.com/andrewsmhay
linkedin: http://www.linkedin.com/in/andrewhay

from masscan.

robertdavidgraham avatar robertdavidgraham commented on July 22, 2024

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


On Thu, 10/24/13, andrewsmhay [email protected] wrote:

Subject: Re: [masscan] Won't take a /12 network as input (#29)
To: "robertdavidgraham/masscan" [email protected]
Cc: "Robert David Graham" [email protected]
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 <

[email protected]> 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
[email protected] wrote:

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

To: "robertdavidgraham/masscan"
[email protected]

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//issues/29#issuecomment-27061010

.

--

Andrew Hay

email: [email protected]

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.

from masscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.