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
Last synced: about 1 month 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:34:36.000Z (8 months ago)
- Last Synced: 2024-05-21T14:43:02.378Z (8 months ago)
- Language: C++
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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.