PaytmLabs / nerve

NERVE Continuous Vulnerability Scanner
MIT License
456 stars 116 forks source link

error when try to scan 10.10.0.0/16 #11

Open sickwell opened 3 years ago

sickwell commented 3 years ago

hi, I found issue when trying to run scan against /16 subnet.

sickwell commented 3 years ago

Fixed by playing with utils.py function def is_network_in_denylist(self, network): hosts_limit = XXXXXX

dolevf commented 3 years ago

This will be fixed, thanks!

jonahbohlmann commented 2 years ago

Hi, any update?

When I try to scan a /16, I got an issue, that this network range is not valid. Any idea?

sickwell commented 2 years ago

Hey! Yes, there is restriction in the code. You can fix it manually in python code. I can’t find the function now because I’m from mobile phone - let me know if you can’t too. I will look.

Sent from my iPhone

On 25 Jan 2022, at 21:06, Jonah Bohlmann @.***> wrote:

 Hi, any update?

When I try to scan a /16, I got an issue, that this network range is not valid. Any idea?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

sickwell commented 2 years ago

I found a solution in my fork, the code is working but looks damn. It was the hotfix during the CTF competition, sorry ))

image
jonahbohlmann commented 2 years ago

Yes, I saw that place, thank you!

I will create a PR soon - maybe the maintainer will merge that.