Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

ericp1337/burp-timer-script-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burp Timer Script (Go)

Build Status

About

This is a port of the default timer script written in go for cross platform portability without being dependent on system commands such as gnu date or bash, which is not installed on FreeBSD by default.

Getting Started

This program is a complete drop-in replacement for the default bash script included with burp installation. In order to use it, just download and copy it to your existing burp scripts folder (default: /usr/share/burp/scripts/), then change the timer_script line in your server's config file to point to the program.

Hint: Don't forget to make the program executable.

For example timer_script = /usr/share/burp/scripts/timer_script-linux-amd64