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

Pyxel : A Complete Guide To The Python-Based Game Engine

With simple specifications inspired by retro gaming consoles, such as displaying only 16 colors and…

1 hour ago

Shadowsocks : The Ultimate Guide To Features, Installation, And Configuration

hickory-dns - Uses hickory-resolver as DNS resolver instead of tokio's builtin. local-http - Allow using…

1 hour ago

Syscall Tables : Evolution From NT5 To NT11

Syscall tables are critical components of operating systems, mapping system calls to their respective kernel…

1 hour ago

GitButler : Revolutionizing Branch Management With Virtual Branches

GitButler is a git client that lets you work on multiple branches at the same…

1 day ago

Minegrief : Unpacking A Crafty Minecraft Malware

Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system. Crafty Controller Auth'd…

1 day ago

ModTask – Task Scheduler Attack Tool

ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…

3 days ago