Jump to content
Fi8sVrs

BurpBounty - a extension of Burp Suite that improve an active and passive scanner by yourself.

Recommended Posts

  • Active Members

Burp Bounty is a extension of Burp Suite that improve an active and passive scanner by yourself. This extension requires Burp Suite Pro.

 

Burp Bounty v1.0

This extension allows you, in a quick and simple way, to improve the active and passive burpsuite scanner by means of personalized rules through a very intuitive graphical interface. Through an advanced search of patterns and an improvement of the payload to send, we can create our own issue profiles both in the active scanner and in the passive.

BurpBounty_v1.0.png

 

Usage:

 

1. Config section

  • Profile Manager: you can manage the profiles, enable, disable o remove any of them.
  • Select Profile: you can choose any profile, for modify it and save.
  • Profiles reload: you can reload the profiles directory, for example, when you add new external profile to directory.
  • Profile Directory: you choose the profiles directory path.

 

ProfileManager.png

 

2. Payloads

  • You can add many payloads as you want.

  • Each payload of this secction will be sent at each entry point (Insertion points provided by the burp api)

  • You can choos multiple Enocders. For example, if you want encode the string alert(1), many times (in descendent order):

    1. Plain text: alert(1)

    2. HTML-encode all characters: alert(1)

    3. URL-encode all characters: %26%23%78%36%31%3b%26%23%78%36%63%3b%26%23%78%36%35%3b%26%23%78%37%32%3b%26%23%78%37%34%3b%26%23%78%32%38%3b%26%23%78%33%31%3b%26%23%78%32%39%3b

    4. Base64-encode: JTI2JTIzJTc4JTM2JTMxJTNiJTI2JTIzJTc4JTM2JTYzJTNiJTI2JTIzJTc4JTM2JTM1JTNiJTI2JTIzJTc4JTM3JTMyJTNiJTI2JTIzJTc4JTM3JTM0JTNiJTI2JTIzJTc4JTMyJTM4JTNiJTI2JTIzJTc4JTMzJTMxJTNiJTI2JTIzJTc4JTMyJTM5JTNi

  • If you choose "URL-Encode these characters" option, you can put all characters that you want encode with URL.

 

 

3. Grep - Math

  • For each payload response, each string, regex or payload (depending of you choose) will be searched with the specific Grep Options.

  • Grep Type:

    • Simple String: search for a simple string or strings
    • Regex: search for regular expression
    • Payload: search for payloads sended
    • Payload without encode: if you encode the payload, and you want find for original payload, you should choose this
  • Grep Options:

    • Negative match: if you want find if string, regex or payload is not present in response
    • Case sensitive: Only match if case sensitive
    • Not in cookie: if you want find if any cookie attribute is not present
    • Content type: you can specify one or multiple (separated by comma) content type to search the string, regex or payload. For example: text/plain, text/html, ...
    • Response Code: you can specify one or multiple (separated by coma) HTTP response code to find string, regex or payload. For example. 300, 302, 400, ...

 

4. Write an Issue

  • In this section you can specify the issue that will be show if the condition match with the options specified.
  • Issue Name
  • Severity
  • Confidence
  • And others details like description, background, etc.

 

 

Examples:

So, the vulnerabilities identified so far, from which you can make personalized improvements are:

 

1. Active scan

  • XSS reflected and Stored
  • SQL Injection error based
  • XXE
  • Command injection
  • Open Redirect
  • Local File Inclusion
  • Remote File Inclusion
  • Path Traversal
  • LDAP Injection
  • ORM Injection
  • XML Injection
  • SSI Injection
  • XPath Injection
  • etc

 

2. Passive scan

  • Security Headers
  • Cookies attributes
  • Software versions
  • Error strings
  • In general any string or regular expression.

 

 

Videos

 

 

 

Improvements for version 2.0:

  • Add the burpcollaborator, to find blind vulnerabilities
  • Follow redirects and how many to follow
  • Processing cookies in redirect
  • Regular expression in content type
  • Response codes to avoid
  • Content type to avoid
  • Search only in HTTP Headers
  • Exclude HTTP headers from the search
  • Add option to insert new headers in the requests.

 

Download: BurpBounty-master.zip

 

Source

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...