https://github.com/infobyte/faraday_burp
Burp Extension for collaboration in Faraday
https://github.com/infobyte/faraday_burp
appsec burp-extensions burpsuite collaboration devops devsecops faradaysec pentesting security vulnerability-management vulnerability-scanners
Last synced: 10 months ago
JSON representation
Burp Extension for collaboration in Faraday
- Host: GitHub
- URL: https://github.com/infobyte/faraday_burp
- Owner: infobyte
- License: other
- Created: 2019-01-30T19:37:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T18:40:49.000Z (11 months ago)
- Last Synced: 2025-04-01T10:11:10.450Z (10 months ago)
- Topics: appsec, burp-extensions, burpsuite, collaboration, devops, devsecops, faradaysec, pentesting, security, vulnerability-management, vulnerability-scanners
- Language: Java
- Homepage: https://faradaysec.com
- Size: 268 KB
- Stars: 11
- Watchers: 15
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-suite - **1**星
README

# Faraday Extension for Burp
Share the results of your application security work in Faraday https://faradaysec.com
This extension will allow you to import requests and issues from your Burp Suite
into a Faraday workspace.
## Download
You can get the precompiled extension over here:
[Download](https://github.com/infobyte/faraday_burp/releases/latest)
## Documentation
[Official Burp Extension Documentation](https://support.faradaysec.com/portal/kb/articles/https-support-faradaysec-com-portal-kb-articles-burp-plugin)
## Compatibility
This extension is supported in Burp's Community & Pro editions
## Building
In the root of the project, run:
```shell
$ ./gradlew fatJar
```
with docker
```shell
$ docker run --rm -it -v $(pwd):/src -w /src openjdk:9-jdk ./gradlew fatJar
```
This will download the necessary dependencies and build a fat `.jar` that is ready to be loaded in Burp.
You can find the file built under `build/libs/`