|
|
(4 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 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
| |
|
| |
| === Backdoors ===
| |
| * Gsocket: https://github.com/hackerschoice/gsocket
| |
| * PHP: https://github.com/epinna/weevely3
| |
| * Reverse Shell Generator: https://www.revshells.com
| |
| * Meterpreter: https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md#meterpreter-shell
| |