Skip to content

BecomingMore/faraday

 
 

Repository files navigation

Faraday Logo

Faraday introduces a new concept (IPE) Integrated Penetration-Test Environment a multiuser Penetration test IDE. Designed for distribution, indexation and analysis of the generated data during the process of a security audit.

The main purpose of Faraday is to re-use the available tools in the community to take advantage of them in a multiuser way.

Designed for simplicity, users should notice no difference between their own terminal application and the one included in Faraday. Developed with a specialized set of functionalities that help users improve their own work. Do you remember yourself programming without an IDE? Well, Faraday does the same as an IDE does for you when programming, but from the perspective of a penetration test.

GUI - Web

GUI - QT

Please read the RELEASE notes!

Plugins list:

Right now faraday has more than 40+ supported tools, among them you will find:

Installation

The following platform are supported - [More information] (https://github.com/infobyte/faraday/wiki/Installation) :

platform

Quick install:

Download the latest tarball by clicking [here] (https://github.com/infobyte/faraday/tarball/master)

Preferably, you can download faraday by cloning the [Git] (https://github.com/infobyte/faraday) repository:

$ git clone https://github.com/infobyte/faraday.git faraday-dev
$ cd faraday-dev
$ ./install.sh

Usage

To get started, simply execute faraday and use the new console to start working in the pentest:

   $ ./faraday.py

Plugins types:

We have 3 kind of plugins:

  • Plugins that intercept commands (directly detected when you execute commands in the console)
  • Plugins that import file reports (you have to copy the report to $HOME/.faraday/report/[workspacename] and faraday will automatically detect the report, process and added to the HostTree.
  • Plugins connectors or online (BeEF, Metasploit, Burp) connect directly with external API or database or connect with Faraday RPC API.

Get it now!

[Download Tarball] (https://github.com/infobyte/faraday/tarball/master)

Links

About

Collaborative Penetration Test IDE

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.1%
  • JavaScript 11.5%
  • HTML 7.8%
  • CSS 1.4%
  • Ruby 0.5%
  • Shell 0.4%
  • C 0.3%