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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
scout — 🔭 軽量URLファザー兼スパイダー:Webサーバーの未公開ファイル、ディレクトリ、VHOSTを発見します | Kitploit
ツール/GitHubGitHub/liamg/scout
偵察DNSおよびサブドメイン列挙情報収集ウェブセキュリティファジング
GitHubliamg/scout

scout

🔭 軽量URLファザー兼スパイダー:Webサーバーの未公開ファイル、ディレクトリ、VHOSTを発見します

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Scout

Travis Build Status

Scoutは、Webサーバ上で非公開のVHOST、ファイル、ディレクトリを発見するためのURLファザー兼スパイダーです。

バイナリには完全なワードリストが含まれているため、最大の移植性と最小の設定で使用できます。照準を定めて発射!

使用法

root@kitploit:~

Usage:
  scout [command]

Available Commands:
  help        Help about any command
  url         Discover URLs on a given web server.
  version     Display scout version.
  vhost       Discover VHOSTs on a given web server.

Flags:
  -d, --debug             Enable debug logging.
  -h, --help              help for scout
  -n, --no-colours        Disable coloured output.
  -p, --parallelism int   Parallel routines to use for sending requests. (default 10)
  -k, --skip-ssl-verify   Skip SSL certificate verification.
  -w, --wordlist string   Path to wordlist file. If this is not specified an internal wordlist will be used.

URLの発見

フラグ

-x, --extensions

検出するファイル拡張子。(デフォルト: php,htm,html,txt)

-f, --filename

検索対象のディレクトリ内で探すファイル名。すべてのディレクトリが404ステータスを返す場合に便利です。

-H, --header

リクエストと共に送信する追加ヘッダー。例: -H "Cookie: PHPSESSID=blah"

-c, --status-codes

肯定的な発見を示すHTTPステータスコード。(デフォルト: 200,400,403,500,405,204,401,301,302)

-m, --method

使用するHTTPメソッド。

-s, --spider

ページコンテンツをスキャンしてリンクを確認し、その存在を確かめる。

完全な例

root@kitploit:~
$ scout url http://192.168.1.1
  
  [+] Target URL      http://192.168.1.1
  [+] Routines        10 
  [+] Extensions      php,htm,html 
  [+] Positive Codes  200,302,301,400,403,500,405,204,401,301,302
  
  [302] http://192.168.1.1/css
  [302] http://192.168.1.1/js
  [302] http://192.168.1.1/language
  [302] http://192.168.1.1/style
  [302] http://192.168.1.1/help
  [401] http://192.168.1.1/index.htm
  [302] http://192.168.1.1/image
  [200] http://192.168.1.1/log.htm
  [302] http://192.168.1.1/script
  [401] http://192.168.1.1/top.html
  [200] http://192.168.1.1/shares
  [200] http://192.168.1.1/shares.php
  [200] http://192.168.1.1/shares.htm
  [200] http://192.168.1.1/shares.html
  [401] http://192.168.1.1/traffic.htm
  [401] http://192.168.1.1/reboot.htm
  [302] http://192.168.1.1/debug
  [401] http://192.168.1.1/debug.htm
  [401] http://192.168.1.1/debug.html
  [401] http://192.168.1.1/start.htm
  
  Scan complete. 28 results found. 

VHOSTの発見

root@kitploit:~
$ scout vhost https://google.com
  
  [+] Base Domain     google.com
  [+] Routines        10 
  [+] IP              -
  [+] Port            - 
  [+] Using SSL       true
  
  account.google.com
  accounts.google.com
  blog.google.com
  code.google.com
  dev.google.com
  local.google.com
  m.google.com
  mail.google.com
  mobile.google.com
  www.google.com
  admin.google.com
  chat.google.com
  
  Scan complete. 12 results found.

インストール

root@kitploit:~
curl -s "https://raw.githubusercontent.com/liamg/scout/master/scripts/install.sh" | bash
ツールをダウンロード