_____ _ _ _____ _ _ _
| __ \| | | | / ____| | | | |
| |__) | |__ __ _ ___ __| |_ __ __ _ _____| (___ | |__ ___| | |
| ___/| '_ \ / _` |/ _ \/ _` | '__/ _` |______\___ \| '_ \ / _ \ | |
| | | | | | (_| | __/ (_| | | | (_| | ____) | | | | __/ | |
|_| |_| |_|\__,_|\___|\__,_|_| \__,_| |_____/|_| |_|\___|_|_|
Phaedra-Shell is a reverse tcp-shell that allows remote code excution in windows environment targets. The server listens for incoming connections and can send commands to the client, which executes them and returns the output. Designed for educational purposes, this project demonstrates basic socket programming and multithreading in Python.
Remote Command Execution
: Send commands from the server to the client.System Information
: Automatically sends system details upon connection.Multithreading
: Handles multiple client connections simultaneously.
TODO: write docs
TODO: finish usage
We welcome contributions! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.