Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

PyCodeInjection – Automated Python Code Injection Tool.

$
0
0

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

PyCodeInjection

PyCodeInjection

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


Viewing all articles
Browse latest Browse all 1152

Trending Articles