Skip to content
qm2k edited this page Oct 15, 2018 · 6 revisions

Utilities for burp-server

This page tries to collect some scripts/utilities that the community is providing for burp, but not mentioned on burp page or any other burp-wiki.

Backup tool script

backup_tool_script is a script to check backup sanity.

backup_tool_script can verify a given number of backups for each client. It can run verify operations in parallel, interleaving different clients in order to prevent performance bottlenecks on backend storage, with some others useful features.

https://burp.grke.org/docs/backup_tool_script.html

Burp-scripts

Collections of scripts to perform tasks such as remove client and revoke certificate, and addclient Checks the logfile and automatically creates a config file for a new client and therefore allowing it to backup without further admin interaction

https://github.com/josvo/burp-scripts

Better Burp Timer Script

Timer script written in Python with some different behaviour than the built-in one. Backup decision can depend on:

  • whether it is the first backup for the client (and thus traffic-heavy);
  • whether the previous backup was interrupted and then continued (and thus not atomic);
  • whether the client is in the local LAN;
  • ... or in a particular subnet;
  • current time of day;
  • current day of week;
  • age of prior backup;
  • time of prior backup (e.g. before 7 AM yesterday);
  • any logical combination of the above.

By combining several rules you can save your bandwidth by moving backups to most convenient time and location possible, but fallback to less convenient time if backups for some user do not happen for some time (e.g. when user is on a business trip and falls between the rules).

https://github.com/qm2k/bbts

Zabbix-burp

Monitor burp with zabbix/nagios/icinga

https://github.com/ktech-io/zabbix-burp

burp_reports

helpful reports for burp backup and restore

https://github.com/pablodav/burp_server_reports

burpfs

Exposes the burp backup storage as a Filesystem in USErspace (FUSE)

https://github.com/ZungBang/burpfs