updated the readme some more

This commit is contained in:
pyro57000
2025-10-16 17:43:09 -05:00
parent bcee32dc90
commit 095da32fb8

View File

@@ -21,3 +21,14 @@ Options:
`cargo build --target x86_64-pc-windows-gnu --release` `cargo build --target x86_64-pc-windows-gnu --release`
then your .exe will be in the targets/x86_64-pc-windows-gnu/release folder! 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}