Skip to content

Quickly add http and https domains to BurpSuite's scope with all paths.

Notifications You must be signed in to change notification settings

summitt/sploits

Repository files navigation

#sploits ##A Burp Extension with predefined payloads that can be injected into your requests and responses.

Download the JAR file here.

This Burp extension adds to Burp the 'sploits' right click menu to Repeater. This allows users to select many common XSS or SQLi payloads that replace highlighted text in Repeater. If no text is selected then the payload is added to where the cursor is currently located.

Sploits lets users create a local text file with their custom exploits or use files from remote sources.

sploits naming

The name of the sploit can change the submenu for the sploit. The '.' is used to separate normal menu items from sub menus. If the name of the sploit is 'basicXSS' then it will show up in the top menu. If the sploit is named 'xss.basic' then it will show up under a submenu named 'xss'.

Submenu of 'xss' contains the 'basic' sploit.

The following names are reserved.

  • Starts with 'remote'. These are used by the tool to store URL's to remote properties files.
  • 'proxy' is used to store local proxy setting to access remote properties files.
  • 'title' is used for remote hosted properties files.

remote sploit naming

If you want to host a sploit properties file then the same rules apply as mentioned above with one exception. It is highly recommended that you add a property called "title" to your properties file. This will create a submenu with your title name so that all your contributions are contained together.

Below is the submenu containing the title from the above hosted properties file.

My default listing for common sploits can be found here

Add All or Remove All from scope

This Burp extension also adds to Burp the ability to add or exclude domains to burp's scope by selecting one or many items in the Proxy History or Repeater and selecting either 'Add All To Scope' or 'Remove All From Scope'.

Burp currently has an option add items from the proxy history to the scope but this is very specific. It will only add the exact protocol and exact path to the scope.

This plugin adds both http and https and only adds the domain w/o path information.

###Note: The following screenshots show an older version of the plugin. The Domains2Scope has been replaced with 'Add All To Scope' and !Domains2Scope has been replaced with 'Remove All From Scope'

Burp History: Right Click

Burp Scope

You can check out the source code or download the jar from the releases

About

Quickly add http and https domains to BurpSuite's scope with all paths.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages