Skip to content
Collaborative Penetration Test and Vulnerability Management Platform
JavaScript Python HTML CSS Shell Nix
Branch: master
Clone or download

Latest commit

cript0nauta Downgrade WTForms
The Nix version always uses version 2.1. Use WTForms 2.1 also when
installing from pypi.
Latest commit 1bde0fa Apr 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE [FIX] update feature template Oct 19, 2018
.gitlab/issue_templates [FIX] Symbolic link dont works as template Feb 7, 2019
CHANGELOG Fix WTforms dependency Apr 27, 2020
doc Initial minimal version of openapi.yaml Oct 31, 2019
faraday [ADD] Abort 404 if workspace is invalid Apr 17, 2020
pypi2nixpkgs Run pypi2nixpkgs Apr 20, 2020
scripts Fix branch format in merge conflict detector Mar 17, 2020
tests [MOD] Update test report to accept new changes Apr 17, 2020
tests_web Remove deprecated fields sdate, fdate in Workspace Dec 4, 2017
.gitattributes Add .gitattributes file Aug 9, 2017
.gitignore Add entry "build" back to .gitignore. Mar 17, 2020
.gitlab-ci.yml Fix IMAGE_TAG regex tu support minor versions Apr 17, 2020
.pylintrc remove pylint ignores and fix code style Jan 21, 2020
AUTHORS Merge branch 'white/dev' into tkt_white_5975_extirpar_el_cliente_gtk Dec 27, 2019
MANIFEST.in Remove references to faraday.client Apr 2, 2020
README.md [MOD] Update presentations dates Apr 16, 2020
RELEASE.md Update 3.11 changelog Apr 20, 2020
buildpth.nix Use nix version of pgcli Feb 10, 2020
buildpth.sh add missing files! Dec 17, 2019
default.nix Add default.nix file Feb 17, 2020
manage.py [ADD] client.* 100% py2/3 with *= apis, managers, persistence; server… Aug 6, 2019
requirements.txt Downgrade WTForms Apr 27, 2020
requirements_dev.txt Move apispec dependencies to requirements.txt, again. Mar 26, 2020
requirements_extras.txt Remove duplicated item in requirements_extras Jun 29, 2018
setup.cfg [ADD] version is now in faraday/__init__.py Apr 16, 2019
setup.py Merge remote-tracking branch 'origin/white/dev' into tkt_white_6320_c… Apr 8, 2020
shell.nix Make GitLab CI tests run from nix-shell Feb 18, 2020

README.md

About

Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.

Made for true pentesters!

Faraday was made to let you take advantage of the available tools in the community in a truly multiuser way.

Faraday crunches the data you load into different visualizations that are useful to managers and pentesters alike.

GUI - Web

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, users improve their own work. Do you remember the last time you programmed without an IDE? What IDEs are to programming, Faraday is to pentesting.

GUI - GTK

To read about the latest features check out the release notes!

Installation

Refer to the releases page for the latest pre-made installers for all supported operating systems.

Check out our documentation for detailed information on how to install Faraday in all of our supported platforms:

Supported Os

To begin the installation process, check out our Installation Wiki.

Development

You need Python 3.6+ and postgres to run the faraday server.

If you want to develop for Faraday, please follow our development setup for linux or development setup for OSX.

Quickstart

Once you installed faraday packages, you will need to initialize the faraday database:

sudo faraday-manage initdb

This will give you a randomly generated password to log into the web UI. Now you can start the server with:

systemctl start faraday-server

In your browser, now you can go to localhost:5985 and login with "faraday" as username, and the password generated in the initdb step.

New Features!

All of Faraday's latest features and updates are always available on our blog. There are new entries every few weeks, don't forget to check out our amazing new improvements on its latest entry!

API

This is a branch for a PoC of automatically generating the API documentation in the OpenAPI/swagger format. To generate the API docs, for example, to use with swagger UI, run:

faraday-manage openapi-yaml

Plugins list

You feed data to Faraday from your favorite tools through Plugins. Right now there are more than 70+ supported tools, among which you will find:

There are three Plugin types: console plugins which intercept and interpret the output of the tools you execute, report plugins which allows you to import previously generated XMLs, and online plugins which access Faraday's API or allow Faraday to connect to external APIs and databases.

Read more about Plugins.

Faraday plugins code can be found in faraday-plugin repository

Features

Workspaces

Information is organized into various Workspaces. Each Workspace contains a pentest team's assignments and all the intel that is discovered.

Agents

Faraday Agents Dispatcher helps user develop integrations with Faraday written in any language. Agents collects information from different network location using different tools. You can use FaradaySEC to orchestrate tool execution.

Conflicts

If two plugins produce clashing information for an individual element, a conflict that the user will have to resolve is generated. An example is if user1 incorporates host 127.0.0.1 OS:Linux and user2 incorporates 127.0.0.1 OS: Linux Ubuntu 13.10.

On our GTK interface there's a button on the bottom right corner of the main window displaying the number of conflicts in the current workspace. To resolve them, just click on the button and a window will open where you can edit the conflicting objects and select which one to keep.

Faraday plugin

Using our plugin you can perform various actions using the command line, for example:

$ cd faraday-dev/bin/
$ ./fplugin create_host 192.154.33.222 Android
1a7b2981c7becbcb3d5318056eb29a58817f5e67
$ ./fplugin filter_services http ssh -p 21 -a
Filtering services for ports: 21, 22, 80, 443, 8080, 8443

192.168.20.1    ssh     [22]    tcp open    None
192.168.20.1    http    [443]   tcp open    None
192.168.20.7    ssh     [22]    tcp open    Linux
192.168.20.7    http    [443]   tcp open    Linux
192.168.20.11   ssh     [22]    tcp open    Linux

Read more about the Faraday Plugin.

CSV Exporting

Faraday supports CSV Exporting from its WEB UI. More information

Links

Presentations

You can’t perform that action at this time.