Rooting linux: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
mNo edit summary
(12 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 (post). 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 8: Line 9:
* Linux Priv Checker: https://github.com/linted/linuxprivchecker
* Linux Priv Checker: https://github.com/linted/linuxprivchecker


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

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