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 のサービス拒否脆弱性を悪用可能なノードをあなたのノードから禁止する

リポジトリを見る
217年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

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
ツールをダウンロード