login

Burp Suite, the leading toolkit for web application security testing

Burp Clickbandit

Burp Clickbandit is a tool for generating clickjacking attacks. When you have found a web page that may be vulnerable to clickjacking, you can use Burp Clickbandit to create an attack, and confirm that the vulnerability can be successfully exploited.

This documentation covers the following areas:

Running Burp Clickbandit

Burp Clickbandit runs in your browser using JavaScript. It works on all modern browsers except for Microsoft IE and Edge.

To run Clickbandit, go to the Burp menu and select "Burp Clickbandit". Then use the following steps:

  1. Click the "Copy Clickbandit to clipboard" button. This will copy the Clickbandit script to your clipboard.
  2. In your browser, visit the web page that you want to test, in the usual way.
  3. In your browser, open the web developer console. This might also be called "developer tools" or "JavaScript console".
  4. Paste the Clickbandit script into the web developer console, and press enter.

The Burp Clickbandit banner will appear at the top of the browser window and the original page will be reloaded within a frame, ready for the attack to be performed.

Record Mode

Burp Clickbandit first loads in record mode. Perform one or more mouse clicks to record your clickjacking attack. Typically, this will involve performing the mouse clicks that the victim user needs to perform to carry out some desired action.

By default, as clicks are recorded, they are also handled in the normal way by the target page. You can use the "disable click actions" checkbox to record clicks without the target page handling them.

When you have finished recording, click the "Finish" button to enter review mode.

Review Mode

When you have finished recording your attack, Burp Clickbandit enters review mode. This lets you review the generated attack, with the attack UI overlaid on the original page UI. You can click the buttons on the attack UI to verify that the attack works.

The following commands are available in review mode:

 

Support Center

Get help and join the community discussions at the Burp Suite Support Center.

Visit the Support Center ›

Tuesday, April 12, 2016

1.7beta

This major release introduces several new features, including:

  • Burp projects
  • Burp configuration files
  • A new startup wizard
  • New APIs
  • New command line arguments

See all release notes ›

Copyright © 2016 PortSwigger Ltd. All rights reserved.