Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dfir / lin / live

Challenges

Challenge Tactic Technic
THM Linux Backdoors persistence ssh, php, cron, .bashrc, pam_unix.so backdoors
THM Linux Hooking Function defense evasion LD_PRELOAD
THM Linux PrivEsc Arena privilege escalation kernel exploit(dirty cow, stored pwd
THM Linux Dirty Pipe privilege escalation kernel exploit (dirty pipe)
THM Linux Polkit privilege escalation polkit exploit

## Hacking tools

Tool Tactic Technic
sudo_killer privilege escalation sudo
lynis    
cat /home/user/myvpn.ovpn
 cat /etc/openvpn/auth.txt
cat ~/.bash_history | grep -i passw
cat /home/user/.irssi/config | grep -i passw

References