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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
contact.sh — セキュリティ脆弱性を報告するための連絡先を見つけるOSINTツール。 | Kitploit
ツール/GitHubGitHub/edoverflow/contact.sh
OSINT (オープンソースインテリジェンス)偵察脆弱性分析情報収集
GitHubedoverflow/contact.sh

contact.sh

セキュリティ脆弱性を報告するための連絡先を見つけるOSINTツール。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

contact.sh

セキュリティ脆弱性を報告するための連絡先を見つけるOSINTツールです。

image

Buy Me A Coffee

インストール

🐧 GNU/Linux

whois パッケージと jq パッケージがインストールされていることを確認してください。

root@kitploit:~
$ git clone https://github.com/EdOverflow/contact.sh.git
$ cd contact.sh/
$ chmod u+x contact.sh
$ ./contact.sh -d google.com -c google

🍎 OSX

root@kitploit:~
$ brew install gnu-sed --with-default-names
$ brew install jq
$ git clone https://github.com/EdOverflow/contact.sh.git
$ cd contact.sh/
$ chmod u+x contact.sh
$ ./contact.sh -d google.com -c google

使い方

root@kitploit:~
$ ./contact.sh


 _  _ __ _|_ _  _ _|_    _ |_ 
(_ (_)| | |_(_|(_  |_ o _> | |
            ---
        by EdOverflow


[i] Description: An OSINT tool to find contacts in order to report security vulnerabilities.
[i] Usage: ./contact.sh [Options] use -d for hostnames (-d example.com), -c for vendor name (-c example), and -f for a list of hostnames in a file (-f domains.txt) 
[i] Example: ./contact.sh -d google.com -c google

-d フラグはドメインに関連付けられたアドレスを探すときに使用します。contact.sh は取得した情報のソースに基づいて「信頼レベル」を返します。ドメインにある security.txt ファイルは、企業サイトの Twitter アカウントよりも高い優先度を持ちます。

root@kitploit:~
$ ./contact.sh -d google.com

-c フラグで企業名を指定できます。

root@kitploit:~
$ ./contact.sh -c google

企業名にスペースが含まれる場合は、名前を引用符で囲んでください。

root@kitploit:~
$ ./contact.sh -c "keeper security"

-f フラグを使用してドメインのリストをチェックできます。

root@kitploit:~
$ ./contact.sh -f domains.txt

最良の結果を得るには、両方のフラグを次のように組み合わせてください。

root@kitploit:~
$ ./contact.sh -d google.com -c google

contact.sh は対象の robots.txt ファイルに従います。

root@kitploit:~
$ ./contact.sh -d linkedin.com


 _  _ __ _|_ _  _ _|_    _ |_ 
(_ (_)| | |_(_|(_  |_ o _> | |
            ---
        by EdOverflow


[+] Finding security.txt files 
 | Confidence level: ★ ★ ★ 
[!] The robots.txt file does not permit crawling this hostname.

[+] Checking HackerOne's directory for hostname 
 | Confidence level: ★ ★ ★ 
https://hackerone.com/linkedin

貢献

一般からの貢献を歓迎します。

課題トラッカーの利用 💡

課題トラッカーはバグ報告や機能要望のための優先的なチャンネルです。

課題とラベル 🏷

バグトラッカーは課題の整理と識別のためにいくつかのラベルを使用しています。

バグ報告のガイドライン 🐛

GitHub の課題検索を使用してください — その課題が既に報告されていないか確認してください。

ツールをダウンロード