Git Product home page Git Product logo

faraday-docker's Introduction

faraday-docker

Docker & Docker Compose setup for FaradaySEC's server.

The aim of this project is to get a working Faraday setup up and running as quick and reliable as possible. Useful when evaluating if Faraday is of any use to you or not.

Built for Faraday 3.1.1 - most likely works for future versions also.

Usage

Install Server

  • Adjust the environment variables in faraday-server-db.env and faraday-server-app.env as needed
    • For testing purposes the defaults work just fine
    • The default values are defines in the server's Dockerfile
  • git clone https://github.com/nscuro/faraday-docker.git
  • cd faraday-docker
  • docker-compose up --build -d

Install Client

  • Install pipenv
  • git clone https://github.com/infobyte/faraday
  • cd faraday
  • git checkout tags/v3.1.1 -b v3.1.1
  • pipenv install --two -r requirements.txt
  • pipenv install -r requirements_extra.txt
  • pipenv run python faraday.py --gui=no
    • Confirm with y when faraday asks about installing more dependencies
  • The first run most likely fails due to the last workspace untitled not being accessible
    • Just open http://127.0.0.1:5985, login and create a workspace with that name
    • Run pipenv run python faraday.py --gui=no again and it should work

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.