Bluewall is a firewall framework designed for offensive and defensive cyber professionals. This framework allows Cybersecurity professionals to quickly setup their environment while staying within their scope.
Features:
* Bluewall
+ Configure Firewall
+ Configure Hostname
+ Configure Interface(s)
* Supported Operating Systems
+ Redhat/CentOS
**Windows configuration can be generated but not executed.
* Commandline
+ bw -c config/example.ini * See example configuration
* Utils
+ Enumerate – Identify live hosts inside your network (coming soon)
* Symantecs
+ Target Host – Outbound communication
+ Trusted Host – Bidirectional communication
+ No Strike – Devices your computer should not communicate with
Usage:
git clone https://github.com/austin-taylor/bluewall && cd bluewall pip setup.py install cd bin python bw -h python bw -c configs/exampleconfig.ini
Source: https://github.com/austin-taylor