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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
submonitor — サブドメインモニター:Slack、Discord、Telegramへのレポート機能付き | Kitploit
ツール/GitHubGitHub/xpl0ited1/submonitor
OSINT (オープンソースインテリジェンス)偵察DNSおよびサブドメイン列挙情報収集サブドメイン列挙
GitHubxpl0ited1/submonitor

submonitor

サブドメインモニター:Slack、Discord、Telegramへのレポート機能付き

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

人気

すべて見る →

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

すべてのツールを探索

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

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

submonitor by xpl0ited1


説明

Slack、Discord、Telegramへの報告機能を備えたサブドメインモニター

使用方法:

targets.txtファイルでスキャン対象を設定し、config.yamlで報告設定を行い、毎日実行するcronジョブを作成します

root@kitploit:~
crontab -e

0 8 * * * /usr/bin/submonitor

リリースセクションからコンパイル済みバイナリをダウンロードしてください: https://github.com/xpl0ited1/submonitor/releases/

または自分でコンパイルすることもできます

root@kitploit:~
git clone https://github.com/xpl0ited1/submonitor/
cd submonitor
go build main.go

./submonitor -h
submonitor v1.0.3
 -arf
        if specified the tool will report the subdomains to ARF API
  -b    if specified the tool will try to bruteforce subdomains
  -c string
        path to the config.yaml file (default: $HOME/.config/submonitor/config.yaml) 
  -dt int
        timeout for dns queries when bruteforcing (default 5000)
  -r string
        dns server using for resolving subdomains. ex.: 8.8.8.8:53
  -t string
        path to the targets.txt file (default: $HOME/.config/submonitor/targets.txt)
  -w string
        path to the wordlists that will be used to bruteforce subdomains (default: $HOME/.config/submonitor/brute.txt)

貢献

このプロジェクトに貢献したい場合は、Twitter @xpl0ited1 でお知らせいただくか、プルリクエストを作成してください。

ツールをダウンロード