File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ BLACKLISTS=(
88 " https://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" # Project Honey Pot Directory of Dictionary Attacker IPs
99 " https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1" # TOR Exit Nodes
1010 " https://www.maxmind.com/en/high-risk-ip-sample-list" # MaxMind GeoIP Anonymous Proxies
11- " http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List
1211 " https://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP)
1312 " https://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List
1413 " https://lists.blocklist.de/lists/all.txt" # blocklist.de attackers
Original file line number Diff line number Diff line change @@ -178,6 +178,9 @@ if [ -d "$HESTIA/web/images/webapps/" ]; then
178178 rm -rf $HESTIA /web/src/app/WebApp/Installers/Joomla
179179fi
180180
181+ if [ -f " $HESTIA /data/firewall/ipset/blacklist.sh" ]; then
182+ sed -i ' /BruteForceBlocker/d' $HESTIA /data/firewall/ipset/blacklist.sh
183+ fi
181184
182185# #### COMMANDS FOR V1.5.X
183186
You can’t perform that action at this time.
0 commit comments