https://github.com/bartpleiter/cfuzz
https://github.com/bartpleiter/cfuzz
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartpleiter/cfuzz
- Owner: bartpleiter
- Created: 2020-02-03T15:48:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T15:48:44.000Z (over 6 years ago)
- Last Synced: 2025-02-17T23:45:26.354Z (over 1 year 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