SauronEye
SauronEye copied to clipboard
Search tool to find specific files containing specific words, i.e. files containing passwords..
SauronEye.exe -d \\SHARE_FOLDER_1\E$, -d \\SHARE_FOLDER_2\F$, -d \\SHARE_FOLDER_3\D$, --keywords Import README --filetypes .txt ....and I don't get anything I am sure that I have following files : \\SHARE_FOLDER_1\Import.txt \\SHARE_FOLDER_2\README.txt please help...
Here one keyword ("superunique") is given, and the single instance of the keyword is returned:  Here two keywords ("superunique" and "stringtwo") are given, and the single instance of the...
https://github.com/vivami/SauronEye/blob/0019969cf846c76936493fa34c9a0343a7fe7478/src/SauronEye/ArgumentParser.cs#L58 The char here should be 'v' not 's'
Hi, I' am having trouble running this app, I cannot see an .exe file anywhere. In the usage examples it appears that it is run from a Windows machine, I...