Walking an application
Viewing The Page Source
view the page source and look for comments and hidden links and directories
find about the framework version and look for its vulnerabilities
view the assets folder
Developer tools - inspect
you can hide or change html elements
Developer tools - debugger
change, print and play with the js code to change website functionality or get certain data(use breakpoints or print them)
Developer Tools - Network
every external request a webpage makes is shown here
Last updated