Nov 21, 2025 · 5 min read · Description Fred Flintstone & Barney Rubble! Barney is setting up the ABC web server and trying to use TLS certificates to secure connections, but he's having trouble. Here's what we know: nginx on port 80, redirecting to a custom TLS webserver on p...
Join discussionNov 21, 2025 · 5 min read · Initial Enumeration Nmap Port Scan Starting with a full port scan to identify all open services: sudo nmap -sS -T4 -p- TARGET_IP Service Version Detection Once ports are identified, scanning for service versions and running default scripts: sudo nma...
Join discussionSep 16, 2025 · 3 min read · Enumeration nmap -sV -sT -A -p- 10.10.255.113 Result: # Nmap 7.93 scan initiated Tue Sep 16 16:26:27 2025 as: nmap -sV -sT -A -p- -oN enum.txt 10.10.255.113 Nmap scan report for ip-10-10-255-113.eu-west-1.compute.internal (10.10.255.113) Host is up ...
Join discussion
May 28, 2025 · 7 min read · Lien de la room: https://tryhackme.com/room/dreaming On débute par un scan nmap, mais rien d’intéressant. On cherche ensuite des répertoires ou fichiers sur le serveur avec gobuster, via la commande gobuster dir -u 10.10.56.225 -w /usr/share/wordlis...
Join discussion
May 11, 2025 · 5 min read · Lien de la room: https://tryhackme.com/room/expose User Flag On débute par un scan Nmap. On voit 4 ports ouverts dont la 1337. En examinant cette page et le code source, rien qui pourrait nous servir. Je tente alors une commande avec gobuster pour é...
Join discussion
May 8, 2025 · 5 min read · Lien de la room: TryHackMe | Tech_Supp0rt: 1 Énumération Le scan Nmap nous donne le résultat suivant. Rien d’extraordinaire On essaie le port 80 et on tombe sur la page par défaut Ubuntu La recherche par gobuster nous donne deux pages plutôt intére...
Join discussion