Update README.md

This commit is contained in:
skyper
2024-04-24 07:47:08 +01:00
committed by GitHub
parent 1d774a5d0a
commit 9b0ad766ab
+1 -1
View File
@@ -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-----" .
```