
खोज उपकरण जो विशिष्ट शब्दों वाली फ़ाइलों को खोजने के लिए है, उदा. पासवर्ड वाली फ़ाइलें।
SauronEye एक खोज उपकरण है जो लाल टीमों को विशिष्ट कीवर्ड वाली फ़ाइलें खोजने में सहायता करने के लिए बनाया गया है।
विशेषताएँ:
.doc, .docx, .xls, .xlsx) की सामग्री खोजें.xls और .doc फ़ाइलों में VBA मैक्रो खोजेंexecute-assembly के साथ संगतयह काफी तेज़ भी है, एक मिनट से भी कम समय में नेटवर्क ड्राइव पर 1.3 TB की कुल 50k फ़ाइलें कर सकता है (यथार्थवादी फ़ाइल फ़िल्टर के साथ)। एक C:\ (सस्ते SATA SSD पर) को लगभग 15 सेकंड में खोजता है।
C:\>SauronEye.exe -d C:\Users\vincent\Desktop\ --filetypes .txt .doc .docx .xls --contents --keywords password pass* -v`
=== SauronEye ===
Directories to search: C:\Users\vincent\Desktop\
For file types: .txt, .doc, .docx, .xls
Containing: wacht, pass
Search contents: True
Search Office 2003 files for VBA: True
Max file size: 1000 KB
Search Program Files directories: False
Searching in parallel: C:\Users\vincent\Desktop\
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy (2).txt
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy (3).txt
[+] C:\Users\vincent\Desktop\test\wachtwoord - Copy.txt
[+] C:\Users\vincent\Desktop\test\wachtwoord.txt
[+] C:\Users\vincent\Desktop\pass.txt
[*] Done searching file system, now searching contents
[+] C:\Users\vincent\Desktop\pass.txt
...the admin password=admin123...
[+] C:\Users\vincent\Desktop\test.docx:
...this is a testPassword = "welkom12...
Done. Time elapsed = 00:00:01.6656911
एकाधिक निर्देशिकाएँ खोजें, जिसमें नेटवर्क ड्राइव भी शामिल हैं:
SauronEye.exe --directories C:\ \\SOMENETWORKDRIVE\C$ --filetypes .txt .bat .docx .conf --contents --keywords password pass*
रिक्त स्थान वाले पथ और शेयर खोजें:
SauronEye.exe -d "C:\Users\user\Path with a space" -d "\\SOME NETWORK DRIVE\C$" --filetypes .txt --keywords password pass*
C:\>SauronEye.exe --help
=== SauronEye ===
Usage: SauronEye.exe [OPTIONS]+ argument
Search directories for files containing specific keywords.
Options:
-d, --directories=VALUE Directories to search
-f, --filetypes=VALUE Filetypes to search for/in
-k, --keywords=VALUE Keywords to search for
-c, --contents Search file contents
-m, --maxfilesize=VALUE Max file size to search contents in, in kilobytes
-b, --beforedate=VALUE Filter files last modified before this date,
format: yyyy-MM-dd
-a, --afterdate=VALUE Filter files last modified after this date,
format: yyyy-MM-dd
-s, --systemdirs Search in filesystem directories %APPDATA% and %
WINDOWS%
-v, --vbamacrocheck Check if 2003 Office files (*.doc and *.xls)
contain a VBA macro
-h, --help Show help
SauronEye %WINDIR% और %APPDATA% को खोजता नहीं है।
Program Files* की सामग्री खोजने के लिए --systemdirs फ़्लैग का उपयोग करें।
SauronEye केवल .NET 4.7.2 से उपलब्ध कार्यक्षमता पर निर्भर करता है, और इसलिए चलाने के लिए >= .NET 4.7.2 की आवश्यकता है।