-
💻 Mirai – Writeup
Lire plus: 💻 Mirai – WriteupDefault credentials we’ll be used on this machine to access it. Add the IP address in /etc/hosts: … 10.10.10.48 mirai.htb … First run a nmap scan: A lot of ports are open contrary to the other easy boxes. Let’s start with the website: It tells us that the machine is a Pi-hole version 3.1.4. We…
-
💻 Knife – Writeup
Lire plus: 💻 Knife – WriteupA backdoor is found on the web server of this machine. Add the IP address in /etc/hosts: … 10.10.10.242 knife.htb … First run a nmap scan: The website doesn’t give us anything useful: In the source code there is no link. Looking at Wappalyzer we get some versions: Apache 2.4.41 PHP 8.1.0 There is no…
-
💻 Cap – Writeup
Lire plus: 💻 Cap – WriteupThe name of the easy Linux box gives us useful hints… Add the hostname into /etc/hosts: … 10.10.10.245 cap.htb … First run a nmap scan to detect open ports: The nmap scan output is way too long so we’ll just focus on the important parts. The FTP server is not accessible using anonymous login and…
-
💻 Beep – Writeup
Lire plus: 💻 Beep – WriteupThis Linux machine is a bit special compared to other Linux challenges because this is a CentOS operating system. Add the IP address in /etc/hosts: … 10.10.10.7 beep.htb … First run a nmap scan: There is a lot of open ports on this machine. But most of them could be rabbit holes. If you have…
-
💻 Bashed – Writeup
Lire plus: 💻 Bashed – WriteupThis easy Linux challenge uses a vulnerable PHP file to execute commands on the system. Add the IP address in /etc/hosts: … 10.10.10.68 bashed.htb … First run a nmap scan: There’s only one port open which is an Apache web server. The version 2.4.18 is not vulnerable. On the website, the autor wrote about a…
-
💻 Antique – Writeup
Lire plus: 💻 Antique – WriteupIn this machine we’ll enumerate services and find a specific UDP port to perform enumeration on it. Add the IP address in /etc/hosts: … 10.10.11.107 antique.htb … First run a nmap scan. We must specify the -Pn option because the machine doesn’t respond to pings: When we try to connect to the telnet service port…
-
💻 Bizness – Writeup
Lire plus: 💻 Bizness – WriteupBizness is an easy HackTheBox machine with cool things to learn. The user flag is pretty straight forward but the root access is way more difficult Add the IP address in /etc/hosts: … 10.10.11.252 bizness.htb … First run a nmap scan: We try to run a fuzzing using ffuf to discover potential hidden subdomains: /opt/ffuf/ffuf…





