Skip to content

Commit

Permalink
readme edited
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaaz committed Aug 5, 2014
1 parent ed4f693 commit a231f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ A collection of simple scripts to extract policies, groups and addresses from a

Features
--------
The 'fgpoliciestocsv' script extracts policies and comes in two languages : Perl and Python.
The `fgpoliciestocsv` script extracts policies and comes in two languages : Perl and Python.
The Python one is only a port of the Perl one, originally developped by Sebastian Knoop-Troullier aka 'firewallguru' and published on his blog http://firewallguru.blogspot.fr/2014/04/exporting-firewall-rules-to-csv.html

Two other scripts 'fggroupstocsv' 'fgaddressestocsv' have been added to extract groups and addresses (IPv4 unicast only for now) and only come in Python.
Two other scripts `fggroupstocsv` and `fgaddressestocsv` have been added to extract groups and addresses (IPv4 unicast only for now) and only come in Python.

Usage
-----
#### Python version
Pass the configuration file to the scripts with the -i option.
The processed output is available in the 'policies-out.csv', 'addresses-out.csv', 'groups-out.csv' (default) or in the specified file with the -o option.
The processed output is available in the `policies-out.csv`, `addresses-out.csv`, `groups-out.csv` (default) or in the specified file with the -o option.

#### Perl version
Pass the configuration file to the script this is the only supported argument.
The processed output is available in the 'policies-out.csv' file.
The processed output is available in the `policies-out.csv` file.

### Options
#### Python
Expand Down Expand Up @@ -95,4 +95,4 @@ Fortinet holds every rights about the FortiGate brand. I'm not affiliated nor em
Credits
-------
* Sebastian Knoop-Troullier aka 'firewallguru'
* Landry MINOZA aka 'hobgoblinsmaster'
* Landry Minoza aka 'hobgoblinsmaster'

0 comments on commit a231f25

Please sign in to comment.