{"id":13539423,"url":"https://github.com/m4n3dw0lf/pythem","last_synced_at":"2025-05-15T17:05:16.043Z","repository":{"id":57456584,"uuid":"56536525","full_name":"m4n3dw0lf/pythem","owner":"m4n3dw0lf","description":"pentest framework","archived":false,"fork":false,"pushed_at":"2019-02-21T23:00:19.000Z","size":23984,"stargazers_count":1217,"open_issues_count":11,"forks_count":325,"subscribers_count":82,"default_branch":"master","last_synced_at":"2025-05-08T03:47:34.689Z","etag":null,"topics":["brute-force","denial-of-service","docker","exploit","fuzzer","hacking","man-in-the-middle","network","packet-analyser","packet-generator","packet-parsing","packet-processing","pentest","phishing","proxy","scanner","security-audit","sniffer","spoof","xss"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4n3dw0lf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-18T19:38:32.000Z","updated_at":"2025-05-06T04:07:15.000Z","dependencies_parsed_at":"2022-09-13T14:43:22.398Z","dependency_job_id":null,"html_url":"https://github.com/m4n3dw0lf/pythem","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4n3dw0lf%2Fpythem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4n3dw0lf%2Fpythem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4n3dw0lf%2Fpythem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4n3dw0lf%2Fpythem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4n3dw0lf","download_url":"https://codeload.github.com/m4n3dw0lf/pythem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brute-force","denial-of-service","docker","exploit","fuzzer","hacking","man-in-the-middle","network","packet-analyser","packet-generator","packet-parsing","packet-processing","pentest","phishing","proxy","scanner","security-audit","sniffer","spoof","xss"],"created_at":"2024-08-01T09:01:25.666Z","updated_at":"2025-05-15T17:05:11.025Z","avatar_url":"https://github.com/m4n3dw0lf.png","language":"Python","readme":"# pythem - Penetration Testing Framework\n\n![](https://img.shields.io/pypi/v/pythem.svg)\n![](https://img.shields.io/badge/python-2.7-blue.svg)\n![](https://img.shields.io/badge/OS-GNU%2FLinux-000000.svg)\n![](https://img.shields.io/docker/automated/m4n3dw0lf/pythem.svg)\n![](https://img.shields.io/docker/build/m4n3dw0lf/pythem.svg)\n[![](https://img.shields.io/badge/donate-bitcoin-yellow.svg)](https://blockchain.info/address/1Eggia3JXwWiR4mkVqztionNUfs2N3ghAd)\n\npythem 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.\n\n\n![](img/pythembg.png)\n\n[![](https://img.shields.io/badge/wiki--green.svg)](https://github.com/m4n3dw0lf/pythem/wiki)\n\n## Installation\n\n\u003e Links:\n\n- [Create a Desktop Shortcut](https://github.com/m4n3dw0lf/pythem/wiki/Installation#create-a-desktop-shortcut)\n\n![](img/desktopicon-wiki.png)\n\u003cbr\u003e\u003cbr\u003e\n### Linux Installation\n\n#### Dependencies Installation\n\n\u003e **NOTE:** Tested only with Debian-based distros, feel free to try the dependencies installation with **yum** or **zypper** if you use Redhat-like or SUSE-like.\n\n```\nsudo apt-get update\nsudo apt-get install -y build-essential python-dev python-pip tcpdump python-capstone \\\nlibnetfilter-queue-dev libffi-dev libssl-dev\n```\n\n#### Installation\n\n- With **pip**:\n\n```\nsudo pip install pythem\n```\n\n- With **source**:\n\n```\ngit clone https://github.com/m4n3dw0lf/pythem\ncd pythem\nsudo python setup.py install\n```\n\n- With **source** and **pip**:\n```\ngit clone https://github.com/m4n3dw0lf/pythem\ncd pythem\nsudo python setup.py sdist\nsudo pip install dist/*\n```\n\n#### Running\n\n- Call on a terminal (Requires **root** privileges):\n\n```\n$ sudo pythem\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n### Running as Docker container\n\n- Requires Docker\n\n```\ndocker run -it --net=host --rm --name pythem m4n3dw0lf/pythem\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Usage\n\n![](img/pythem.gif)\n\n### Examples\n\n- [ARP spoofing - Man-in-the-middle](https://github.com/m4n3dw0lf/pythem/wiki/Examples#arp-spoofing---man-in-the-middle).\n- [ARP+DNS spoof - fake page redirect to credential harvester](https://github.com/m4n3dw0lf/pythem/wiki/Examples#arpdns-spoof---fake-page-redirect-to-credential-harvester)\n- [DHCP ACK Injection spoofing - Man-in-the-middle](https://github.com/m4n3dw0lf/pythem/wiki/Examples#man-in-the-middle-dhcp-spoofing---dhcp-ack-injection)\n- [Man-in-the-middle inject BeEF hook](https://github.com/m4n3dw0lf/pythem/wiki/Examples#inject-beef-hook)\n- [SSH Brute-Force attack](https://github.com/m4n3dw0lf/pythem/wiki/Examples#ssh-brute-force-attack).\n- [Web page formulary brute-force](https://github.com/m4n3dw0lf/pythem/wiki/Examples#web-page-formulary-brute-force)\n- [URL content buster](https://github.com/m4n3dw0lf/pythem/wiki/Examples#url-content-buster)\n- [Overthrow the DNS of LAN range/IP address](https://github.com/m4n3dw0lf/pythem/wiki/Examples#overthrow-the-dns-of-lan-rangeip-address)\n- [Redirect all possible DNS queries to host](https://github.com/m4n3dw0lf/pythem/wiki/Examples#redirect-all-possible-dns-queries-to-host)\n- [Get Shellcode from binary](https://github.com/m4n3dw0lf/pythem/wiki/Examples#get-shellcode-from-binary)\n- [Filter strings on pcap files](https://github.com/m4n3dw0lf/pythem/wiki/Examples#filter-strings-on-pcap-files)\n- [Exploit Development 1: Overwriting Instruction Pointer](https://github.com/m4n3dw0lf/pythem/wiki/Exploit-development#exploit-development-1-overwriting-instruction-pointer)\n- [Exploit Development 2: Ret2libc](https://github.com/m4n3dw0lf/pythem/wiki/Exploit-development#exploit-development-2-ret2libc)\n\n### Developing\n\n- [Running tests](https://github.com/m4n3dw0lf/pythem/wiki/Developing#running-tests).\n\n### Commands Reference\n\n#### Index\n\n##### Core\n  - [help](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#help)\n  - [exit/quit](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#exitquit)\n  - [set](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#set)\n  - [print](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#print)\n\n##### Network, Man-in-the-middle and Denial of service (DOS)\u003cbr\u003e\n  - [scan](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#scan)\n  - [webcrawl](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#webcrawl)\n  - [arpspoof](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#arpspoof)\n  - [dhcpspoof](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#dhcpspoof)\n  - [dnsspoof](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#dnsspoof)\n  - [redirect](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#redirect)\n  - [sniff](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#sniff)\n  - [dos](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#dos)\n  - [pforensic](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#pforensic)\n    \u003cbr\u003e**pforensic: Commands Reference**\u003cbr\u003e\n    - [help](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#help-1)\n    - [clear](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#clear)\n    - [exit/quit](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#exitquit-1)\n    - [show](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#show)\n    - [conversations](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#conversations)\n    - [packetdisplay](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#packetdisplay-num)\n    - [filter](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#filter-stringlayer)\n\n##### Exploit development and Reverse Engineering\u003cbr\u003e\n  - [xploit](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#xploit)\n    \u003cbr\u003e**xploit: Commands Reference**\u003cbr\u003e\n    - [help](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#help-2)\n    - [clear](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#clear-1)\n    - [exit/quit](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#exitquit-2)\n    - [set](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#set-1)\n    - [shellcode](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#shellcode)\n    - [encoder](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#encoder)\n    - [decoder](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#decoder)\n    - [search](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#search)\n    - [xploit](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#xploit-1)\n    - [cheatsheet](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#cheatsheet)\n    - [fuzz](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#fuzz)\n    - [decode/encode](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#decodeencode)\n\n##### Brute Force\u003cbr\u003e\n  - [brute](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#brute)\n\n##### Utils\u003cbr\u003e\n  - [decode/encode](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#decodeencode-1)\n  - [cookiedecode](https://github.com/m4n3dw0lf/pythem/wiki/Commands-Reference#cookiedecode)\n","funding_links":[],"categories":["\u003ca id=\"5dd93fbc2f2ebc8d98672b2d95782af3\"\u003e\u003c/a\u003e工具","\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","Python","Python (1887)","proxy"],"sub_categories":["\u003ca id=\"2051fd9e171f2698d8e7486e3dd35d87\"\u003e\u003c/a\u003e渗透多合一\u0026\u0026渗透框架"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4n3dw0lf%2Fpythem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4n3dw0lf%2Fpythem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4n3dw0lf%2Fpythem/lists"}