
TryHackMe- Web Fundamentals + My first CTF
Hey, guys welcome back to another interesting TryHackMe walkthrough - Web Fundamentals where the focus is more detailed training on how websites work and how to find vulnerabilities.
How do we load websites?
What request verb is used to retrieve page content?
- GET
What port do web servers normally listen on?
- 80
What’s responsible for making websites look fancy?
- CSS
More HTTP — Verbs and request formats
What verb would be used for a login?
- POST
What verb would be used to see your bank balance once you’re logged in?
- GET
Does the body of a GET request matter? Yea/Nay
- Nay
What’s the status code for “I’m a teapot”?
- 418
What status code will you get if you need to authenticate to access some content, and you’re unauthenticated?
- 401
Mini CTF

What’s the GET flag?

What’s the POST flag?

What’s the “Get a cookie” flag?

What’s the “Set a cookie” flag?
