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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dirsearch — 웹 경로 스캐너 | Kitploit
도구/GitHubGitHub/maurosoria/dirsearch
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecurityFuzzingPenetration TestingReconnaissance #7위
GitHubmaurosoria/dirsearch

dirsearch

웹 경로 스캐너

저장소 보기
14.6k2.4k4일 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
dirsearch 로고 (라이트 모드) dirsearch 로고 (다크 모드)

dirsearch - 웹 경로 탐색

Build License Stars Release Sponsors Discord Twitter

고급 웹 경로 무차별 대입 도구

dirsearch는 @maurosoria와 @shelld3v가 활발히 개발하고 있습니다.

팀과 소통하려면 Discord 서버에 참여하세요.

빠른 시작

dirsearch는 Python 3.11 이상이 필요합니다.

root@kitploit:~
git clone https://github.com/maurosoria/dirsearch.git --depth 1
cd dirsearch
python3 dirsearch.py -u https://example.com -e php,html,js

pip를 사용하여 GitHub에서 직접 최신 Python 스택을 설치할 수도 있습니다:

root@kitploit:~
pip3 install git+https://github.com/maurosoria/dirsearch.git
dirsearch -u https://example.com -e php,html,js

Rust 네이티브 백엔드는 소스 설치 시 선택 사항입니다. 네이티브 빌드 단계는 설치를 참조하세요.

사전 빌드된 PyInstaller 바이너리와 포터블 폴더 아카이브는 릴리스 페이지에서 제공됩니다.

문서

전체 문서는 이제 docs/에 있습니다:

  • 설치: 지원 플랫폼, Python 설치, 릴리스 아티팩트, Docker.
  • 사용 가이드: 일반 스캔, 재귀, 필터, 프록시, 원시 요청, 보고서 및 팁.
  • 단어 목록: %EXT%, 카테고리, 템플릿, 접두사, 접미사 및 변환.
  • CLI 옵션: 전체 명령줄 참조.
  • 설정: config.ini 참조.
  • 세션: 스캔 세션 저장, 목록화, 재개.
  • Python API: 임포트 가능한 API 예제.
  • 빌드: PyInstaller, 포터블 빌드, Docker 이미지, GitHub Actions.
  • 참고 자료: 외부 튜토리얼 및 기사.

최소 예제

root@kitploit:~
python3 dirsearch.py -u https://target
python3 dirsearch.py -u https://target -e php,html,js
python3 dirsearch.py -u https://target -e php,html,js -w /path/to/wordlist
python3 dirsearch.py -u https://target -r --max-recursion-depth 3

전체 CLI 도움말은 python3 dirsearch.py -h를 사용하세요.

Python API

dirsearch는 로컬 자동화, MCP 서버, REST 래퍼 및 에이전트 제어 스캔을 위해 Python 코드에서도 사용할 수 있습니다. 임포트 가능한 API는 FuzzerConfig에 구성을 유지하므로 호출자가 CLI 플래그를 구문 분석하거나 CLI 전역 변수를 변경할 필요가 없습니다.

템플릿, 사용자 정의 단어 목록, 콜백, 인증된 세션 및 에이전트 지향 스캔 레시피를 다루는 예제는 Python API를 참조하세요.

기여

풀 리퀘스트 및 기능 요청을 환영합니다. dirsearch 개선에 도움을 주신 분들은 CONTRIBUTORS.md를 참조하세요.

라이선스

Copyright (C) Mauro Soria ([email protected])

라이선스: GNU General Public License 버전 2.

도구 다운로드