PowerShellMafia / PowerSploit

PowerSploit - A PowerShell Post-Exploitation Framework
Other
11.68k stars 4.59k forks source link

Searching files by content #356

Open s0i37 opened 4 years ago

s0i37 commented 4 years ago

Hello. How can I use Invoke-FileFinder or Find-InterestingFile for searching files by content. It seems that these commandlets could search only by file name. Very offten users hide your passwords in files like 123.txt which couldn't be found with this approach. Moreover users like very much to store files in doc/docx-files, which couldn't be grepped. Thank you.