From the course: Ethical Hacking: Hacking Web Servers and Web Applications

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Using Cookie Jars

Using Cookie Jars

- [Instructor] Burp Suite is a web proxy which can monitor traffic to and from a website, and it comes as standard with Kali. One of the features of Burp Suite is that it maintains a cookie jar, which stores web cookies. Let's start at Burp Suite by selecting it from the quick access menu on the left. Okay, we've started Burp Suite up. I'll need to switch interception off 'cause we don't want to stop messages. I'll go to Proxy, switch interception off. I also need to tell Burp Suite which website I'm going to look at by selecting Target, Scope, and I'll add the URL http://zero.webappsecurity.com. Okay, now I need to go to the website. I'll start at Firefox and I need to select Preferences, Advanced, Settings, and make sure we click Manual Proxy, set for 127.0.0.1, port 8080. I'll now start browsing the Zero Bank, and here we see the Zero Bank main screen. I login as username with the password, password, and we're…

Contents