Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T15:21:59.000Z (about 2 years ago)
- Last Synced: 2024-05-20T11:36:21.182Z (8 months ago)
- Topics: appsec, burp-extensions, burpsuite, collaboration, devops, devsecops, faradaysec, pentesting, security, vulnerability-management, vulnerability-scanners
- Language: Java
- Homepage: https://faradaysec.com
- Size: 226 KB
- Stars: 8
- Watchers: 16
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Java CI with Gradle](https://github.com/infobyte/faraday_burp/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master)
# Faraday Extension for BurpShare 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/`