A simple parser for Zyxel firewall to display security rules as a CSV written in python 3
- Get the secure policies with the command:
show secure-policy
- Parse the result using
python3 ZyxelParser.py -i <input file> -o <output file>
To get some help : python3 ZyxelParser.py -h
Issues and PR welcomed !