hacker-scoper
hacker-scoper copied to clipboard
Automagically filter URLs with Bug Bounty program scope rules scraped from the internet.
**Describe the bug** Currently the `isOutOfScope` function loads and then unloads the entire out-of-scopes file for every single given asset. This could be optimized by just reading the file once...
**Is your feature request related to a problem? Please describe.** Add support for defining ip-ranges using the nmap format: - `192.168.2.1-254` In the given example, that would include all IPs...
**Is your feature request related to a problem? Please describe.** In-scope and out-of-scope definitions should support using CIDR ranges for IP addresses, for example: - `192.168.2.1/24` - `FE80::0204:B3FF::/24`