From b834e5fc0f456e37ecdf99dfb24249865cd4ac46 Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 13 May 2020 13:22:24 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db03ac..4ab8f72 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # winscrape driver scraper for windows update catalog written in java :thumbsdown: @@ -9,4 +11,9 @@ The first parameter must be the search key in quotes like so: `"bios driver"`, a ``` java -jar agent-smith.jar "bios driver" "MmMapIoSpace,MmMapIoSpaceEx,ZwMapViewOfSection" -``` \ No newline at end of file +``` + +# 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. \ No newline at end of file