Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otavioarj authored Jun 29, 2019
1 parent 9149676 commit d1151f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This fuzzer **helped me** into CVE2018-8060 and CVE2018-8061 \o/, use it with ki
_\ \/ // / _ / -_/ __/ _/ // /_/ / /__ / / / /__ / _ / _/
/___/\_,_/ .__\__/_/ /___/\____/\___/ /_/ /____/ /____/_/
/_/
v1.0
v1.2
[*] Usage:
IoCTL.exe -d <deviceName> -i <code>/-r <code>-<code> [-s <stage>] [-c <remote:port>] [-q <mode>]
Expand Down Expand Up @@ -44,13 +44,13 @@ This fuzzer **helped me** into CVE2018-8060 and CVE2018-8061 \o/, use it with ki
[*] Examples:
--------
Scanning by Function code + Transfer type bruteforce from given valid IOCTL:
> IoCTL.exe -d deviceName -i 00004000
> Sioctlbf.exe -d deviceName -i 00004000
Scanning a given IOCTL codes range (filter enabled):
> IoCTL.exe -d deviceName -r 00004000-00004fff -f
> Sioctlbf.exe -d deviceName -r 00004000-00004fff -f
Fuzzing only a given IOCTL (quiet mode):
> IoCTL.exe -d deviceName -i 00004000 -q 1
> Sioctlbf.exe -d deviceName -i 00004000 -q 1
Fuzzing only a given IOCTL (stage 3 only):
> IoCTL.exe -d deviceName -i 00004000 -s 3
> Sioctlbf.exe -d deviceName -i 00004000 -s 3

0 comments on commit d1151f7

Please sign in to comment.