Jack
c150e63b52
This module scans /proc/*/environ for potentially sensitive environment variables on Linux systems.
...
It targets common keywords like token, password, secret, AWS, API, etc.
Uses 'tr' instead of 'strings' to improve compatibility in minimal environments like containers.
The check is skipped entirely on MacPEAS.
2025-05-25 12:55:34 -04:00
Gildasio Junior
8ea67f3cc2
Set grep to show filename that contains passwords
...
This way one can identify which file contains the relevant information,
eg:
/var/log/responder/Poisoners-Session.log:2025-02-09 21:12:12,701 - [*] Skipping previously captured cleartext password for donald
/var/log/responder/Responder-Session.log:11/02/2025 12:33:11 PM - [HTTP] Basic Password : bambam
/var/log/responder/Responder-Session.log:11/02/2025 12:36:12 PM - [HTTP] Basic Password : estrella
2025-02-28 19:54:44 -03:00
Gary Corrall
4964033d44
Fix 28_Files_with_passwords.sh
2025-01-29 16:33:54 +00:00
Jimmy
96b7bdaf91
Brief description of your changes
2025-01-06 13:55:15 +01:00
Carlos Polop
0ed01d58d3
Big linpeas update
2024-08-27 23:56:21 +02:00