hacker-scoper icon indicating copy to clipboard operation
hacker-scoper copied to clipboard

Automagically filter URLs with Bug Bounty program scope rules scraped from the internet.

Results 3 hacker-scoper issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

enhancement

**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`

enhancement