Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartpleiter/cfuzz
https://github.com/bartpleiter/cfuzz
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartpleiter/cfuzz
- Owner: bartpleiter
- Created: 2020-02-03T15:48:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T15:48:44.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T16:02:35.773Z (5 months ago)
- Language: C
- Size: 295 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFUZZ
A 802.11 fuzzer written in C using libpcap.
Contains the following files and directories:
- monitor.sh. Script to set Atheros dongle in monitor mode
- experiment 3. Contains the files for experiment 3
- experiment 4. Contains the files for experiment 4
- experiment 5. Contains the files for experiment 5
- BeaconSender. Contains python3 script for sending Beacon frames using a second dongle in monitor mode
- prbFuzzer. Contains the Probe response fuzzer
- authFuzzer. Contains the Authentication fuzzer
- assFuzzer. Contains the Association response fuzzer
- DSI. Contains a modified Probe response fuzzer to crash the Nintendo DSI XL
- README.md. This file