updated readme again

main
alchemist 2023-08-09 19:44:20 +03:00
parent 6e882174f3
commit 318b83ccbd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# SUnami # SUnami
Struggling with linux privilege escalation? Well then, it's time to cheese it with SUnami. Struggling with linux privilege escalation? Well then, it's time to cheese it with SUnami.
0 interaction privesc is always desired but not always achievable. For this reason, we have created a tool for the most trivial non-0-interactin priv esc in history (with a few drawbacks). This is not an exploit just a cheap but effective trick. The usecase is when you have a shell on a sudoers account but no sudo cred. 0 interaction privesc is always desired but not always achievable. For this reason, we have created a tool for the most trivial non-0-interaction privesc in history (with a few drawbacks). This is not an exploit just a cheap but effective trick. The usecase is when you have a shell on a sudoers account but no sudo cred.
It works by manipulating sudo via aliasing in their .bashrc file to prepend a malicious attacker specified command first in the background. This does mean you will need to wait for sudo to be executed. It works by manipulating sudo via aliasing in their .bashrc file to prepend a malicious attacker specified command first in the background. This does mean you will need to wait for sudo to be executed.