https://github.com/n0nexist/lanjam
ARP poisoning made easy
https://github.com/n0nexist/lanjam
arp-spoof-attack arp-spoofing python-arp-spoofing-attack python-arppoisoning python-arpspoofing
Last synced: 5 months ago
JSON representation
ARP poisoning made easy
- Host: GitHub
- URL: https://github.com/n0nexist/lanjam
- Owner: n0nexist
- Created: 2023-02-23T18:09:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T13:19:09.000Z (over 2 years ago)
- Last Synced: 2025-04-30T17:02:51.585Z (5 months ago)
- Topics: arp-spoof-attack, arp-spoofing, python-arp-spoofing-attack, python-arppoisoning, python-arpspoofing
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :honey_pot: LanJam

ARP (Address Resolution Protocol) poisoning made easy## :question: Explaination
this program can be used to fake being the gateway against multiple hosts on your local network; the result being that every packet from the target(s) will be sent to you, and they will also experience an instant downtime in their internet connection.## :computer: Requirements
- Being root or an administrator on your machine.
- Python3
- Rich python library
- Scapy python library