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

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!