Die Starter-Maschienen „Starting Point“ stellt einen Einstieg in die HackTheBox Welt dar. Die Maschienen sind themenbezogen und stellen verschiedene Vorgehen der Reihe nach vor. Dreizehn der Maschienen sind kostenlos verfügbar. Für die Restlichen wird ein VIP-Account benötigt.

Task 1: What does the acronym VM stand for?

Lästs sich mit Wikipedia schnell beantworten: Virtual Machiene

Task 2: What tool do we use to interact with the operating system in order to issue commands via the command line, such as the one to start our VPN connection? It’s also known as a console or shell.

Entweder in der VM nachschauen oder auch im Wikipedia-Artikel: Terminal

Task 3: What service do we use to form our VPN connection into HTB labs?

Der Artikel Introduction to Lab-Access halt die Antwort bereit: OpenVPN

Task 4: What tool do we use to test our connection to the target with an ICMP echo request?

Kurz und knapp: ping

Task 5: What is the name of the most common tool for finding open ports on a target?

Am weitesten ist das Tool nmap verbreitet.

Task 6: What service do we identify on port 23/tcp during our scans?

Wir führen einen nmap auf den Zielhost aus.

nmap x.x.x.x

Task 7: What username is able to log into the target over telnet with a blank password?

Der lokale Administrationsbenutzer der auf jedem Linuxsystem vorhanden ist sollte als erstes getestet werden: root

Task 8: Submit Root Flag