Automatically track Toggl entries when a Burp project is open
Find a file
2025-09-08 17:02:06 +03:00
gradle/wrapper initial commit 2025-09-03 17:18:19 +03:00
src/main/java/burp fix closing burp not stopping tracking 2025-09-08 16:47:06 +03:00
.gitignore initial commit 2025-09-03 17:18:19 +03:00
build.gradle bump version to 1.0.0 2025-09-08 16:55:25 +03:00
gradlew initial commit 2025-09-03 17:18:19 +03:00
gradlew.bat initial commit 2025-09-03 17:18:19 +03:00
LICENSE add readme and license 2025-09-08 16:26:22 +03:00
README.md add download link 2025-09-08 17:02:06 +03:00
settings.gradle initial commit 2025-09-03 17:18:19 +03:00

Burp AutoToggl

Burp Suite extension to automatically track time on Toggl.

It allows you to associate a Burp Suite project with a corresponding Toggl project. When Burp Suite is running, the extension will automatically track the time spent on the project.

The extension will start a new timer only if another timer isn't already running. If it does start a timer, closing Burp Suite will stop the timer.

Installation

Download the latest release and install it in Burp Suite in the Extensions tab.

Usage

On initial startup, the extension will prompt you to enter your Toggl API token, which you can obtain near the bottom of your Toggl profile page.

Once a valid token is entered, it will ask for a default workspace. These options are saved globally.

Select a Toggl project from the project dropdown and save your settings. The extension will now track time on the selected project.

Building from source

./gradlew jar

The built jar will be in build/libs.

License

Licensed under the Apache License, Version 2.0.

For more information, refer to the LICENSE file.