Most modern web browsers come with built-in developer tools (DevTools
), which are mainly intended for developers to test their web applications. However, as web penetration testers, these tools can be a vital asset in any web assessment we perform, as a browser (and its DevTools) are among the assets we are most likely to have in every web assessment exercise.
To open the browser devtools in either Chrome or Firefox, we can click [CTRL+SHIFT+I
] or simply click [F12
]. The devtools contain multiple tabs, each of which has its own use. Here we have various tabs to display different outputs for assessment. The Network tab, for example, will display request and response details. Use of Filter URLs allows for more targeted searches in lieu of over load information displayed for a website.
Here are the typical tabs found in a browser's Developer Tools (DevTools) and their functions: