https://github.com/lekssays/shellfinder
A Simple Tool to Find Shells and Some Interesting Endpoints in Websites
https://github.com/lekssays/shellfinder
cybersecurity endpoint-discovery python3 recon shell
Last synced: 4 months ago
JSON representation
A Simple Tool to Find Shells and Some Interesting Endpoints in Websites
- Host: GitHub
- URL: https://github.com/lekssays/shellfinder
- Owner: Lekssays
- Created: 2018-08-11T13:36:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T19:03:17.000Z (almost 8 years ago)
- Last Synced: 2025-04-25T07:35:21.884Z (about 1 year ago)
- Topics: cybersecurity, endpoint-discovery, python3, recon, shell
- Language: Python
- Size: 7.81 KB
- Stars: 32
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shellfinder
A Simple Tool to Find Shells and Some Interesting Endpoints in Websites
A shell is malicious PHP file and execute it by accessing it via a web browser. It is a PHP script that allows the attacker to control the server - essentially a backdoor program, similar in functionality to a trojan for personal computers.
## Installation
Prerequisites:
- Python 3.6
- requests module
1. Put your websites in `websites.txt`
2. Install requests `pip3 install requests`
3. Run the script `$ python3 shellfinder.py`
## Contribution
Please feel free to fork the repository and make pull requests.
Made with love as always.