Skip to main content
  1. Posts/

"Fluffy" by Hack The Box - An "Easy" Linux Box Writeup

·161 words·1 min
Lacroix Raphaël (Chepycou)
Author
Lacroix Raphaël (Chepycou)
I’m Raphaël LACROIX, a French computer scientist developping various applications in my free time ranging from definitely useless to somewhat usefull. I also do quite a lot of Capture the flag and cybersecurity challenges.
Table of Contents
Hack The Box Easy Boxes - This article is part of a series.
Part : This Article

This box is an “Easy” Windows box by HackTheBox

User flag
#

Usual first scans :
#

mkdir scans loot shares
nmap -A 10.10.11.69 -vvv -oA scans/first_scan
nmap -A 10.10.11.69 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.10.11.69 --top-port 100 -vvv -oA scans/first_scan_udp

We get the usual Windows + AD ports :

Discovered open port 445/tcp on 10.10.11.69
Discovered open port 53/tcp on 10.10.11.69
Discovered open port 139/tcp on 10.10.11.69
Discovered open port 464/tcp on 10.10.11.69
Discovered open port 636/tcp on 10.10.11.69
Discovered open port 3268/tcp on 10.10.11.69
Discovered open port 593/tcp on 10.10.11.69
Discovered open port 88/tcp on 10.10.11.69
Discovered open port 3269/tcp on 10.10.11.69
Discovered open port 389/tcp on 10.10.11.69
The content of this article is currently restricted due to HackTheBox’s policies. This blog post will remain private until the machine is retired. Have fun and don’t hesitate to DM me to ask questions on the HTB discord ;)

In the meantime you can follow me on HTB :

Chepycou

Hack The Box Easy Boxes - This article is part of a series.
Part : This Article