BROWSER DEVTOOLS

ACCESSING DEVTOOLS

root@oco:~$ BROWSER > F12
 * ALT: CTRL+SHIFT+I

NETWORK TAB

root@oco:~$ BROWSER > F12 > Network
 * contains a listing of requests sent by the page

STORAGE TAB

root@oco:~$ BROWSER > F12 > Storage
 * contains cookies that allows session to persist
    - useful in preventing multiple entry of credentials, etc

Last updated