From 5caf78452da5bb2e04d428f290146c25c541fdfa Mon Sep 17 00:00:00 2001 From: Christopher Talib Date: Mon, 20 May 2019 18:21:21 +0200 Subject: [PATCH] Update the browser tutorial --- tutorials/browser.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tutorials/browser.md b/tutorials/browser.md index e69de29..749ba0a 100644 --- a/tutorials/browser.md +++ b/tutorials/browser.md @@ -0,0 +1,24 @@ +# Introduction + +In this tutorial, we are going to learn the first steps to work with your browser during CTF challenges. We are going to cover basic steps and basic overview of the tools that are already available to you. Browsers are very complex pieces of code that we use everyday, they offer you not only the capacity to navigate the Internet but also tools to analyse website. + +## Why do we need browsers? + +You don't actually need browsers to navigate on the Internet, you can do that through the command line (see our section about the command line). Browsers, however, give you a graphic interface to visualize website among other things. Moreover, the Web (which is not the same thing as the Internet -- LINK) is built with Web-pages and those pages are displayed to a human audience thanks to the browser. + +For CTF challenges, it is preferrable to use Firefox or Chrome as they offer extensive tools for this. + +## What is the anatomy of a web page? + +## Tools available in Firefox and Chrome + +In this section, we are going to see a couple of tools you can use to solve challenges. There are more and you can customize your toolbox with a large and extensive number of tools but in this part +### Inspector + +### Console + +### Debugger + +### Style Editor + +### Network