{"id":20196259,"url":"https://github.com/arkregiel/arp-cache-poisoning","last_synced_at":"2025-03-03T08:13:58.831Z","repository":{"id":128715927,"uuid":"529411941","full_name":"arkregiel/ARP-Cache-Poisoning","owner":"arkregiel","description":"Python script performing an ARP cache poisoning (ARP spoofing) attack","archived":false,"fork":false,"pushed_at":"2022-08-29T20:50:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T19:39:15.940Z","etag":null,"topics":["arp-poisoning","arp-spoofing","python","python3","scapy","scapy-arp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arkregiel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-26T21:41:04.000Z","updated_at":"2022-08-28T17:07:17.000Z","dependencies_parsed_at":"2023-03-27T22:34:13.192Z","dependency_job_id":null,"html_url":"https://github.com/arkregiel/ARP-Cache-Poisoning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Cache-Poisoning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Cache-Poisoning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Cache-Poisoning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Cache-Poisoning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkregiel","download_url":"https://codeload.github.com/arkregiel/ARP-Cache-Poisoning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629769,"owners_count":19993710,"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":["arp-poisoning","arp-spoofing","python","python3","scapy","scapy-arp"],"created_at":"2024-11-14T04:22:56.675Z","updated_at":"2025-03-03T08:13:58.810Z","avatar_url":"https://github.com/arkregiel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARP cache poisoning\r\n\r\nPython script performing an ARP cache poisoning (ARP spoofing) attack.\r\nScript redirects and captures traffic between a victim and the default gateway.\r\n\r\n## Disclaimer\r\n\r\nThis is for educational purposes only. I DO NOT encourage or promote any illegal activities.\r\n\r\n## Install requirements\r\n\r\n```\r\n$ pip install -r requirements.txt\r\n```\r\n\r\n## Usage\r\n\r\nProgram has to be run as an administrator or root\r\n\r\n```\r\n$ python arp_poison.py --help\r\nusage: arp_poison.py [-h] -i INTERFACE -g GATEWAY [-c COUNT] victim\r\n\r\nARP cache poisoning attack\r\n\r\npositional arguments:\r\n  victim                victim's IPv4 address\r\n\r\noptional arguments:\r\n  -h, --help            show this help message and exit\r\n  -i INTERFACE, --interface INTERFACE\r\n                        network interface (ie. eth0)\r\n  -g GATEWAY, --gateway GATEWAY\r\n                        default gateway's IPv4 address\r\n  -c COUNT, --count COUNT\r\n                        number of packets to capture\r\n```\r\n\r\nVictim's IPv4 address, gateway's IPv4 address and an interface name are required.\r\n\r\n## Example\r\n\r\n```\r\n$  python arp_poison.py -i eth0 -g 192.168.1.1 192.168.1.100\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkregiel%2Farp-cache-poisoning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkregiel%2Farp-cache-poisoning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkregiel%2Farp-cache-poisoning/lists"}