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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
intelspy — 自動化されたネットワーク偵察スキャンを実行する | Kitploit
ツール/GitHubGitHub/maldevel/intelspy
偵察脆弱性スキャナーネットワークマッピングポートスキャン情報収集ペネトレーションテスト
GitHubmaldevel/intelspy

intelspy

自動化されたネットワーク偵察スキャンを実行する

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Alt text

ネットワーク偵察スキャンを自動化し、ネットワークインテリジェンスを収集します。

IntelSpyはマルチスレッドのネットワークインテリジェンスツールで、自動化されたネットワークサービス列挙を実行します。ライブホスト検出スキャン、ポートスキャン、サービス列挙スキャン、Webコンテンツスキャン、ブルートフォース攻撃、詳細なオフラインのエクスプロイト検索などを実行します。

また、検出された各サービスに対して、さまざまなツールを使用したさらなる列挙スキャンも起動します。


特徴

  • IPアドレス、IPレンジ(CIDR表記)、解決可能なホスト名の形式で複数のターゲットをスキャンします。
  • ターゲットを同時にスキャンします。
  • IPレンジ(CIDR)ネットワーク内のライブホストを検出します。
  • カスタマイズ可能なポートスキャンプロファイルとサービス列挙コマンド。
  • 結果の収集とレポート作成のためのディレクトリ構造を作成します。
  • 実行されたすべてのコマンドをログに記録します。
  • 手動で実行するコマンドを含むシェルスクリプトを生成します。
  • 重要な情報をtxtおよびmarkdown形式で抽出し、さらに調査できるようにします。
  • データをSQLiteデータベースに保存します。
  • HTMLレポートを生成します。

必要条件

  • Python 3 (sudo apt install python3)
  • Linux(できればKali Linux、または以下のツールを含む他のハッキングディストリビューション)
    • https://www.kali.org/downloads/
  • toml (https://github.com/toml-lang/toml)
  • seclists (https://github.com/danielmiessler/SecLists)
  • curl(必須)(sudo apt install curl)
  • enum4linux(必須)(sudo apt install enum4linux)
  • gobuster(必須)(sudo apt install gobuster)
  • hydra(オプション)(sudo apt install hydra)
  • ldapsearch(オプション)(sudo apt install ldap-utils)
  • medusa(オプション)(sudo apt install medusa)
  • nbtscan(必須)(sudo apt install nbtscan)
  • nikto(必須)(sudo apt install nikto)
  • nmap(必須)(sudo apt install nmap)
  • onesixtyone(必須)(sudo apt install onesixtyone)
  • oscanner(オプション)(sudo apt install oscanner)
  • pandoc(必須)(sudo apt install pandoc)
  • patator(オプション)(sudo apt install patator)
  • showmount(必須)(sudo apt install nfs-common)
  • smbclient(必須)(sudo apt install smbclient)
  • smbmap(必須)(sudo apt install smbmap)
  • smtp-user-enum(必須)(sudo apt install smtp-user-enum)
  • snmpwalk(必須)(sudo apt install snmp)
  • sslscan(必須)(sudo apt install sslscan)
  • svwar(必須)(sudo apt install sipvicious)
  • tnscmd10g(必須)(sudo apt install tnscmd10g)
  • whatweb(必須)(sudo apt install whatweb)
  • wkhtmltoimage(必須)(sudo apt install wkhtmltopdf)
  • wpscan(オプション)(sudo apt install wpscan)
root@kitploit:~
pip3 install -r requirements.txt

使用方法

root@kitploit:~
$ python3 intelspy.py -h

 ___               __        
  |  ._ _|_  _  | (_  ._     
 _|_ | | |_ (/_ | __) |_) \/ 
                      |   /  
                                
IntelSpy v2.0 - Perform automated network reconnaissance scans to gather network intelligence.
IntelSpy is an open source tool licensed under GPLv3.
Written by: @maldevel | Logisek ICT
Web: https://logisek.com | https://pentest-labs.com
Project: https://github.com/maldevel/intelspy


usage: intelspy.py [-h] [-ts TARGET_FILE] -p PROJECT_NAME -w WORKING_DIR
                   [--exclude <host1[,host2][,host3],...>] [-s SPEED]
                   [-ct <number>] [-cs <number>] [--profile PROFILE_NAME]
                   [--livehost-profile LIVEHOST_PROFILE_NAME]
                   [--heartbeat HEARTBEAT] [-v]
                   [targets [targets ...]]

positional arguments:
  targets               IP addresses (e.g. 10.0.0.1), CIDR notation (e.g.
                        10.0.0.1/24), or resolvable hostnames (e.g.
                        example.com) to scan.

optional arguments:
  -h, --help            show this help message and exit
  -ts TARGET_FILE, --targets TARGET_FILE
                        Read targets from file.
  -p PROJECT_NAME, --project-name PROJECT_NAME
                        project name
  -w WORKING_DIR, --working-dir WORKING_DIR
                        working directory
  --exclude <host1[,host2][,host3],...>
                        exclude hosts/networks
  -s SPEED, --speed SPEED
                        0-5, set timing template (higher is faster) (default:
                        4)
  -ct <number>, --concurrent-targets <number>
                        The maximum number of target hosts to scan
                        concurrently. Default: 5
  -cs <number>, --concurrent-scans <number>
                        The maximum number of scans to perform per target
                        host. Default: 10
  --profile PROFILE_NAME
                        The port scanning profile to use (defined in
                        port-scan-profiles.toml). Default: default
  --livehost-profile LIVEHOST_PROFILE_NAME
                        The live host scanning profile to use (defined in
                        live-host-scan-profiles.toml). Default: default
  --heartbeat HEARTBEAT
                        Specifies the heartbeat interval (in seconds) for task
                        status messages. Default: 60
  -v, --verbose         Enable verbose output. Repeat for more verbosity (-v,
                        -vv, -vvv).

使用例

単一ターゲットのスキャン

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.15
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.15 -v
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.15 -vv
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.15 -vvv

ホスト名のスキャン

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ example.com

ネットワークレンジ(CIDR)のスキャン

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.0/24

複数ターゲットのスキャン(カンマ区切り)

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ 192.168.10.15 192.168.10.0/24 example.com

ファイルからターゲットを読み込んでスキャン

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ -ts /home/user/targets.txt

1つのホストを除外

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ --exclude 192.168.10.9 192.168.10.0/24

複数のホストを除外

root@kitploit:~
sudo python3 intelspy.py -p MyProjectName -w /home/user/pt/projects/ --exclude 192.168.10.9,192.168.10.24 192.168.10.0/24

クレジット

私はAutoReconを発見したときにIntelSpyの開発を始めました。車輪の再発明をする代わりに、IntelSpyはIntelSpyとAutoReconの最高の機能を統合し、ペネトレーションテストに適したネットワーク偵察ツールを作成した結果です。


ツールをダウンロード