Exploitation Tools Man-In-The-Middle Network Tools

PytheM – Python Pentesting Framework

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
  • print

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

Download PytheM

About the author

Mazen Elzanaty

Add Comment

Click here to post a comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: