peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
https://book.hacktricks.xyz
Other
15.34k stars 3k forks source link

Searching passwords in config PHP files #394

Closed j4r0-code closed 9 months ago

j4r0-code commented 9 months ago

when I run linpeas.sh even with -e I get the string from the file but not the file name and path. I know I can run simple grep on all .php files but why run it again if linpeas.sh did all that work already. Sorry if that is just a dumb noob question. ╔══════════╣ Searching passwords in config PHP files
define('DBUSER', 'root');

image

carlospolop commented 9 months ago

You are right, this is fixed now!