Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
scout — 🔭 경량 URL 퍼저 및 스파이더: 웹 서버의 공개되지 않은 파일, 디렉터리 및 VHOST 발견 | Kitploit
도구/GitHubGitHub/liamg/scout
ReconnaissanceDNS & Subdomain EnumerationInformation GatheringWeb SecurityFuzzing
GitHubliamg/scout

scout

🔭 경량 URL 퍼저 및 스파이더: 웹 서버의 공개되지 않은 파일, 디렉터리 및 VHOST 발견

저장소 보기
594573년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Scout

Travis Build Status

Scout는 웹 서버에서 공개되지 않은 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
도구 다운로드