abhisharma404 / vault

swiss army knife for hackers
https://abhisharma404.github.io/vault
MIT License
512 stars 94 forks source link

Peform IP start and end range validation #70

Closed abhisharma404 closed 5 years ago

abhisharma404 commented 5 years ago

Currently ip_start_range and ip_end_range in vault.py accepts any value, this gets passed to other modules, without proper validation this can break the code. Suppose, IP is 192.168.0.1 The last part of IP is the range. The following needs to be done :

hernandeznahuel commented 5 years ago

I found this issue interesting too, so I have create another function to validate the ip_start_range and ip_end_range. #72