Walking An Application

In this room you will learn how to manually review a web application for security issues using only the in-built tools in your browser. More often than not, automated security tools and scripts will miss many potential vulnerabilities and useful information

Tools to be used: Inspector, Debugger, Network Monitor, and Console.

  1. View Source - Use your browser to view the human-readable source code of a website.
  2. Inspector - Learn how to inspect page elements and make changes to view usually blocked content.
  3. Debugger - Inspect and control the flow of a page's JavaScript
  4. Network - See all the network requests a page makes.

Happy Hacking!

CTF information