Search

Password Hunting

Automated later, but:

find a .txt that has the word password

findstr /si password *.txt

what other files?:

findstr /si password *.txt *.ini *.config