You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.4 KiB

# winscrape
Driver scraper for windows update catalog written in java :thumbsup:. You can download the release [here](https://githacks.org/xerox/winscrape/uploads/64891ad539ff1c23ace9ad522fddb30e/release.zip).
This program was designed to find and weave out vulnerable drivers. It was not designed to be malicious in any fashion. Those who find vulnerable drivers have the moral responsibility to document and report such findings appropriately.
# how to use
Ensure that `agent-jones.exe` and `agent-smith.jar` are inside of the same working directory. Then execute `agent-smith.jar` with two parameters.
The first parameter must be the search key in quotes like so: `"bios driver"`, and the second parameter must be a list of imports seperated by a comma.
```
java -jar agent-smith.jar "bios driver" "MmMapIoSpace,MmMapIoSpaceEx,ZwMapViewOfSection"
```
# results
During and after the scan two folders will be created in the same working directory that you are currently in. The first folder
named `drivers` contains the drivers/cab files that are currently being scanned. The second folder `results` contains the search results. The results themselves
will have the uuid of the driver concatenated with the driver name itself. This allows you to go back and manually search in windows updates if you need other files
pertaining to the update.
<img src="https://cdn.discordapp.com/attachments/679465195059281943/710119720380268604/unknown.png"/>