Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ban-exploitable-bitcoin-nodes — Ban all denial-of-service vulnerability exploitable nodes from your node CVE-2018-17144 | Kitploit
Tools/GitHubGitHub/iioch/ban-exploitable-bitcoin-nodes
Defensive ToolsGeneral Purpose UtilitiesVulnerability AnalysisScripting & AutomationNetwork Security
GitHubiioch/ban-exploitable-bitcoin-nodes

ban-exploitable-bitcoin-nodes

Ban all denial-of-service vulnerability exploitable nodes from your node CVE-2018-17144

View Repository
217 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ban-exploitable-bitcoin-nodes

Ban all denial-of-service vulnerability exploitable nodes from your node CVE-2018-17144

Requirements for the bash script (ban.sh)

Command-line JSON processor jq.

Install on Debian-based Linux

root@kitploit:~
sudo apt-get install jq

Download and use the script

git clone https://github.com/iioch/ban-exploitable-bitcoin-nodes.git

Run:

root@kitploit:~
cd ban-exploitable-bitcoin-nodes   
chmod u+x ban.sh   
./ban.sh

To view banned IP addresses:

root@kitploit:~
bitcoin-cli listbanned

To clear banned IP addresses:

root@kitploit:~
bitcoin-cli clearbanned
Download Tool