Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/jimywork/certstreamcatcher
OSINT (オープンソースインテリジェンス)フィッシングツール情報収集フィッシングウェブセキュリティ
GitHubjimywork/certstreamcatcher

certstreamcatcher

このツールは、certstreamを使用してフィッシングサイトをリアルタイムで検出するための効果的な基準を持つ正規表現に基づいており、punycode(IDNA)攻撃も検出できます。

リポジトリを見る
81197年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト

Certstreamcatcher

フィッシングを捕まえるためにcertificate transparency logsを監視します。このツールは、リアルタイムでフィッシングサイトを検出するための効果的な基準を持つ正規表現に基づいており、certstreamを使用します。また、https://www.ṁyetḣerwallet.com のような punycode (IDNA) 攻撃も検出できます。

フィッシング

Phishing

インストール

root@kitploit:~
$ cd /opt/
$ git clone https://github.com/6IX7ine/certstreamcatcher.git
$ cd certstreamcatcher
$ npm install

npmパッケージ

npm を使用して certstreamcatcher をインストールするには、次を実行します:

root@kitploit:~
npm install --save certstreamcatcher
   

npm runkitで試す

これは certstreamcatcher をテストするためのプレイグラウンドです

https://npm.runkit.com/certstreamcatcher

使用方法

certstreamcatcher は非常にシンプルです。ライブラリ certstreamcatcher をインポートし、certstream のコールバックを登録して、certstreamClientPhishing を呼び出し、コールバックパラメーターを certstreamClientPhishing に渡すだけです。

root@kitploit:~
const certstreamcatcher = require('certstreamcatcher'); 
const certstream = require("certstream");

const regex = /(wellsfargo|paypal|login|sign-in|secure|update|money|sslsecure|amazon)/gi; # Keywords

const tlds = ['.io','.gq','.ml','.cf','.tk','.xyz','.pw','.cc']; # tlds 

var client = new certstream(function(certstream) {  
	certstreamcatcher.certstreamClientPhishing(certstream, regex, tlds, {tlds: true});
});

client.connect();

プログラムを実行するには、上記のコードを保存し、次のコマンドで実行します:

root@kitploit:~
$ node certstreamcatcher.js

寄付

  • XMR: 49m12JEEC6HPCHkLMX5QL4SrDQdKwh6eb4Muu8Z9CwA9MwemhzFQ3VcgHwyuR73rC22WCymTUyep7DVrfN3GPt5JBCekPrR
ツールをダウンロード