[πŸŽ“] Dante HTB Prolab

In this post, I will share my experience and tips on the Dante ProLab at HackTheBox. Whether you’re a beginner looking to get started or a professional looking to improve your skills, these insights will be valuable. Introduction to the Dante Lab The Dante Lab is an ideal choice for those aiming to prepare for the OSCP exam but want to gain practical experience in a realistic corporate environment before investing in the OSCP (minimum $1600) access....

September 4, 2023 Β· 3 min Β· 440 words

[✍️ HTB]: Inject

nmap shows 3 open ports, http (TCP 8080), https (TCP 8443) and ssh (TCP 22): nmap -A -p- 10.10.11.204 Starting Nmap 7.93 ( https://nmap.org ) at 2023-04-04 17:13 EDT Nmap scan report for inject.htb (10.10.11.204) Host is up (0.027s latency). PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.5 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 3072 caf10c515a596277f0a80c5c7c8ddaf8 (RSA) | 256 d51c81c97b076b1cc1b429254b52219f (ECDSA) |_ 256 db1d8ceb9472b0d3ed44b96c93a7f91d (ED25519) 8080/tcp open nagios-nsca Nagios NSCA |_http-open-proxy: Proxy might be redirecting requests |_http-title: Home 8443/tcp open http SimpleHTTPServer 0....

July 16, 2023 Β· 3 min Β· 564 words