
Dog HackTheBox
Intruduction Hello guys, welcome back to my blog. Today’s, we will discover the Dog challenge on HackTheBox. This challenge that focuses on penetration testing skills. This challenge include skill...
Intruduction Hello guys, welcome back to my blog. Today’s, we will discover the Dog challenge on HackTheBox. This challenge that focuses on penetration testing skills. This challenge include skill...
Introduction Cypher on HackTheBox is an important aspect of the cybersecurity CTF challenges. It is a CTF on linux that involves enumeration, google dorking, decomplier java file, command injectio...
Introdution As is common in Windows pentests, you will start the Certified box with credentials for the following account: Username: judith.mader Password: judith09 Enumeration ┌──(trit㉿chimp)-[...
Enumeration As is common in real life Windows pentests, you will start the Vintage box with credentials for the following account: P.Rosa / Rosaisbest123 Scan With Nmap ┌──(trit㉿chimp)-[~/HackT...
Enumeration EscapeTwo is a machine that aggregates skills about enmeration, active airectory enumeration, active directory exploitation,… ┌──(trit㉿chimp)-[~/HackTheBox/Administrator] └─$ echo "10...
Enumeration Titanic is a machine that aggregates skills about enmeration, exploitfile traversal vulnerability, crack password,… ┌──(trit㉿chimp)-[~/HackTheBox/Administrator] └─$ echo "10.10.11.55 ...
Introdution This box focuses on Active Directory exploitation, Crack passwords techniques. You will start the Administrator box with credentials for the following account: Username: Olivia Pa...
Introduction Heal is a lab that provides all the knowledge required of a pentester or red team, such as enumeration, scanning, fuzzing directories, fuzzing subdomains, password attacks, privilege...
Introdution The LinkVortex machine provided an engaging challenge involving enumeration, exploiting vulnerabilities, and privilege escalation. In this blog post, I’ll walk you through my proces...
First, for any Hack The Box lab, I always add DNS settings for the IP of the Hack The Box lab into /etc/hosts. sudo echo "10.10.11.48 underpass.htb" | tee -a /etc/hosts 1. UDP Enumeration. ...