The PyCodeInjection project contains two main components:
1. PyCodeInjectionShell – A tool to exploit web application based Python Code Injection
2. PyCodeInjhectionApp – A web application that is intentially vulnerable to Python Code Injection
Dependencies:
+ Python 2.7.x
+ pip
+ web.py
Platform : ALL Operating system support
Usage:
windows: python -m pip install web.py git clone https://github.com/sethsec/PyCodeInjection && cd PyCodeInjection Linux/Unix : git clone https://github.com/sethsec/PyCodeInjection.git /opt/PythonCodeInjection cd /opt/PythonCodeInjection/VulnApp ./install_requirements.txt
Source: https://github.com/sethsec