Rooting linux: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
mNo edit summary
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
These tools can quickly help you analyze a system for vulnerabilities that will aid in your privilege escalation. Please remember that they are not stealthy.
These tools will quickly help you analyze a system for vulnerabilities that will aid in your privilege escalation and maintaining persistence.


== Rooting ==
== Rooting ==
=== Tools ===
* LinPeas: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS
* LinPeas: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS
* LinEnum: https://github.com/rebootuser/LinEnum
* LinEnum: https://github.com/rebootuser/LinEnum
Line 7: 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

Revision as of 20:22, 26 April 2023

These tools will quickly help you analyze a system for vulnerabilities that will aid in your privilege escalation and maintaining persistence.

Rooting

Tools