pythem is a multi-purpose pentest framework written in Python. 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 Guide
Dependencies
- build-essential
- python-dev
- python-capstone
- libnetfilter-queue-dev
- libffi-dev
- libssl-dev
- tcpdump
Installation
#!/bin/bash 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 git clone https://github.com/m4n3dw0lf/pythem cd pythem sudo pip install -r requirements.txt
Run with:
./pythem.py
Commands Reference
Core
- help
- exit/quit
- set
Network, Man-in-the-middle and Denial of service (DOS)
- arpspoof
- dhcpspoof
- dnsspoof
- hstsbypass
- redirect
- sniff
- dos
- pforensic
pforensic: Commands Reference- help
- clear
- exit/quit
- show
- conversations
- packetdisplay
- filter
Exploit development and Reverse Engineering
- xploit
xploit: Commands Reference- help
- clear
- exit/quit
- set
- decode/encode
- shellcode
- search
- xploit
- cheatsheet
- fuzz
Brute Force
- brute
Utils
- geoip
- decode/encode
- cookiedecode
Add Comment