From bb574403f2eb351631dafd0b24d0332e2f43de1e Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 13 May 2025 11:04:12 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29eef46..de512d2 100644 --- a/README.md +++ b/README.md @@ -2057,14 +2057,15 @@ wfind() { # Usage: wfind /etc /var /usr ``` -Find local passwords (using [noseyparker](https://github.com/praetorian-inc/noseyparker)): +Find local passwords (using [noseyparker](https://github.com/praetorian-inc/noseyparker) or [trufflehog](https://github.com/trufflesecurity/trufflehog)): ```sh curl -o np -fsSL https://github.com/hackerschoice/binary/raw/main/tools/noseyparker-x86_64-static chmod 700 np && \ ./np scan . && \ ./np report --color=always | less -R ``` -(Or use [PassDetective](https://github.com/aydinnyunus/PassDetective) to find passwords in ~/.*history) +- Use [PassDetective](https://github.com/aydinnyunus/PassDetective) to find passwords in ~/.*history +- Extract passwords from Browsers using [https://github.com/kiryano/chrome-password-decryptor](https://github.com/kiryano/chrome-password-decryptor) Using `grep`: ```sh