pythem is a multi-purpose pentest framework written in the Python programming language. It has been developed to be used by security researchers and security professionals. The tool intended to be used only for acts within the law. I am not liable for any undue and unlawful act practiced by this tool, for more information, read the license. Only runs on GNU/Linux OS.

Installation

Quick-Start

$sudo apt-get update
$sudo apt-get install build-essential python-dev tcpdump python-capstone
$sudo apt-get install libnetfilter-queue-dev libffi-dev libssl-dev
$sudo git clone https://github.com/m4n3dw0lf/pythem
$cd pythem
$sudo pip install -r requirements.txt 

Run with:
$sudo ./pythem.py

Examples

Exploit Development with pythem

Commands Reference

Index

Core

Network, Man-in-the-middle and Denial of service (DOS)

Exploit development and Reverse Engineering

Brute Force

Utils

Source: Github

 

Loading