Awesome
Fuzzer
IOCTL Fuzzer
- Load target driver on Immunity debugger.
- Issue
!ioctl_dump
PyCommand. (pickle file will be saved in Immunity debugger directory.) python ioctl_fuzzer.py [pickle filename]
File Fuzzer
- Make
examples
andcrashes
directories in the parent directory of the script. - Make seed files (suitable for fuzzee) in the
examples
directory. - Update
lib/site-packages/pygdb/pygdb.py
.
[-] if mbi.State != MEM_COMMIT or mbi.Type == MEM_IMAGE:
[+] if mbi.State != MEM_COMMIT:
python file_fuzzer.py -e [fuzzee path] -x .[extension for seed files]
command lines for each file parsing engine
V3
"C:\Program Files\AhnLab\V3Lite30\V3LMedic.exe" /manual_scan /target:
ALYAC
"C:\Program Files\ESTsoft\Alyac\AYCon.exe" -s [target_path]