Skip to main content
  1. Posts/

"Signed" by Hack The Box - A "Medium" Windows Box Writeup

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

This box is a “Medium” Windows box by HackTheBox

User flag
#

usual first scans :
#

mkdir scans loot shares
nmap -A 10.129.236.78 -vvv -oA scans/first_scan
nmap -A 10.129.236.78 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.129.236.78 --top-port 100 -vvv -oA scans/first_scan_udp
1433/tcp open  ms-sql-s syn-ack ttl 127 Microsoft SQL Server 2022 16.00.1000.00; RTM
| ms-sql-ntlm-info: 
|   10.129.236.78:1433: 
|     Target_Name: SIGNED
|     NetBIOS_Domain_Name: SIGNED
|     NetBIOS_Computer_Name: DC01
|     DNS_Domain_Name: SIGNED.HTB
|     DNS_Computer_Name: DC01.SIGNED.HTB
|     DNS_Tree_Name: SIGNED.HTB
|_    Product_Version: 10.0.17763

alt text

Okay so this is probably gonna be very mssql-centered like the previous week I guess, and we can confirm the provided account is valid :

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 Discord (through the HTB Discord), Linkedin or on X ;)

In the meantime you can follow me on HTB :

Chepycou

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