-
Notifications
You must be signed in to change notification settings - Fork 17
Getting Started
Glenn edited this page Apr 6, 2020
·
6 revisions
-
Access the terminal of your Linux or Mac OSX machine.
-
Clone the Git repository to your local machine:
git clone https://github.com/glennake/OpenFireVert.git
- Change directory to the cloned repository:
cd OpenFireVert
- Install the required modules using Pip for Python3:
pip3 install -r requirements.txt
python3 convert.py <input_file> <output_mode> <source_type> <destination_type>
Description: full path to input configuration file (/full/path/to/config)
Description: generated data output mode - [config|data]
config - output as configuration to stdout
data - parsed dictionary data dump to stdout
Description: source firewall type - [watchguard]
See Firewall Support for full list of supported options.
Description: destination firewall type - [fortigate]
See Firewall Support for list of supported options.