Aller au contenu
  1. Posts/

Writeup de la box "Easy" "Planning" de Hack The Box

·122 mots·1 min
Lacroix Raphaël (Chepycou)
Auteur
Lacroix Raphaël (Chepycou)
Bonjour, bienvenue sur mon blog. Je suis Raphaël LACROIX, je développe diverses applications pendant mon temps libre, allant du très inutile au parfois utile. Je fais aussi beaucoup de Capture The Flag et de défis de cybersécurité.
Sommaire
Hack The Box Easy Boxes - Cet article fait partie d'une série.
Partie : Cet article

Cette box est une box Linux notée “Easy” et hébergée par HackTheBox.

Flag utilisateur
#

Énumération
#

Démarrage habituel avec les scans :

mkdir scans loot shares
nmap -A 10.10.11.68 -vvv -oA scans/first_scan
nmap -A 10.10.11.68 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.10.11.68 --top-port 100 -vvv -oA scans/first_scan_udp
Discovered open port 80/tcp on 10.10.11.68
Discovered open port 22/tcp on 10.10.11.68
80/tcp open  http    syn-ack ttl 63 nginx 1.24.0 (Ubuntu)
|_http-title: Did not follow redirect to http://planning.htb/
Le contenu de cet article est actuellement restreint en raison des politiques de HackTheBox. Cet article restera privé jusqu’à ce que la machine soit passée en “retired”. Bon hacking et n’hésitez pas à me poser des questions en message privés depuis le discord HTB ;)

Chepycou

Hack The Box Easy Boxes - Cet article fait partie d'une série.
Partie : Cet article