# Privilege Escalation

A good resource: [Linux](https://book.hacktricks.xyz/linux-hardening/privilege-escalation), [Windows](https://book.hacktricks.xyz/windows-hardening/windows-local-privilege-escalation)

## Linux

* <https://gtfobins.github.io/>
* [linPeas](https://github.com/peass-ng/PEASS-ng/tree/master)
* [linEnum](https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh)

A ongoing growing checklist of privesc manual checks (That Linpeas or similar probably does for you and better):

* `sudo -l`
* `cat /etc/crontab`

## Windows

* [Windows Exploit Suggester](https://github.com/bitsadmin/wesng)
* [WinPeas](https://github.com/peass-ng/PEASS-ng/tree/master)
* <https://github.com/411Hall/JAWS>
* [https://lolbas-project.github.io/#](https://lolbas-project.github.io)
