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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
SourceLeakHacker — :bug: 멀티 스레드 웹 애플리케이션 소스 유출 스캐너 | Kitploit
도구/GitHubGitHub/wangyihang/sourceleakhacker
Vulnerability ScannersWeb Vulnerability ScannersInformation GatheringWeb Security
GitHubwangyihang/sourceleakhacker

SourceLeakHacker

🐛 멀티 스레드 웹 애플리케이션 소스 유출 스캐너

저장소 보기
3891118개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

설명

SourceLeakHacker는 멀티 스레드 웹 디렉토리 스캐너입니다.

설치

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

사용법

root@kitploit:~
usage: SourceLeakHacker.py [options]

optional arguments:
  -h, --help            show this help message and exit
  --url URL             url to scan, eg: 'http://127.0.0.1/'
  --urls URLS           file contains urls to scan, one line one url.
  --scale {full,tiny}   build-in dictionary scale
  --output OUTPUT       output folder, default: result/YYYY-MM-DD hh:mm:ss
  --threads THREADS, -t THREADS
                        threads numbers, default: 4
  --timeout TIMEOUT     HTTP request timeout
  --level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG}
                        log level
  --version, -V         show program's version number and exit

예제

root@kitploit:~
$ python SourceLeakHacker.py --url=http://baidu.com --threads=4 --timeout=8
[302]   0       3.035766        text/html; charset=iso-8859-1   http://baidu.com/_/_index.php
[302]   0       3.038096        text/html; charset=iso-8859-1   http://baidu.com/_/__index.php.bak
...
[302]   0       0.063973        text/html; charset=iso-8859-1   http://baidu.com/_adm/_index.php
[302]   0       0.081672        text/html; charset=iso-8859-1   http://baidu.com/_adm/_index.php.bak
Result save in file: result/2020-02-27 07:07:47.csv
root@kitploit:~
$ cat url.txt                 
http://baidu.com/
http://google.com/

$ python SourceLeakHacker.py --urls=url.txt --threads=4 --timeout=8
[302]   0       2.363600        text/html; charset=iso-8859-1   http://baidu.com/_/__index.php.bak
[302]   0       0.098417        text/html; charset=iso-8859-1   http://baidu.com/_adm/__index.php.bak
...
[302]   0       0.060524        text/html; charset=iso-8859-1   http://google.com/_adm/_index.php.bak
[302]   0       0.075042        text/html; charset=iso-8859-1   http://baidu.com/_adm/_index.php.back
Result save in file: result/2020-02-27 07:08:54.csv

데모

screenshot-00.png screenshot-01.png screenshot-02.png

TODO 목록

  • 인수 파서.
  • 스캔 결과를 csv 파일로 저장.
  • 여러 URL 지원 (파일에서).
  • 모든 매개변수에 도움말 주석 추가.
  • 사용법 업데이트.
  • 사전 요소 순서 체계적으로 조정.
  • Windows 및 Linux 모두에 맞게 로거 변경.
  • 로그 레벨 추가.
  • 스크린샷 업데이트.
  • 재시도 및 교착 상태 회피
  • 스캔 결과를 SQLite 데이터베이스에 저장.
  • 작은 URL 내용을 다운로드한 후 SQLite 데이터베이스에 저장.

알려진 버그

  • Windows 플랫폼에서 CTRL+C가 작동하지 않음
도구 다운로드