From 095da32fb8064b2fbb108c6b449bc6b6af80ac59 Mon Sep 17 00:00:00 2001 From: pyro57000 Date: Thu, 16 Oct 2025 17:43:09 -0500 Subject: [PATCH] updated the readme some more --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b49d4a0..a74ea8d 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,14 @@ Options: `cargo build --target x86_64-pc-windows-gnu --release` then your .exe will be in the targets/x86_64-pc-windows-gnu/release folder! +# Tool Output. +By default the tool will only print the found shares and files with keyword matches to the console. +If you give it the -v flag then it will print all files it finds to the console. +By default it only gives output to the console, but if you give it an outfile with the -o flag it will save findings to that file. +If it can't open the output file or write to it for any reason it will ask you if you want to continue without saving anyway. + +Findings will be structured like the following: +shares - share found! {path to the share} +keyword matchs - keyword match at {path to the file} +file - file found at {path to the file} +