You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
One of the security assessments we want to do is to check if the firewall on the device is enabled. There are a few ways to do this, but I would recommend using python-iptables to asses the firewall.
In the first iteration, i just want this function to return something like:
{'firewall_enabled': Bool}
Later on, we want to expand this functionality with more detailed analysis.
One of the security assessments we want to do is to check if the firewall on the device is enabled. There are a few ways to do this, but I would recommend using python-iptables to asses the firewall.
In the first iteration, i just want this function to return something like:
Later on, we want to expand this functionality with more detailed analysis.