Breaks down a deny list into individual IPs, makes sure that none of those IPs are part of the scope file. Additionally it can add all the deny IPs to iptables to deny outbound traffic, you specify a rule-set name (it's really a comment on iptables) and you can also later remove those rules when you're done. 🧹 https://chaosnet.io
Go to file
2023-06-13 20:18:34 +00:00
LICENSE Initial commit 2023-06-13 19:44:42 +00:00
README.md Update 'README.md' 2023-06-13 20:18:34 +00:00

⚔️ Exclusion Enforcer ⚔️


ExclusionEnforcerBeast.png

👾 The Exclusion Enforcer, the final frontier in IP deny list management (what?) This is where packets meet their maker. Got a gaggle of pesky IP addresses wreaking havoc in your gig? I've got the fix. This has been a garage repo since '22 and the Python 3 beast will wrangle your deny lists, validate your scope, and drop those delinquent packets faster than you can press CTRL-C as the phone rings.

Exclusion Enforcer isn't for the faint of heart (it needs root for the iptables stuff) This is for network warriors, ready to defend their digital turf with the firepower of Python and iptables. Also, folks who can reboot a linux box.

⚙️ Features

🔍 Verify your scope

Make sure no IP address evades your watchful eye. Feed it a list, and it'll cross-verify with your scope, ensuring not a single rogue packet slips through.

🔥 Integrate with iptables

Once your deny list is vetted, Exclusion Enforcer will synergize directly with iptables, enforcing your will at the kernel level. Those packets won't even see it coming.

🔄 Flexible management

Need to clear the decks? With a single command, Exclusion Enforcer will sweep your iptables rules clean, leaving it pristine and primed for your next battle.

💻 Command-line goodness

Everything you need right at your fingertips. Arguments to specify, check, and enforce. Plus, a friendly -h to remind you of your options. LITERALLY NO ONE DOES THIS FOR YOU.

🚀 How to Unleash the Beast

Clone this repository to your local battlestation. Make sure you're speaking Python 3, because this beast left Python 2 in the dust due to it's magnificent complexity (also, I'm lazy.)

git clone https://github.com/yourusername/FirewallFrontier.git
cd FirewallFrontier
python3 FirewallFrontier.py -h

And let the magic commence. Welcome to the frontier, digital desperado(et al.)!

Now, mount up and start dropping packets like your cyber insurance premium depends on it!