Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cifertech/arpolan
A tool for network scanning and ARP spoofing using the Atmega32u4 and W5500
https://github.com/cifertech/arpolan
atmega32u4 cybersecurity ethernet hacktoberfest w5500
Last synced: 1 day ago
JSON representation
A tool for network scanning and ARP spoofing using the Atmega32u4 and W5500
- Host: GitHub
- URL: https://github.com/cifertech/arpolan
- Owner: cifertech
- License: mit
- Created: 2024-05-31T22:17:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T09:06:15.000Z (9 months ago)
- Last Synced: 2024-12-21T19:14:55.507Z (about 2 months ago)
- Topics: atmega32u4, cybersecurity, ethernet, hacktoberfest, w5500
- Language: C++
- Homepage: https://cifertech.net/arpolan-network-monitoring-and-security-tool/
- Size: 330 KB
- Stars: 39
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
ARPoLAN
A tool for network scanning and ARP spoofing using the Atmega32u4 and W5500
ยท
ยท
YOUTUBE
ยท
WEBSITE
## ๐ Explore the Full Documentation
Ready to dive deeper into our project's details? Discover the full story, in-depth tutorials, and all the exciting features in our comprehensive [documentation](https://cifertech.net/arpolan-network-monitoring-and-security-tool/). Click the link and explore further!
## โ Future Changes
- ICMP Ping Functionality
- All-in-One Web Interface
## :star2: About the Project
ARPoLan is a network security tool designed for network scanning and ARP spoofing. Utilizing the Atmega32u4 microcontroller and the W5500 Ethernet module, it can efficiently monitor network activity, identify connected devices, and manipulate network traffic for penetration testing.
![]()
### ๐ฏ Features
- Network Scanning: Discover devices on the local network by sending ARP requests and collecting responses.
- ARP Spoofing: Perform ARP spoofing attacks to intercept and manipulate network traffic.
- HID Functionality: Utilize the Atmega32u4's USB HID capabilities for additional attack vectors.
- Real-time Monitoring: Visual and serial indicators for attack detection and network activity.## ๐งฐ Getting Started
Prerequisites
- Arduino IDE
- Ethernet library
- SPI library### โ๏ธ Installation
Clone the Repository:
```
git clone https://github.com/cifertech/ARPoLAN.git
```
- Upload the Code: Use the Arduino IDE to upload the provided sketches to the Atmega32u4.
- Connect the Hardware: Check out [Schematic](https://github.com/cifertech/ARPoLAN/tree/main/Schematic) or visit [CiferTech.net](https://cifertech.net/arpolan-network-monitoring-and-security-tool/) for Schematic## :wave: Contributing
I welcome contributions to improve ARPoLan. If you have suggestions or enhancements, please open an issue or submit a pull request on GitHub.
## :warning: License
Distributed under the MIT License. See LICENSE.txt for more information.## :handshake: Contact
โถ Support me on Patreon [patreon.com/cifertech](https://www.patreon.com/cifertech)
CiferTech - [@twitter](https://twitter.com/techcifer) - [email protected]
Project Link: [https://github.com/cifertech/ARPoLAN](https://github.com/cifertech/ARPoLAN)