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

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

5 hours ago

Vermilion : Mastering Linux Post-Exploitation For Red Team Success

Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…

5 hours ago

AD-CS-Forest-Exploiter : Mastering Security Through PowerShell For AD CS Misconfiguration

ADCFFS is a PowerShell script that can be used to exploit the AD CS container…

5 hours ago

Usage Of Tartufo – A Comprehensive Guide To Securing Your Git Repositories

Tartufo will, by default, scan the entire history of a git repository for any text…

5 hours ago

Loco : A Rails-Inspired Framework For Rust Developers

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…

1 day ago

Monolith : The Ultimate Tool For Storing Entire Web Pages As Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

1 day ago