I'm a Cyber Security student and open always to learning.
This application is used to block malicious ip addresses on CloudFlare.
There 2 options are available.
First: You can enter .txt
file which contains IP Addresses
and seperated with each other line by line.
Example:
127.0.0.1
127.0.0.1
127.0.0.1
Second: You can enter single IP Address
to add into Block List.
git clone https://github.com/Dr4ks/cloudflare_ip_blocker
cd cloudflare_ip_blocker
pip install -r requirements.txt
You can use this software in two ways. Before implementing both ways, you need to change account_id
and list_id
with your own system's values on cdf_endpoint
variable.
py main.py # gives you one session
pyinstaller --onefile --noconsole main.py # gives you executable on dist folder for later use
Authentication Page:
Dashboard Page: