ShellFinder is a simple C# console application to scan a target domain for common shell paths using a customizable wordlist.
- Fixes and validates input URLs
- Concurrently scans shell paths with a limit of 10 parallel requests
- Colored console output for clear status display
- Easy to extend and customize
- Clone or download this repository.
- Add your shell paths to a text file (one path per line), e.g.
Wordlists/shells.txt
. - Build and run the project.
- Enter the target domain (with or without scheme).
- Enter the path to your shell wordlist file.
- The program scans and prints the results.
- .NET 6.0 SDK or later
- Internet connection
MIT License