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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dirsearch — 동시성 웹 디렉토리 및 파일 브루트포싱 도구로, 워드리스트를 사용하여 대상 URL에 HEAD 요청을 수행하며, 사용자 정의 확장자 및 상태 코드 필터링을 지원합니다. | Kitploit
도구/GitHubGitHub/evilsocket/dirsearch
Vulnerability ScannersInformation GatheringWeb SecurityPenetration Testing
GitHubevilsocket/dirsearch

dirsearch

동시성 웹 디렉토리 및 파일 브루트포싱 도구로, 워드리스트를 사용하여 대상 URL에 HEAD 요청을 수행하며, 사용자 정의 확장자 및 상태 코드 필터링을 지원합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

DirSearch

이 소프트웨어는 Mauro Soria가 작성한 원본 dirsearch 도구의 Go 구현체입니다. DirSearch는 제가 Go로 작성한 첫 번째 도구로, 주로 Go의 동시성 모델, 채널 등을 가지고 놀고 실험하기 위해 만든 것입니다 :)

baby-gopher Go Report Card

목적

DirSearch는 입력 URL(-url 매개변수)과 워드리스트(-wordlist 매개변수)를 받아서, 워드리스트의 각 줄을 경로와 파일로 사용하여 동시에 HEAD 요청을 수행하고, 웹 서버의 폴더와 파일을 브루트포스하게 됩니다.

사용자 정의 파일 확장자(-ext, 기본값 php)와 기타 선택적 인수를 지원합니다:

root@kitploit:~
Usage of dirsearch:
  -200only
        If enabled, will only display responses with 200 status code.
  -consumers int
        Number of concurrent consumers. (default 8)
  -ext string
        File extension. (default "php")
  -maxerrors int
        Maximum number of errors to get before killing the program. (default 20)
  -url string
        Base URL to start enumeration from.
  -wordlist string
        Wordlist file to use for enumeration. (default "dict.txt")

컴파일

root@kitploit:~
go get github.com/evilsocket/dirsearch
cd dirsearch
make get_glide
make install_dependencies
make build

라이선스

이 프로젝트는 Simone Margaritelli의 카피레프트이며 GPL 3 라이선스로 배포됩니다.

도구 다운로드