Privilege Escalation
Last updated
Last updated
linEnum.sh -->
lse.sh -->
before run, set History Terminal to line = 5000
then just execute linEnum and review it carefully.
rootbash -> SUID
spawn the root shell
Custom Executable
If some root process executes another process which you can control (modified or put your binary file)
compile using:
msfvenom (reverse shell)
generate elf file using msfvenom
listening on the attacking machine:
Native Reverse Shells
Use this tool to generate reverse shell in any language:
Will be update soon