From 463a750f17c6cf3c84895c9d97a10354a830da3e Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:54:15 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 53edef9..487f456 100644 --- a/README.md +++ b/README.md @@ -1586,6 +1586,14 @@ wfind() { # Usage: wfind /etc /var /usr ``` +Find local passwords: +```sh +curl -fsSL https://github.com/praetorian-inc/noseyparker/releases/download/v0.16.0/noseyparker-v0.16.0-x86_64-unknown-linux-gnu.tar.gz | tar xvfz - --transform="flags=r;s|.*/||" --no-anchored --wildcards noseyparker && \ +./noseyparker scan . && \ +./noseyparker report +``` +(Or use [PassDetective](https://github.com/aydinnyunus/PassDetective) to find passwords in ~/.*history) + --- ## 8. Shell Hacks