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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
scripthunter — 웹사이트에서 JavaScript 파일을 찾는 도구 | Kitploit
도구/GitHubGitHub/robre/scripthunter
ReconnaissanceInformation GatheringWeb SecurityCrawler
GitHubrobre/scripthunter

scripthunter

웹사이트에서 JavaScript 파일을 찾는 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

scripthunter

Scripthunter는 주어진 웹사이트에서 JavaScript 파일을 찾는 도구입니다. Google을 스캔하려면 ./scripthunter.sh https://google.com을 실행하면 됩니다. 시간이 다소 걸릴 수 있으므로, scripthunter는 Telegram API를 통해 스캔 완료 시 알림을 보내는 기능도 구현하고 있습니다. 블로그 게시물 logo

설치

scripthunter를 설치하려면 이 저장소를 클론하세요. scripthunter는 몇 가지 도구에 의존하므로 다음 도구들이 설치되어 있는지 확인하세요:

  • gau
  • ffuf
  • hakrawler
  • httpx
  • unfurl

이 도구들 대부분이 Go로 작성되었으므로 Go가 설치되어 있고 올바르게 구성되어 있는지 확인하세요. 터미널에서 위 명령어를 입력했을 때 인식되어 정상 작동하는지도 확인해야 합니다.

또한 scripthunter는 스캔이 완료되면 Telegram을 통해 알림을 보냅니다. 이 기능을 활성화하려면 Telegram 봇을 생성하고 Bot API 키와 chatid를 scripthunter 스크립트에 붙여넣어야 합니다. 이 값을 얻으려면 이 가이드를 참조하세요.

telegram

기능

  • Gau와 Hakrawler를 사용하여 웹사이트에서 공개 JavaScript 파일 추출
  • 발견된 공개 파일에서 js 파일이 포함된 디렉터리 파싱
  • ffuf와 사용자 정의 워드리스트를 사용하여 js 디렉터리에서 숨겨진 js 파일 스캔
  • 발견된 모든 파일의 연결 상태 확인
  • 스캔 완료 시 사용자에게 알림
  • 확인된 모든 js 파일 이름을 하나의 글로벌 워드리스트로 집계

예시

임의의 verizon 하위 도메인에서 실행한 예시입니다:

root@kitploit:~
➜  scripthunter-dev ./scripthunter.sh https://developer.verizonmedia.com/
               _      __  __             __
  ___ ________(_)__  / /_/ /  __ _____  / /____ ____
 (_-</ __/ __/ / _ \/ __/ _ \/ // / _ \/ __/ -_) __/
/___/\__/_/ /_/ .__/\__/_//_/\_,_/_//_/\__/\__/_/
             /_/
                             by @r0bre
[*] Running GAU
[+] GAU found 7 scripts!
[*] Running hakrawler
[+] HAKRAWLER found 5 scripts!
[*] Found 2 directories containing .js files.
[*] Running FFUF on https://developer.verizonmedia.com/./

[+] FFUF found 0 scripts in https://developer.verizonmedia.com/./ !
[*] Running FFUF on https://developer.verizonmedia.com/assets/

[+] FFUF found 0 scripts in https://developer.verizonmedia.com/assets/ !
[*] Running FFUF on https://developer.verizonmedia.com/assets/js/

[+] FFUF found 0 scripts in https://developer.verizonmedia.com/assets/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/js/

[+] FFUF found 0 scripts in https://developer.verizonmedia.com/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/

[+] FFUF found 0 scripts in https://developer.verizonmedia.com/static/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/js/

[+] FFUF found 7 scripts in https://developer.verizonmedia.com/static/js/ !
[*] Running FFUF on https://developer.verizonmedia.com/static/js/vendor/

[+] FFUF found 3 scripts in https://developer.verizonmedia.com/static/js/vendor/ !
[+] Checking Script Responsiveness of 13 scripts..
https://developer.verizonmedia.com/static/js/vendor/js-cookie.js
https://developer.verizonmedia.com/static/js/jquery-3.3.1.min.js
https://developer.verizonmedia.com/static/js/autotrack.js
https://developer.verizonmedia.com/static/js/utils.js
https://developer.verizonmedia.com/static/js/navigation.js
https://developer.verizonmedia.com/static/js/vendor/rapidworker-1.2.js
https://developer.verizonmedia.com/static/js/vmdn.js
https://developer.verizonmedia.com/static/js/right-nav.js
[+] All Done!
[+] Found total of 13 (8 responsive) scripts!

이 도구가 마음에 드셨다면 트위터에서 저를 팔로우해 주세요 @r0bre! ;)

도구 다운로드