Skip to content

Instantly share code, notes, and snippets.

@AvasDream
Last active May 26, 2018 17:49
Show Gist options
  • Save AvasDream/2055794767b9a290478eeb97211ba11e to your computer and use it in GitHub Desktop.
Save AvasDream/2055794767b9a290478eeb97211ba11e to your computer and use it in GitHub Desktop.
DVWA and Burpsuite Cheatsheet

Setting up Burp Suite

Burp Suite is an integrated platform for performing security testing of web applications.

First we have to add the Burp Suite Proxy in our Browser:

Settings -> Advanced Settings -> Network Tab -> Add manual Proxy Now enter the default values for Burp Suite 127.0.0.1:8080. Dont forget to check the box "Use this proxy server for all protocols".

Now we disable the captive portal of firefox. We are doing this to reduce the traffic we will see in our proxy. about:config -> search for "captive" -> set the value from network.captive-portal-service.enabled to false

Information about Burp Suite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment