1
0
Fork
You've already forked ioctlpus
0
No description
  • C# 100%
Find a file
2020年09月14日 06:33:43 -07:00
ioctlpus Update MainForm.cs 2020年09月14日 06:33:43 -07:00
.gitignore Initial commit 2017年08月24日 00:14:09 -04:00
ioctlpus.sln Bug fixes. 2018年07月25日 09:40:28 -07:00
LICENSE Initial commit 2017年08月24日 00:14:09 -04:00
README.md Update README.md 2018年08月25日 22:24:10 -04:00

ioctlpus

ioctlpus can be used to make DeviceIoControl requests with arbitrary inputs (with functionality somewhat similar to Burp Repeater).

Here is an example of an information leak triggered in a sample vulnerable driver:

Tentative Roadmap

  • Create handles using Device Interface GUIDs in addition to symbolic links. [GIF]
  • Persist requests to SQLite databases.
  • Apply filters to request history.
  • Integrate Kaitai Struct to define and view buffer structures (inspired by).
  • Develop an API to use the tool headlessly (e.g. for fuzzing).
  • Design a cool logo.

Similar Tools

Licence

GPLv3