Getting started

Installation

fafnir-sec can be executed in Linux, MacOS and Windows OS. To use fafnir, you can install it using two ways: docker or python.

Docker:

Requirements:

  • Docker installed

  • Internet access in the machine to pull the image from Docker Hub

docker pull ghsyn4ck/fafnir-sec:latest

Python:

Requirements:

  • Python 3.6 or later installed

  • Pip installed

  • Internet access in the machine to install fafnir-sec module and the dependencies from Pypi.

pip install fafnir

Usage

Warning

It is required to have an Internet access to pull Docker images from the tools

You can run the --help option to see all options to run the tool:

Docker:

Run the container previously pulled with the command to execute:

docker run ghsyn4ck/fafnir-sec:latest fafnir --help

Python:

Run the CLI installed from Pypi using the correct options:

fafnir --help