Walking An Application
Exploring The Website
Reviewing a website or web application can help you discover features that could potentially be vulnerable and attempt to exploit them.
Built-in browser tools
Name
Tags
Description
View Source
Source Code
View human-readable source code of a website.
Inspector
CSSHTMLInteractionJSSource Code
Inspect page elements and make changes to view usually blocked content.
Debugger
FlowJS
Inspect and control the flow of a page's Javascript
Network
HTTPReuqests
See all the network requests a page makes
Last updated
Was this helpful?