Reading Time: < 1 minute

Two excellent web sites with a reference on how each exe can be used

Windows : https://lolbas-project.github.io/

Unix : https://gtfobins.github.io/

On Unix, there is a script based on that that would help enumerate all possible way to elevate privileges.

cd /tmp && wget https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh

chmod +× LinEnum. sh

./LinEnum.sh 

0