Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tesa-klebeband/rtl8720dn-wifi-packet-injection
Send raw 802.11 WiFi frames using an RTL8720dn
https://github.com/tesa-klebeband/rtl8720dn-wifi-packet-injection
decompilation packet-injection reverse-engineering rtl8720dn wifi-hacking
Last synced: 14 days ago
JSON representation
Send raw 802.11 WiFi frames using an RTL8720dn
- Host: GitHub
- URL: https://github.com/tesa-klebeband/rtl8720dn-wifi-packet-injection
- Owner: tesa-klebeband
- License: gpl-3.0
- Created: 2024-05-21T13:26:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:34:36.000Z (9 months ago)
- Last Synced: 2024-11-28T02:17:42.220Z (2 months ago)
- Topics: decompilation, packet-injection, reverse-engineering, rtl8720dn, wifi-hacking
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTL8720dn-WiFi-Packet-Injection
Send raw 802.11 WiFi frames using an RTL8720dn# DISCLAIMER
This tool has been made for educational and testing purposes only. Any misuse or illegal activities conducted with the tool are strictly prohibited. I am **not** responsible for any consequences arising from the use of the tool, which is done at your own risk.## Building
1) Clone this project with `git clone https://github.com/tesa-klebeband/RTL8720dn-WiFi-Packet-Injection.git`
2) Open the folder in the Arduino IDE
3) Connect your Microcontroller and upload the code## Notes
The story on how I've been able to discover these possibilities is available on my [Blog](https://tesa-klebeband.github.io)## License
All files within this repo are released under the GNU GPL V3 License as per the LICENSE file stored in the root of this repo.