ioctlfuzzer


Automating the task of searching vulnerabilities in Windows kernel drivers

General information

IOCTL Fuzzer is a tool designed to automate the task of searching vulnerabilities in Windows kernel drivers by performing fuzz tests on them.

The fuzzer’s own driver hooks NtDeviceIoControlFile in order to take control of all IOCTL requests throughout the system.

While processing IOCTLs, the fuzzer will spoof those IOCTLs conforming to conditions specified in the configuration file. A spoofed IOCTL is identical to the original in all respects except the input data, which is changed to randomly generated fuzz.

IOCTL Fuzzer works on x86 and x64 Windows XP, 2003 Server, Vista, 2008 Server and 7.

Actual readme file: http://code.google.com/p/ioctlfuzzer/source/browse/trunk/README.TXT

New features in 1.3 version

New features in 1.2 version

  • Windows 7 support
  • Full support of 64-bit versions of Windows
  • Exceptions monitoring
  • "Fair Fuzzing" feature
  • Different data generation modes
  • Boot fuzzing (during OS initialization)

Download binaries and sources: http://ioctlfuzzer.googlecode.com/files/ioctl_fuzzer-1.2.zip

http://dl.dropbox.com/u/22903093/blog/ioctlfuzzer-2010/ioctlfuzzer64.png

Project Information

Labels:
security reverseengineering ring0 fuzzing vulnerability kernel driver crashdump applicationsecurity exploit kernelmode