From f109f069eeda44ac056c636ab10448f0d4338f53 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 14 May 2024 19:04:01 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c54fd0..b63e8a0 100644 --- a/README.md +++ b/README.md @@ -1678,8 +1678,9 @@ wfind() { Find local passwords (using [noseyparker](https://github.com/praetorian-inc/noseyparker)): ```sh curl -o np -fsSL https://github.com/hackerschoice/binary/raw/main/tools/noseyparker-x86_64-static +chmod 700 np && \ ./np scan . && \ -./np report +./np report --color=always | less -R ``` (Or use [PassDetective](https://github.com/aydinnyunus/PassDetective) to find passwords in ~/.*history)