You can't find flags here, just writeup for hints.
HackTheBox,TryHackMe includings Challenges and KOTH boxes.
I will paste some useful links for escalation and useful tools for boxes.
Boxes that are forbidden to do writeups or similar, contact me on discord to remove.
Amar#0484
- Useful Tools
- Linpeas!
LinPEAS is a script that search for possible paths to escalate privileges on Linux/Unix*/MacOS hosts. The checks are explained on hacktricks
- PsPy!
PsPy is a command line tool designed to snoop on processes without need for root permissions. It allows you to see commands run by other users, cron jobs, etc. as they execute. Great for enumeration of Linux systems in CTFs
- DirSearch
An advanced command-line tool designed to brute force directories and files in webservers, AKA web path scanner
dirsearch is being actively developed by @maurosoria and @shelld3v
Amar1337