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:
@@ -1687,7 +1687,7 @@ curl -fsSL https://github.com/praetorian-inc/noseyparker/releases/download/v0.16
|
||||
Using `grep`:
|
||||
```sh
|
||||
# Find passwords (without garbage).
|
||||
grep -HEronasir '.{16}password.{,64}' .
|
||||
grep -HEronasi '.{16}password.{,64}' .
|
||||
# Find TLS or OpenSSH keys:
|
||||
grep -r -F -- " PRIVATE KEY-----" .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user