sjhloco / firewall_policy_report

Creates an Excel worksheet report from an ASA or Checkpoint firewall rule set with details of the hit counts and the last time the rule was hit
MIT License
4 stars 1 forks source link

Help Needed #2

Closed mairm1340 closed 1 year ago

mairm1340 commented 1 year ago

Hi This did work for me but how do we add option for enable password and also by any chance we can ask for user input for username/password/enable password

sjhloco commented 1 year ago

how do we add option for enable password

It uses Netmiko to connect, from what I understand this automatically puts it in enable mode.

any chance we can ask for user input for username/password/enable password

No this is by design so I can run again a multitude of devices easily. I may change these to env_vars at some point but I dont envisage adding a prompt for username and password as is only really good if running against single devices