diff --git a/README.md b/README.md index 7fd9a59..99a75cb 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,10 @@ The reference flow file strucutre is shown below: **Example:** ``` -./acl_auditor/auditor.py -c compare -d data/asa.cfg -r data/flows.yml -a acl-inside +./acl_auditor/auditor.py -c compare -d data/asa.cfg -r data/flows.yml -a acl-webfarm ``` - ### Unreachable ACL Entries The unreachable acl entry option takes the following inputs: * device configuration (`-d`) @@ -76,7 +75,7 @@ The unreachable acl entry option takes the following inputs: ### HTML Report An HTML report can be generated with the results. However, this option can only be run when running the `-c all` (check all) option. ``` -./acl_auditor/auditor.py -c all -d data/asa.cfg -r data/flows.yml -a acl-inside -o html +./acl_auditor/auditor.py -c all -d data/asa.cfg -r data/flows.yml -a acl-webfarm -o html ``` Once complete a HTML report will be saved within `./data`. Below shows an example:  diff --git a/acl_auditor/auditor.py b/acl_auditor/auditor.py index 7ee939f..97a3061 100755 --- a/acl_auditor/auditor.py +++ b/acl_auditor/auditor.py @@ -20,7 +20,7 @@ class ACLAuditor: def __init__(self, config_file): - bf_session.host = "127.0.0.1" + bf_session.host = "batfish" load_questions() self.config_file = config_file