Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How do I scan the entire internet? #88

Open
Matix-Media opened this issue May 29, 2022 · 4 comments
Open

Question: How do I scan the entire internet? #88

Matix-Media opened this issue May 29, 2022 · 4 comments

Comments

@Matix-Media
Copy link

Hi, I took a look at masscan and cidr. According to stack overflow I should be able to scan every IP by using 0.0.0.0/0 but evilscan does not appear to scan anything.

Is there a different way on how to archive this in evilscan?

@Matix-Media
Copy link
Author

Okay, so, as 0.0.0.0/0 didnt work, I tried it with 0.0.0.0/1 and I got a heap limit Allocation failed (JavaScript heap out of memory) exception.

Seems like it is taking up too much memory.

@Matix-Media
Copy link
Author

I get the same memory overflow when using 128.0.0.0/1 (128 x Class A Network)

@bskimball
Copy link

Trying to scan the entire internet is massive. You would need to break it down in smaller sections.

@Matix-Media
Copy link
Author

I know that it will take a while. I was planning to let it run on my Pi. So I would need to scan in chunks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants