cybersecurity

HTB Write-Up: Haze

🧠 HTB Write-Up: Haze Difficulty: Hard OS: Linux Points: 30 Date: 2025-04-07 🔍 Reconnaissance 🔎 Nmap Scan Results Command Used: nmap -sV -sC 10.xx.xx.xx -v Target Host: 10.xx.xx.

1337 Sheets · · 12 min read Paid
reconnaissance

Offsec - Clue

Recon #nmap nmap --top-ports 1000 -T4 [LAB_IP] --open -Pn -vvv PORT STATE SERVICE REASON 22/tcp open ssh syn-ack 80/tcp open http syn-ack 139/tcp open netbios-ssn syn-ack

1337 Sheets · · 6 min read Paid
target

Offsec - SUNSET NOONTIDE - Feb 29th 2023

Target is [LAB_IP] connecting via openvpn openvpn oscp.vpn [ ](https://www.prestonzen.com/publications/cybersecurity/oscp/linux/sunset-noontide#h.9ds2jjg2j16) Recon nmap -sC -sV -p- -vv [LAB_IP] PORT

1337 Sheets · · 2 min read Paid
subnet

Offsec - Sumo - Jun 15th 2023

Enumerate Looking for targets on subnet. Found [LAB_IP] ##Nmap Adding -O for OS detection in the field sudo nmap -sT -sV -sC -O --open -p- [LAB_IP] -oN sumo.

1337 Sheets · · 12 min read Paid
Nmap

Offsec - Potato - June 4th 2023

Potato company At the moment, there is nothing. This site is under construction. To make you wait, here is a photo of a potato: Login User: Password: Go to the

1337 Sheets · · 13 min read Paid
enumeration

Offsec - InfosecPrep - Jun 21st 2023

Prep set up nc -nlvp 4444 Enumeration Assume netdiscover + subnet ping scan Target: [LAB_IP] ##Nmap →  nmap -p- -sV -sC --open -T4 [LAB_IP] -oN InfoSecPrep_nmap.txt                                    15:19:

1337 Sheets · · 18 min read Paid