Skip to main content
  1. Posts/

"Eureka" by Hack The Box - A Hard Linux Box Writeup

·92 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 Hard Boxes - This article is part of a series.
Part : This Article

This box is a “Hard” Linux box by HackTheBox

User flag
#

Startup enumeration
#

Usual first setup :

mkdir scans loot shares
nmap -A 10.10.11.66 -vvv -oA scans/first_scan
nmap -A 10.10.11.66 -p- -oA scans/full_scan
Discovered open port 80/tcp on 10.10.11.66
Discovered open port 22/tcp on 10.10.11.66
Discovered open port 8761/tcp on 10.10.11.66
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 ;)

Chepycou

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