An open API service indexing awesome lists of open source software.

https://github.com/infobyte/faraday_addon

A browser extension for faradaysec platform https://faradaysec.com
https://github.com/infobyte/faraday_addon

Last synced: about 1 year ago
JSON representation

A browser extension for faradaysec platform https://faradaysec.com

Awesome Lists containing this project

README

          

## About

**Faraday Addon** is a simple addon for automate reporting vulnerabilities through the browsed to your own Faraday instance. Faraday Addon intercepts every single request from the browser, adding a functionality for accessing each one of them treating them as a vulnerability. In this way, a pentester only has to use the addon to send potential vulnerables requests to Faraday, instead of copy-paste them into the server.

## Compatibility

By now, Faraday Addon is only available for **Firefox Quantum**. We are working for an stable **Chrome** release.

![Firefox Quantum](images/wiki/firefox-icon.png)

## Installation

### For Users

Download and install the last release from Firefox addons repository:

[Faraday Addon](https://addons.mozilla.org/es/firefox/addon/faraday-addon/)

### For Developers

```
$ git clone https://github.com/infobyte/faraday_addon.git

```

* On Firefox searchbox, write **about:debugging**.

* Click this button: **Load Temporary Add-on**

* Select the **manifest.json** file within the directory you cloned **Faraday Addon**.

## Getting Started!

At first, you must authenticate to your Faraday server.

![](images/wiki/1.png)

Once logged in, go to settings.

![](images/wiki/2.png)

Just add the Faraday server's URL and click on Connect. (The URL must have this format **[protocol]://[ip/domain]:[port]**)

![](images/wiki/3.png)

If your settings are right, you should see your workspaces. Click the workspace you want and save your settings.

Faraday Addon also supports setting scopes using regular expressions, just allowing capturing certaing requests. For example, if you only want to capture every **faradaysec.com** subdomains:

*.faradaysec.com

Now you are ready for capturing requests with Faraday Addon.

![](images/wiki/4.png)

# Adding a vulnerability to Faraday

If you had set up everything OK, you will see every request going through Faraday Addon. Imagine that you found a **XSS** and you want to send it to Faraday. For creating a new issue, click in the icon next to the vulnerable request:

![](images/wiki/5.png)

A form will pop up, where you should complete it with all the information about the issue. If you have **Vulnerability Templates** previously uploaded to Faraday, this process will be faster.

![](images/wiki/6.png)

Once completed, send it to Faraday.

![](images/wiki/7.png)

You can check Faraday server for your new vulnerability.

![](images/wiki/8.png)