{"id":20196255,"url":"https://github.com/arkregiel/arp-spoofing","last_synced_at":"2026-06-08T11:04:38.050Z","repository":{"id":128715930,"uuid":"532665311","full_name":"arkregiel/ARP-Spoofing","owner":"arkregiel","description":"ARP cache poisoning in C with raw sockets (Linux)","archived":false,"fork":false,"pushed_at":"2022-09-06T17:01:18.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T09:01:31.032Z","etag":null,"topics":["arp-poisoning","arp-reply","arp-request","arp-spoofing","c-programming","raw-sockets"],"latest_commit_sha":null,"homepage":"","language":"C","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-09-04T21:42:14.000Z","updated_at":"2023-10-13T20:22:48.000Z","dependencies_parsed_at":"2023-03-27T22:34:08.946Z","dependency_job_id":null,"html_url":"https://github.com/arkregiel/ARP-Spoofing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arkregiel/ARP-Spoofing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Spoofing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Spoofing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Spoofing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Spoofing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkregiel","download_url":"https://codeload.github.com/arkregiel/ARP-Spoofing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkregiel%2FARP-Spoofing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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","arp-reply","arp-request","arp-spoofing","c-programming","raw-sockets"],"created_at":"2024-11-14T04:22:53.327Z","updated_at":"2026-06-08T11:04:38.032Z","avatar_url":"https://github.com/arkregiel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARP Spoofing\n\nC program performing ARP cache poisoning (works on Linux).\n\nProgram:\n\n- obtains MAC addresses of remote hosts with ARP requests\n- sends gratuitous ARP reply packets with local MAC address\n\nProgram doesn't restore ARP caches of remote hosts.\n\n## Disclaimer\n\nThis is for educational purposes only. I DO NOT encourage or promote any illegal activities.\n\n## Usage\n\n```\n$ sudo ./a.out \u003ciface name\u003e \u003cvitcim's IP\u003e \u003cgateway's IP\u003e \n```\n\nExample:\n\n```\n$ gcc -Wall arp_spoof.c\n$ sudo ./a.out eth0 192.168.8.100 192.168.8.1\nLinux ARP spoofer\n-----------------\nLooking for MAC addresses...\nLocal MAC address is aa:bb:cc:dd:ee:ff\nLocal IP address is 192.168.8.101\nVictim's (192.168.8.100) MAC address: 11:22:33:44:55:66\nGateway's (192.168.8.1) MAC address: ff:ee:dd:cc:bb:aa\nPoisoning...\nSent ARP reply to victim\nSent ARP reply to gateway\nSent ARP reply to victim\nSent ARP reply to gateway\n^C\n```\n\nCtrl + C to stop","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkregiel%2Farp-spoofing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkregiel%2Farp-spoofing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkregiel%2Farp-spoofing/lists"}