Giter Site home page Giter Site logo

burpsuite101's Introduction

BurpSuite101

Set up your own BurpSuite for fun and profit.

What we need:

BurpSuite Community Edition or OWASP_Zed_Attack_Proxy_Project

https://portswigger.net/burp/communitydownload

https://github.com/zaproxy/zaproxy/wiki/Downloads

Mozilla Firefox or Google Chrome

https://www.mozilla.org/en-US/firefox/new/

https://www.google.com/chrome/

Use special Browser Profile for testing, thus preventing you from leaking your creds.

Useful extensions:

Wappalyzer

https://www.wappalyzer.com/

FoxyProxy or TunnelSwitch

https://getfoxyproxy.org/

https://chrome.google.com/webstore/detail/tunnelswitch/nfpphleklkamlblagdkbkomjmaedanoh

Cookie Editor or EditThisCookie

https://add0n.com/cookie-editor.html

https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg?hl=ru

User-Agent Switcher or User-Agent Switcher for Chrome

https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/

https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg?hl=ru

What we are going to play with:

Hacker101 and OWASP_Juice_Shop_Project

https://www.hacker101.com/

You need test Gmail account for Hacker101

https://www.owasp.org/index.php/OWASP_Juice_Shop_Project

How to set up your own playground on Ubuntu VM:

Download Ubuntu Server 18.04.1 LTS

https://www.ubuntu.com/download/server

In terminal:

sudo -i

apt update

apt upgrade

ifconfig

apt install curl

curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -

sudo apt install -y nodejs

mkdir JuiceShop

cd JuiceShop/

wget https://github.com/bkimminich/juice-shop/releases/download/v7.5.1/juice-shop-7.5.1_node10_linux_x64.tgz

tar -zxvf juice-shop-7.5.1_node10_linux_x64.tgz

cd juice-shop_7.5.1

npm start

Look at http://IP_from_ipconfig:3000/

Let's play:

Launching Burp Suite in more effective way

java -Djsse.enableSNIExtension=false -jar -Xmx1G /path/to/burp.jar

1G = 1024m = RAM

Or set up BurpSuitePro.vmoptions file in Burp home directory

Burp Setup

Generate Certificate

http://burp

Target Tab

Focus on specific sites

Focus on specific functions

Visualize attack surface

Set "Scope" to filter or other tools

Proxy Tab

Trap/Modify live traffic

View all traffic

Set wild scale configuration for the traffic flowing through Burp

Spider

Spidering will find you all the linked content: Pages, scripts and images, ...

Content discovery is finding unlinked content by either guessing or brute force

Scanner

Automatically scan and fuzz all traffic for common vulnerabilities

Burp Intruder

Set up robust, automated/scripted testing easily

"Fuzz" parameters, paths, etc, etc

Bruteforce Passwords

Content discovery with lists

Iterating ID's, etc, etc

++

Burp Reapeter

Replay requests quickly and from any tool inside of Burp

Perform manual testing

Sequencer

Analyzing the quality of randomness in a sample of data

Decoder

Transforming encoded data into its canonical form

Comparer

Performing a comparison (a visual "diff") between any two items of data

Extender

Power on extensions only in case of need

Useful Burp Suite Extensions

Active Scan ++

Additionalr Scanner Checks

Backslash Powered Scanners

Param Miner

Site Map Extractor

Soft vulnerability Scanner

Retire.JS

JSON Beatifier

Authmatrix

Useful lists:

https://github.com/danielmiessler/SecLists

https://github.com/fuzzdb-project/fuzzdb

What you are going to read after:

https://leanpub.com/ltr101-breaking-into-infosec

https://leanpub.com/web-hacking-101

https://www.amazon.co.uk/Web-Application-Hackers-Handbook-Exploiting/dp/1118026470/

https://www.owasp.org/images/1/19/OTGv4.pdf

https://www.amazon.co.uk/Mastering-Modern-Web-Penetration-Testing/dp/1785284584/

burpsuite101's People

Contributors

abhaykushwah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.