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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
pathprober — 무차별 대입 방식을 사용하여 HTTP 경로명을 탐색 및 발견하고, 특정 단어 또는 동시에 두 단어로 필터링합니다. | Kitploit
도구/GitHubGitHub/xchopath/pathprober
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersInformation GatheringWeb SecurityPenetration TestingArchived
GitHubxchopath/pathprober

pathprober

무차별 대입 방식을 사용하여 HTTP 경로명을 탐색 및 발견하고, 특정 단어 또는 동시에 두 단어로 필터링합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

pathprober

무차별 대입 방식을 사용하여 HTTP 경로명을 탐색 및 발견하고, 특정 단어 또는 한 번에 두 단어로 필터링합니다.

version made-with-python

pathprober-sample

목적

웹사이트 디렉터리나 HTTP 경로명을 무차별 대입하고 HTTP 응답 코드로 검증하는 것은 더 이상 적절하지 않습니다. 이 도구는 침투 테스트를 수행하는 데 도움을 줍니다. 특정 단어 또는 한 번에 두 단어를 사용하여 디렉터리를 검증할 수 있으며, 결과가 더 정확해집니다.

다음을 찾는 데 도움을 줍니다:

  • 웹 관리자/로그인 패널
  • 일부 경로의 자격 증명
  • 타사 토큰
  • 기타

설치

root@kitploit:~
git clone https://github.com/xchopath/pathprober
cd pathprober/

요구 사항

root@kitploit:~
pip3 install -r requirements.txt

지원

  • 여러 URL 대상 (파일 내 줄바꿈으로 구분) 또는 단일 URL 대상
  • 여러 경로 (파일 내 줄바꿈으로 구분) 또는 단일 경로
  • 1개 또는 2개의 단어 (필터)
  • 유효한 결과를 다른 파일로 저장
  • 멀티스레딩

사용 예시

다중 대상, 다중 경로, 다중 단어:

root@kitploit:~
python3 pathprober.py -T target.txt -P path.txt -w "APP_NAME" -w2 "DB_PASSWORD"

단일 대상, 다중 경로, 단일 단어:

root@kitploit:~
python3 pathprober.py -t https://redacted.com/ -P path.txt -w "APP_NAME"

다중 대상, 단일 경로, 다중 단어, 결과를 파일로 저장:

root@kitploit:~
python3 pathprober.py -T target.txt -p /.env -w "APP_NAME" -w2 "TWILIO" -o output.txt

더 많은 도움 필요?

root@kitploit:~
bash:~/pathprober$ python3 pathprober.py --help

 ___  ____ ___ _  _ ___  ____ ____ ___  ____ ____
 |__] |__|  |  |__| |__] |__/ |  | |__] |___ |__/
 |    |  |  |  |  | |    |  \ |__| |__] |___ |  \
       Probe HTTP pathname filtered by words

usage: pathprober.py [-h] [-t https://example.com] [-p pathname] [-T target.txt] [-P path.txt] [-w Word] [-w2 Word] [-o output.txt]

PathProber - Probe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once

optional arguments:
  -h, --help            show this help message and exit
  -t https://example.com
                        Single website target
  -p pathname           Single pathname
  -T target.txt         Multiple target separated by newline
  -P path.txt           Multiple pathname separated by newline
  -w Word               A word that you want to find in a path
  -w2 Word              A second word that you want to find in a path
  -o output.txt         Save the results to file

기여자

  • @xchopath (@zerobyte-id 출신)
도구 다운로드