This extension integrates Burp Suite with SQLMap.

Requirements:

SQLMap comes with a RESTful based server that will execute SQLMap scans. You can manually start the server with:

 python sqlmapapi.py -s -H <ip> -p <port>

Alternatively, you can use the SQLMap API tab to select the IP/Port on which to run, as well as the path to python and sqlmapapi.py on your system.

Once the SQLMap API is running, you just need to right-click in the 'Request' sub tab of either the Target or Proxy main tabs and choose 'SQLiPy Scan' from the context menu. This will populate the SQLMap Scanner tab with information about that request. Clicking the 'Start Scan' button will execute a scan. If the page is vulnerable to SQL injection, then these will be added to the Scanner Results tab.

For more information, see the post here: https://www.codewatch.org/blog/?p=402.