peass-ng / PEASS-ng

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

Add a check to list all found browser profiles #428

Open tigre-bleu opened 3 weeks ago

tigre-bleu commented 3 weeks ago

Issue description

Not an issue but an enhancement. LinPEAS/WinPEAS could show a list of all browser profiles that were found on the host.

At the moment, on linux for instance there is a green line for directories in home folder showing that there is a .mozilla folder but that is not really appealing. Browser profiles may contain passwords and/or cookies that are interesting.

I see various implementations with different levels of complexity. For instance, for Firefox on Linux:

One step even further would be to confirm that there are actual passwords stored in the logins.json file before reporting.