Skip to content

Getting Started

Glenn edited this page Apr 6, 2020 · 6 revisions

Install (Linux and Mac OSX)

  1. Access the terminal of your Linux or Mac OSX machine.

  2. Clone the Git repository to your local machine:

git clone https://github.com/glennake/OpenFireVert.git

  1. Change directory to the cloned repository:

cd OpenFireVert

  1. Install the required modules using Pip for Python3:

pip3 install -r requirements.txt

Usage

python3 convert.py <input_file> <output_mode> <source_type> <destination_type>

Parameters

input_file

Description: full path to input configuration file (/full/path/to/config)

output_mode

Description: generated data output mode - [config|data]
config - output as configuration to stdout
data - parsed dictionary data dump to stdout

source_type

Description: source firewall type - [ciscoasa_pre83|fortigate|watchguard]
See Firewall Support for full list of supported options.

destination_type

Description: destination firewall type - [ciscoasa|fortigate]
See Firewall Support for list of supported options.

Clone this wiki locally