eviltik / evilscan

NodeJS Simple Network Scanner
https://github.com/eviltik/evilscan
MIT License
546 stars 63 forks source link

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

Open Matix-Media opened 2 years ago

Matix-Media commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

bskimball commented 2 years ago

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

Matix-Media commented 2 years ago

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?