Tutorials and Write-ups

Here you'll find tutorials on things I've learned.
I've received a lot of help along the way.
I hope I can make your path a bit easier too!

Exploiting Web Authentication Vulnerabilities

Bypassing and exploiting web authentication vulnerabilities using
hidden directories, session cookies and packet manipulation with
Burp Suite and Web Developer Tools in browser.

Go To Tutorial

Creating a Windows Server Active Directory Domain Controller

Spin up a Windows Server 2019 VM in Proxmox, promote it to a
Domain Controller, and set up Active Directory Domain Services.

Go To Tutorial

Creating an OU and Adding User Objects

Create an OU in the Domain Controller, configure network
settings, and add user objects to the AD domain.

Go To Tutorial

How to Create a Webpage

  1. Open a text editor like Visual Studio Code.
  2. Save a file with a `.html` extension.
  3. Write your HTML structure and add content.
  4. Save and open the file in a browser to view it.

How to Style a Webpage

To make your webpage look amazing, create a CSS file and link it to your HTML.
Start with basic rules and build from there!