Script sketch for a hackerNote room
Basic info There is a medium room hackerNote on TryHackMe (from my point of view it could be even considered as easy one because of a pretty comprehensive walkthrough) Exploit a username Script pr...
Basic info There is a medium room hackerNote on TryHackMe (from my point of view it could be even considered as easy one because of a pretty comprehensive walkthrough) Exploit a username Script pr...
Intro LXD PwnBox is a privilege escalation technique that exploits the LXD container management system on Linux. If a user has been added to the lxd group, they can create and run privileged conta...
Enumeration As always starting with nmap In parallel run ffuf ffuf -u http://<ip>/FUZZ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -c -mc all -fs <some value>...
Basic Syntax find [path] [options] [expression] - [path] → Where to search (e.g., /home, ., /var/log) - [options] → Conditions like -name, -type, -size, etc. - [expression] → Additional actions li...
I want to be root! Usually sudo would be used like this: sudo <command> But it is not the only way … Let’s imagine you ran command to check what commands could be executed by user...
Room: Try LIGHT room on THM CTF intro: “I am working on a database application called Light! Would you like to try it out? If so, the application is running on port 1337. You can connect to it usi...