https://github.com/pkgforge-security/inscope
Filters in scope and out of scope urls (subdomains) from stdin [Maintainer=@Azathothas]
https://github.com/pkgforge-security/inscope
Last synced: 10 months ago
JSON representation
Filters in scope and out of scope urls (subdomains) from stdin [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/inscope
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T02:36:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T02:41:08.000Z (about 1 year ago)
- Last Synced: 2025-06-09T05:03:59.877Z (12 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ℹ️ About
This is a fork of [tomnomnom/inscope](https://github.com/tomnomnom/hacks/tree/master/inscope) with this PR Added: https://github.com/tomnomnom/hacks/pull/40
```bash
[Diff]
[+] Added `-s | --scope` flag to manually provide a .scope file
[+] Added `-t | --threads` flag to specify number of concurrent workers
[+] Added `-v | --inverse` flag to print OOS (https://github.com/tomnomnom/hacks/pull/40)
```
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'inscope#github.com.pkgforge-security.inscope'
```
### 🧰 Usage
```mathematica
❯ inscope --help
Filters in scope and out of scope urls (subdomains) from stdin.
Requires you have .scope in CWD or Parent or passed via -s | --scope
To generate one: https://github.com/pkgforge-security/scopegen
For a Bash Alternative: https://github.com/pkgforge-security/scopeview
Options:
look for .scope file and filter input (STDIN)
-v, --inverse Prints out of scope items (default: false)
-s, --scope Path to scopefile (default: looks for .scope)
-t, --threads Number of worker threads (default: 8)
```