Aller au contenu
  1. Posts/

Writeup de la box "Medium" "Environment" de Hack The Box

·156 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 Medium Boxes - Cet article fait partie d'une série.
Partie : Cet article

Cette box est une box Linux notée “Medium” 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.67 -vvv -oA scans/first_scan
nmap -A 10.10.11.67 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.10.11.67 --top-port 100 -vvv -oA scans/first_scan_udp
22/tcp open  ssh     syn-ack ttl 63 OpenSSH 9.2p1 Debian 2+deb12u5 (protocol 2.0)
| ssh-hostkey: 
|   256 5c:02:33:95:ef:44:e2:80:cd:3a:96:02:23:f1:92:64 (ECDSA)
| ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGrihP7aP61ww7KrHUutuC/GKOyHifRmeM070LMF7b6vguneFJ3dokS/UwZxcp+H82U2LL+patf3wEpLZz1oZdQ=
|   256 1f:3d:c2:19:55:28:a1:77:59:51:48:10:c4:4b:74:ab (ED25519)
|_ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7xeTjQWBwI6WERkd6C7qIKOCnXxGGtesEDTnFtL2f2
80/tcp open  http    syn-ack ttl 63 nginx 1.22.1
| http-methods: 
|_  Supported Methods: GET HEAD POST OPTIONS
|_http-server-header: nginx/1.22.1
|_http-title: Did not follow redirect to http://Titanic.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 ;)

En attendant vous pouvez me follow sur HTB :

Chepycou

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