{"id":20316675,"url":"https://github.com/calc1f4r/arp-cache-poison","last_synced_at":"2026-07-22T05:32:29.565Z","repository":{"id":186325214,"uuid":"674999810","full_name":"calc1f4r/Arp-cache-poison","owner":"calc1f4r","description":"⚔ A Python script showcasing ARP cache poisoning, a network security technique. Utilizes scapy to manipulate ARP tables, redirecting traffic between victim and gateway. ","archived":false,"fork":false,"pushed_at":"2023-08-05T13:13:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T18:33:30.804Z","etag":null,"topics":["arp-poisoning","python-scripting","scapy","wireless-security"],"latest_commit_sha":null,"homepage":"","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/calc1f4r.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":"2023-08-05T12:46:49.000Z","updated_at":"2023-08-05T12:55:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"50df8c77-b908-44bf-9cbd-7605d57c36ba","html_url":"https://github.com/calc1f4r/Arp-cache-poison","commit_stats":null,"previous_names":["calc1f4r/arp-cache-poison"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calc1f4r/Arp-cache-poison","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FArp-cache-poison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FArp-cache-poison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FArp-cache-poison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FArp-cache-poison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calc1f4r","download_url":"https://codeload.github.com/calc1f4r/Arp-cache-poison/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FArp-cache-poison/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35750066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python-scripting","scapy","wireless-security"],"created_at":"2024-11-14T18:27:23.551Z","updated_at":"2026-07-22T05:32:29.532Z","avatar_url":"https://github.com/calc1f4r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 🐋 ARP Cache Poisoning Script\r\n\r\nThis Python script leverages the power of the scapy library to perform ARP (Address Resolution Protocol) poisoning and packet sniffing on a local network. ARP poisoning is a technique where an attacker intercepts and manipulates network traffic between a victim and a gateway, effectively becoming a \"man-in-the-middle.\" The tool also includes packet sniffing capabilities, allowing users to capture and analyze network traffic for security testing or educational purposes.\r\n\r\n#### ⚔ Features\r\n\r\n- 🔑 ARP Cache Poisoning: Become a network sorcerer as you magically deceive devices and reroute their traffic through your machine.\r\n- 📝 Packet Sniffing: Unveil the hidden secrets of intercepted packets and delve into the essence of network communication.\r\n- 🎛️ Command-Line Interface: Command your network with simple arguments, effortlessly configuring target IPs and network interfaces.\r\n- 🚄 Multiprocessing: Experience blazing-fast execution as you handle ARP poisoning and packet sniffing in parallel.\r\n\r\n#### ⚔ Usage\r\n\r\n**Requirements**\r\n\r\n```python\r\npip install scapy termcolor\r\n```\r\n\r\n**Basic Usage**\r\n\r\n- Specify the victim's IP using the -vIP argument:\r\n\r\n```python\r\nsudo python arp_cache_poison.py -vIP \u003cvictim_ip_address\u003e\r\n```\r\n\r\n- Specify the gateway/router's IP using the -gIP argument:\r\n\r\n```python\r\nsudo python arp_cache_poison.py -vIP \u003cvictim_ip_address\u003e -gIP \u003cgateway_ip_address\u003e\r\n```\r\n\r\n- Optionally enable packet sniffing with the -sniff flag:\r\n\r\n```python\r\nsudo python arp_cache_poison.py -vIP \u003cvictim_ip_address\u003e -gIP \u003cgateway_ip_address\u003e -sniff\r\n```\r\n\r\n- Set the packet count for packet sniffing using the -pc argument:\r\n\r\n```python\r\nsudo python arp_cache_poison.py -vIP \u003cvictim_ip_address\u003e -gIP \u003cgateway_ip_address\u003e -sniff -pc \u003cpacket_count\u003e\r\n```\r\n\r\n#### ⚡ Contributions\r\n\r\nContributions are welcome! If you find a bug or have suggestions for improvements, feel free to open an issue or submit a pull request.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalc1f4r%2Farp-cache-poison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalc1f4r%2Farp-cache-poison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalc1f4r%2Farp-cache-poison/lists"}