https://github.com/atymri/shellfinder
ShellFinder is a lightweight C# console application that scans a target domain for common web shell paths using a customizable wordlist.
https://github.com/atymri/shellfinder
csharp cybersecurity finder security shell shellfinder url website
Last synced: 2 months ago
JSON representation
ShellFinder is a lightweight C# console application that scans a target domain for common web shell paths using a customizable wordlist.
- Host: GitHub
- URL: https://github.com/atymri/shellfinder
- Owner: atymri
- License: mit
- Created: 2025-05-29T21:55:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-06T22:41:46.000Z (about 1 year ago)
- Last Synced: 2025-06-06T23:29:15.150Z (about 1 year ago)
- Topics: csharp, cybersecurity, finder, security, shell, shellfinder, url, website
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ShellFinder
**ShellFinder** is a simple C# console application to scan a target domain for common shell paths using a customizable wordlist.
## Features
- 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
## Usage
1. Clone or download this repository.
2. Add your shell paths to a text file (one path per line), e.g. `Wordlists/shells.txt`.
3. Build and run the project.
4. Enter the target domain (with or without scheme).
5. Enter the path to your shell wordlist file.
6. The program scans and prints the results.
## Requirements
- .NET 6.0 SDK or later
- Internet connection
## License
MIT License