Update README.md

This commit is contained in:
skyper
2024-06-04 11:28:46 +01:00
committed by GitHub
parent 4ec4852af6
commit 283b614ae7
+1 -1
View File
@@ -1687,7 +1687,7 @@ chmod 700 np && \
Using `grep`:
```sh
# Find passwords (without garbage).
grep -HEronasi '.{16}password.{,64}' .
grep -HEronasi '.{,16}password.{,64}' .
# Find TLS or OpenSSH keys:
grep -r -F -- " PRIVATE KEY-----" .
```