peass-ng / PEASS-ng

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

Show where the passwords in config PHP files were found. #393

Open CobraColin opened 1 year ago

CobraColin commented 1 year ago

This is what is right now. ╔══════════╣ Searching passwords in config PHP files $password = "complexpassword"; $password = "complexpassword";

What is suggest is something like this: ╔══════════╣ Searching passwords in config PHP files

File path:
$password = "complexpassword"; Different file path: $password = "complexpassword";

Sometimes you also want to know where it was found because there might be other useful information in the config file such a username.

takitakitanana commented 6 months ago

Wanted to tackle this but changes already made with commit 05f6cb7.