{"id":22852932,"url":"https://github.com/subfission/arpcanary","last_synced_at":"2025-03-31T07:12:35.951Z","repository":{"id":92111946,"uuid":"239911653","full_name":"subfission/arpcanary","owner":"subfission","description":"Generic ARP spoof and skiddy detector","archived":false,"fork":false,"pushed_at":"2020-02-12T02:56:37.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T11:52:50.733Z","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/subfission.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":"2020-02-12T02:38:46.000Z","updated_at":"2022-03-14T18:24:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"546b0a14-8ae9-4346-8f35-fa1fe99f530c","html_url":"https://github.com/subfission/arpcanary","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/subfission%2Farpcanary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subfission%2Farpcanary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subfission%2Farpcanary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subfission%2Farpcanary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subfission","download_url":"https://codeload.github.com/subfission/arpcanary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429493,"owners_count":20775808,"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-12-13T06:09:59.257Z","updated_at":"2025-03-31T07:12:35.928Z","avatar_url":"https://github.com/subfission.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ARP Canary\n=========\n\nARPCanary monitors for ARP protocol spoofing attacks.  These are typically precursers to a man-in-the-middle attack.\n\n\nThe script is easy to set up and safe to run in background. Once an ARP spoof attack is detected, a system notification will be sent to the user, and corresponding information will be logged in the log file.\n\n\nFeatures\n----\n  - Detect ARP reply messages in the network.\n  - Detect if a machine has launched ARP spoof attack in the network.\n  - Log all ARP reply messages and potential ARP spoof attacks in the log file.\n  - Send system notification to user once such attack occurs. (Currently only supported in Mac OS X)\n\nDependencies\n-----------\nARP Spoof Detect requires the following two packages to function on any machines.\n\n* [Scapy] - Powerful packet manipulation package.\n* [Netifaces] - Python network interface reader.\n\nOn Ubuntu machine, it is easy to install these two packages by doing\n```\napt-get install python-scapy python-netifaces\n```\nOn Mac OS X, use pip to install scapy and netifaces.\n```\npip install -r requirements\n```\n\nHow To Run\n----\n```\n$ sudo ./arpcanary -i INTERFACE\n```\nRoot privilege is required to operate network interfaces.\n\n\nExample\n```\n$ sudo ./arpcanary --log spoof.log -i en0\n\nARP Spoofing Detection Started. Any output is redirected to log file.\n```\n\nIf you are running Mac OS X, when an ARP spoofing attack is in the network, you will receive a system notification alerting you to take proper actions. Otherwise, the attack will be logged in the log file. You may implement a listener that watches the file for the attack, should you need a realtime notification. \n\n[Scapy]:http://www.secdev.org/projects/scapy/\n[Netifaces]:https://pypi.python.org/pypi/netifaces\n\nVirtual Env Setup Example\n----\n\nFrom inside the arpcanary directory, run:\n``` \nvirtualenv -p /usr/local/bin/python3 .env\nsource .env/bin/activate\npip install -r requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubfission%2Farpcanary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubfission%2Farpcanary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubfission%2Farpcanary/lists"}