conix-security / audit-springbok

A tool for analyzing firewall rules
157 stars 46 forks source link

Can't convert IPtables #6

Open rmeyer137 opened 7 years ago

rmeyer137 commented 7 years ago

I'm receiving the following error when parsing an Iptables firewall.

Traceback (most recent call last): File "/root/springbok/Gtk/Gtk_MenuBar.py", line 454, in on_click firewalls = Parser.parser(filename, parser_module, progressBar) File "/root/springbok/Parser/Parser.py", line 65, in parser _parse_kit.finish() File "/root/springbok/Parser/IpTables/IpTablesParser.py", line 433, in finish input_path_list = my_parser.create_all_path_from_node(input_node) File "/root/springbok/Parser/IpTables/IpTablesParser.py", line 280, in create_all_path_from_node for idx, component in enumerate(node.data_list): AttributeError: 'NoneType' object has no attribute 'data_list'

If you can provide me a private email address I can provide the original file for parsing.

alphaDev23 commented 6 years ago

Is there any solution to this? Same issue.

rmeyer137 commented 6 years ago

No, I didn't get a solution to the issue.