From a231f2535d6eded47481a9e62692257627106731 Mon Sep 17 00:00:00 2001 From: maaaaz Date: Tue, 5 Aug 2014 12:49:27 -0400 Subject: [PATCH] readme edited --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2936e16..bb8a4e5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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'