Important
this can only be used if you are on the same wifi connection.
This is a simple proof of concept for a reverse shell built with Python and the Flask framework. It allows a client to input commands on a webpage and execute them remotely on the target computer as long as they are in the same (Wi-Fi/LAN) network as you. This tool is for educational purposes only and should be used in a controlled environment for security research or ethical hacking practices.
- Flask web server: Flask is used to set up a simple HTTP server on the target machine.
- Command execution: Allows the execution of system commands from the client to the server.
- Local network only: Works within the same local network (Wi-Fi/LAN) for isolated testing.
- Python 3.x
- Flask
- Requests
- Clone the repository
- run "pip install flask requests
- edit main.py and replace line 11's WEBHOOK_URL string with your webhook either on https://webhook.site/ or a discord webhook
- run main.py
- check your webhook and open the IP address you received in a web browser