Skip to content

FAQs

Index

Is your question not listed here? Contact us

Topics

Where does the name come from?

The name was picked to honor Michael Faraday, an English scientist whose main discoveries include electromagnetism induction, diamagnetism and electrolysis. Mainly his six principles of scientific discipline, acquired at a young age from Isaac Watts' "The Improvement of the mind": * Always carry a small pad to take notes at any time * Maintain abundant correspondence * Collaborate regularly with others to exchange ideas * Avoid controversy * Verify everything that was said to him * Do not generalize, speak and write as precisely as possible

Read more at:
https://en.wikipedia.org/wiki/Michael_Faraday
http://www.eng.auburn.edu/~sjreeves/cm/improve.html

What is Faraday?

Faraday is a multiuser integrated penetration test and vulnerability management environment. It is to Penetration Testing what an IDE is to Development. The main purpose of Faraday is to re-use the available tools in the community to take advantage of them in a multiuser way.

Is Faraday free?

Yes, we have a Community version which is totally free, you can download it from Github We also have two Commercial versions, details about those in our webpage.

Compare different versions of Faraday

Does Faraday have collaboration tools?

Faraday supports over 80 tools. Full plugin list available here.

Which platforms are supported?

RedHat, CentOS, Fedora, Debian, Kali, Ubuntu, Docker.

Does Faraday work on my servers or on the cloud?

Yes it does, depending on your needs. For more information you can contact us at sales@infobytesec.com

What are the system requirements to run Faraday?

CPU: 2 Dualcore 2GHz Intel CPU
Disk: 40 GB
Memory: 4 GB RAM (8 GB RAM recommended)

Current tests include Debian, Ubuntu, Kali, and Backtrack.

If instead of installing you want to take a quick look at Faraday you can also use Docker.

I purchased a License, now what?

You will receive an email with a link to download everything regarding your license. If you haven’t received it or are having issues, please contact us at sales@infobytesec.com.

Can I keep using the Kali version with my newly bought Professional/Corporate license?

In a nutshell, yes. Even though the Kali Faraday version is incompatible with both the Professional and Corporate licenses, you can upgrade the platform in the same box without losing all your data.

You will need to remove the package python-faraday and then you need to install the pro/corp .deb with apt install ./faraday-server_amd64.deb

Can I install the Server and/or Client in my own box instead of using a Virtual Machine you provided?

The only intended purpose for the Faraday VM is as a commercial demo.

For production environments we recommend doing a fresh install in a Ubuntu Server, please do not use your provided Demo License VM.

If the use of a Virtualized environment is a must-have, then we recommend doing a proper install in a fresh Virtual Machine following the regular installation steps.

How do I know which Faraday Version I'm using?

By running faraday-server --version or hovering your mouse over the Faraday logo at the top left of the Web UI. Latest version and information available in the Upgrading Faraday section.

To get the latest available version:

What if I want to add a Vulnerability manually?

You can do this using our Web UI, read our documentation on manually adding vulnerabilities.

How do I bind Faraday to 0.0.0.0?

Just go to /home/faraday/.faraday/config/server.ini and inside the [faraday-server] section write:

bind_address=0.0.0.0

Restart Faraday Server if you had it running. That's it!

Where are my credentials?

When installing Faraday you run the following command:

faraday-manage initdb

and get your credentials on the terminal (something like this):

username: faraday
password: a7e8d3seWqy5
If you don't remember this, below, you can see how to re-generate them.

I lost my credentials

If during the instalation you forget to store or keep your credentials, don't worry, you can either create a new admin user or change the default admin user:

Change faraday default admin user (enter the new password):

$ faraday-manage change-password
    Username: faraday
    Password:
    Repeat for confirmation:
    Password changed succesfully

Create a new admin user (Only for paid users):

$ faraday-manage create-superuser
    Username: admin
    Email: admin@example.com
    Password:
    Repeat for confirmation:
    User admin created successfully!

Is your question not listed here?

Generate a support ticket to get aid from our Help Desk staff.

If you are using Faraday community, you can reach us by using our GitHub issues page.