Bluewall : Firewall Framework Designed For Offensive & Defensive Cyber Professionals

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

* Configure Firewall
* Configure Hostname
* Configure Interface(s)

Also Read – LOLBITS : C# Reverse Shell Using BITS As Communication Protocol

Supported Operating Systems

* Redhat/CentOS
* Windows configuration can be generated but not executed.

Commandline

* bluewall -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

Setup

#BUILT FOR PYTHON 2.x
sudo python setup.py install
sudo bluewall -h (for help)

Getting Started

#Setup Initial Environment using Configuration
sudo bluewall -c config/hostconfig.ini

#Export optional windows configuration
sudo bluewall -c config/hostconfig.ini -w autoconfig.ps1

#Add additional inbound host or ranges
sudo bluewall -ih 192.168.0.3,192.168.1.0/24

#Exclude host to communicate with
sudo bluewall -eh 192.168.1.1

#Super easy wizard mode
sudo bluewall –wizard

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

15 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

16 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago