Burpsuite Professional Integration

To enable automated Burpsuite scans via Sn1per, you must have Burpsuite Professional 2020.x or newer running with the following configuration under User options > Misc > REST API.

  • REST API service enabled on port 1338/tcp (localhost)
  • Allow access without API key enabled

Next, update the following values to your Sn1per configuration template under the /sniper/conf/ directory:

BURP_HOST="127.0.0.1"
BURP_PORT="1338"

# ACTIVE WEB PLUGINS
BURP_SCAN="1"

You can then run a scan by selecting the configuration template you edited in the previous step to integrate with Burpsuite Professional and import all findings into Sn1per.

Back to Main Documentation