Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ban-exploitable-bitcoin-nodes — 从您的节点中封禁所有可利用的拒绝服务漏洞节点 CVE-2018-17144 | Kitploit
工具/GitHubGitHub/iioch/ban-exploitable-bitcoin-nodes
防御工具通用工具漏洞分析脚本与自动化网络安全
GitHubiioch/ban-exploitable-bitcoin-nodes

ban-exploitable-bitcoin-nodes

从您的节点中封禁所有可利用的拒绝服务漏洞节点 CVE-2018-17144

查看仓库
2147年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ban-exploitable-bitcoin-nodes

从你的节点封禁所有可利用的拒绝服务漏洞节点 CVE-2018-17144

Bash脚本(ban.sh)的要求

命令行JSON处理器 jq。

在基于Debian的Linux上安装

root@kitploit:~
sudo apt-get install jq

下载并使用脚本

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

运行:

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

查看被封禁的IP地址:

root@kitploit:~
bitcoin-cli listbanned

清除被封禁的IP地址:

root@kitploit:~
bitcoin-cli clearbanned
下载工具