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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
InSpy — PythonベースのLinkedIn列挙ツール | Kitploit
ツール/GitHubGitHub/jobroche/inspy
OSINT (オープンソースインテリジェンス)偵察情報収集メール収集
GitHubjobroche/inspy

InSpy

PythonベースのLinkedIn列挙ツール

リポジトリを見るウェブサイト
5711273年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

InSpy

⛔ [非推奨]. このリポジトリはメンテナンスされていません。

はじめに


InSpyはPythonベースのLinkedIn列挙ツールです。

バージョン3.0では、ランダム化されたヘッダーとXML出力サポートに加えて、ドメインとメールの取得の自動化が導入されました。

インストール


クローンしたInSpyディレクトリ内で pip install -r requirements.txt を実行してください。

HunterIO からAPIキーを取得し、InSpy.py内のhunterio変数(29行目)に挿入してください。

ヘルプ


root@kitploit:~
InSpy - A LinkedIn enumeration tool by Jonathan Broche (@LeapSecurity)

positional arguments:
  company          Company name to use for tasks.

optional arguments:
  -h, --help       show this help message and exit
  -v, --version    show program's version number and exit
  --domain DOMAIN  Company domain to use for searching.
  --email EMAIL    Email format to create email addresses with. [Accepted
                   Formats: [email protected], [email protected],
                   [email protected], [email protected], [email protected],
                   [email protected], [email protected], [email protected]]
  --titles [file]  Discover employees by title and/or department. Titles and
                   departments are imported from a new line delimited file.
                   [Default: title-list-small.txt]

Output Options:
  --html file      Print results in HTML file.
  --csv file       Print results in CSV format.
  --json file      Print results in JSON.
  --xml file       Print results in XML.
ツールをダウンロード