Rooting linux: Difference between revisions

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


== Rooting ==
== Rooting ==
* LinPeas: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS [Free]
=== Tools ===
* LinEnum: https://github.com/rebootuser/LinEnum [Free]
* LinPeas: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS
* LES (Linux Exploit Suggester): https://github.com/mzet-/linux-exploit-suggester [Free]
* LinEnum: https://github.com/rebootuser/LinEnum
* Linux Smart Enumeration: https://github.com/diego-treitos/linux-smart-enumeration [Free]
* LES (Linux Exploit Suggester): https://github.com/mzet-/linux-exploit-suggester
* Linux Priv Checker: https://github.com/linted/linuxprivchecker [Free]
* Linux Smart Enumeration: https://github.com/diego-treitos/linux-smart-enumeration
* Linux Priv Checker: https://github.com/linted/linuxprivchecker


=== Backdoor ===
* Nix* binary exploitation: https://gtfobins.github.io
* https://github.com/hackerschoice/gsocket [Free]

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