Walking An Application
Learn how to manually review a web application for security issues using only your browser's built-in developer tools — no scripts or automated scanners. You'll use View Source to find HTML comments, hidden links, directory listings, and framework info. Then use Inspector to bypass a CSS paywall, Debugger to catch a disappearing JavaScript element, and Network tab to intercept AJAX requests. Seven flags total across four browser techniques.
Skills You Will Learn
Walkthrough Phases
Deploy & Explore
Deploy the target machine and map out the web application
Viewing the Page Source
Find four flags hidden in the page source and server configuration
Developer Tools - Inspector
Use the Element Inspector to bypass a CSS paywall
Developer Tools - Debugger
Use JavaScript breakpoints to catch a disappearing element
Developer Tools - Network
Intercept AJAX requests using the Network tab
9 questions to answer
alienrecon start thm-walkinganapplicationDon't have AlienRecon? Get started here