Rooting linux: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m →Tools | m →Rooting | ||
| Line 8: | Line 8: | ||
| * Linux Smart Enumeration: https://github.com/diego-treitos/linux-smart-enumeration | * Linux Smart Enumeration: https://github.com/diego-treitos/linux-smart-enumeration | ||
| * Linux Priv Checker: https://github.com/linted/linuxprivchecker | * Linux Priv Checker: https://github.com/linted/linuxprivchecker | ||
| * Nix* binary exploitation: https://gtfobins.github.io | * Nix* binary exploitation: https://gtfobins.github.io | ||
| * [https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Linux%20-%20Privilege%20Escalation.md Linux - Privilege Escalation] | |||
Revision as of 19:24, 24 July 2023
These tools will quickly help you analyze a system for vulnerabilities that will aid in your privilege escalation and maintaining persistence.
Rooting
Tools
- LinPeas: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS
- LinEnum: https://github.com/rebootuser/LinEnum
- LES (Linux Exploit Suggester): https://github.com/mzet-/linux-exploit-suggester
- Linux Smart Enumeration: https://github.com/diego-treitos/linux-smart-enumeration
- Linux Priv Checker: https://github.com/linted/linuxprivchecker
- Nix* binary exploitation: https://gtfobins.github.io
- Linux - Privilege Escalation