ExclusionEnforcer/README.md

32 lines
1.9 KiB
Markdown
Raw Normal View History

2023-06-13 19:46:01 +00:00
# ⚔️ Exclusion Enforcer ⚔️
2023-06-13 19:44:42 +00:00
2023-06-13 19:46:01 +00:00
👾🚀 Welcome to 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? We've got the fix. Our Python beast will wrangle your deny lists, validate your scope, and drop those delinquent packets faster than you can say "SYN flood".
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
2023-06-13 19:46:43 +00:00
### 🔍 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.
2023-06-13 19:46:01 +00:00
2023-06-13 19:46:43 +00:00
### 🔥 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.
2023-06-13 19:46:01 +00:00
2023-06-13 19:46:43 +00:00
### 🔄 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.
2023-06-13 19:46:01 +00:00
## 🚀 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.)
2023-06-13 19:48:41 +00:00
```bash
2023-06-13 19:46:01 +00:00
git clone https://github.com/yourusername/FirewallFrontier.git
cd FirewallFrontier
2023-06-13 19:48:41 +00:00
python3 FirewallFrontier.py -h```
And let the magic commence. Welcome to the frontier, digital desperado(et al.)!
2023-06-13 19:46:01 +00:00
Now, mount up and start dropping packets like your cyber insurance premium depends on it!