This project aims to address and mitigate Remote Code Execution vulnerabilities in web applications.
- Clone the repository.
- Install the required dependencies using
pip install -r requirements.txt
.
- Run the
app.py
script. - Send POST requests to
http://localhost:5000/execute
with a 'command' parameter to execute commands securely.
- Input validation is implemented to prevent command injection.
- Regular security audits and testing are recommended to ensure the effectiveness of the mitigation.