HTB walkthroughs for both active and retired machines
we should create a .md file for each machine. each file must be titled with the name of the machine. each file must be structured as following:
# Machine Name
```
Difficulty:
Operating System:
Hints:
```
## Initial Enumeration
Running nmap scan (TCP) on the target shows the following
```
```
## User
### Method 1 - Method Title
### Method 2 - Method Title
## Root
### Method 1 - Method Title
### Method 2 - Method Title
screenshots or any kind of additional documentation that ease the understanding of the processes/tools/technologies used are welcome and strongly recommended.
For a standard usage please refer to this file
Always keep in mind that a previously used techniques will be grepped inside this directory, so please use keywords/cleartexted output (not images) to ease the searches for the future. If a tool used for exploiting a machine is tricky, difficult or for any reason it's use is not straight forward, please document it's usage here
for the git markdown cheatsheet, please refer to this file