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.
- View Source - Use your browser to view the human-readable source code of a website.
- Inspector - Learn how to inspect page elements and make changes to view usually blocked content.
- Debugger - Inspect and control the flow of a page's JavaScript
- Network - See all the network requests a page makes.
Happy Hacking!
CTF information
- Category Web
- Deployed URL Click Here!
- Made byTryhackme
- Submit HereClick me