mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 12:48:36 +02:00
Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user