{"id":20520777,"url":"https://github.com/srdja/arp-poison","last_synced_at":"2025-04-14T02:32:46.108Z","repository":{"id":83783837,"uuid":"50570766","full_name":"srdja/arp-poison","owner":"srdja","description":"ARP cache poisoning tool","archived":false,"fork":false,"pushed_at":"2016-10-06T21:29:35.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T16:21:50.781Z","etag":null,"topics":["arp-poisoning","exploit"],"latest_commit_sha":null,"homepage":null,"language":"C","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/srdja.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-28T09:10:55.000Z","updated_at":"2023-06-07T07:41:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f873f5d-f246-41dd-baea-22381f6ff46b","html_url":"https://github.com/srdja/arp-poison","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/srdja%2Farp-poison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srdja%2Farp-poison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srdja%2Farp-poison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srdja%2Farp-poison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srdja","download_url":"https://codeload.github.com/srdja/arp-poison/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248810883,"owners_count":21165195,"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","exploit"],"created_at":"2024-11-15T22:22:53.905Z","updated_at":"2025-04-14T02:32:46.103Z","avatar_url":"https://github.com/srdja.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### ARP Cache poisoner\n\n\n### Basic usage\n\nwith ARP replies\n```bash\nsudo ./acp 192.168.0.1 192.168.0.15\n```\n\nor with ARP request\n```bash\nsudo ./acp -q 192.168.0.1 192.168.0.15\n```\n### Dependencies\n- `gcc`\n- `autoconf`\n- `automake`\n- `libtool`\n- `m4`\n- `libpcap` \n\nYou can usually install these through you distributions package manager.\n\n##### Debian and friends\n```\nsudo apt-get install gcc autoconf automake libtool m4 libpcap-dev\n```\n##### Arch Linux\n\n```\nsudo pacman -S gcc autoconf automake libtool m4 libpcap\n```\n\n### Build and Installation\n\nTo build the project run the following commands in the project root:\n```\n./autogen.sh\n```\nthen\n```\n./configure\n```\nAfter the makefiles have been generated, build the project by running:\n```bash\nmake\n```\nAt this point you can run `acp` directly from the `src` directory, but if you wish to install it so that you can run it from anywhere run:\n```bash\nsudo make install\n```\n\nThe install can be undone by running:\n```bash\nsudo make uninstall\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrdja%2Farp-poison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrdja%2Farp-poison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrdja%2Farp-poison/lists"}