FARADAY (Integrated Penetration Testing IDE) :: Framework
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.
Design for simplicity, users should feel 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 an IDE does for you when programming, but from the perspective of a penetration test.
Requirement ::
- Python 2.6.x and 2.7.x
- Qt3
- CouchDB >= 1.2.0
- The following python libs:
- mockito
- couchdbkit
- whoosh
- argparse
- psycopg2
- IPy
- requests
Tutorials ::
Installation ::
$ git clone https://github.com/infobyte/faraday.git faraday-dev$ cd faraday-dev$ ./install
Usage ::
To get started, simply execute faraday and use the new console to start working in the pentest:
$ ./faraday
Download ::
Linux :: Faraday (tarball)
Source Website :: https://github.com/infobyte/faraday
Official Website :: http://www.faradaysec.com/
Post a Comment