peass-ng / PEASS-ng

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

Suggestion Feature: Add commands being run to script output #448

Open gardnerapp opened 1 month ago

gardnerapp commented 1 month ago

I'm a huge fan of PEASS as a learning tool, for example I'll use it in CTF's after performing manual enumeration. If the script picks up anything that I missed during my initial enumeration I'll go back and try to find a way to see what the script is showing. I think it'd be very helpful to highlight the commands being run to pick up this or that privilege escalation vulnerability. Perhaps this feature could be implemented with an optional flag at runtime? Something like --show-commands. Thanks.