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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
dotdotslash — 디렉토리 트래버설 취약점 검색 | Kitploit
도구/GitHubGitHub/jcesarstef/dotdotslash
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubjcesarstef/dotdotslash

dotdotslash

디렉토리 트래버설 취약점 검색

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

dotdotslash

디렉토리 트래버설 취약점을 검색하는 데 도움이 되는 도구

벤치마크

도구 효율성을 검증하기 위해 테스트한 플랫폼:

  • DVWA (low/medium/high)
  • bWAPP (low/medium/high)

Screenshots

Screenshot

Screenshot

Screenshot

설치

이 저장소를 복제하여 최신 버전을 다운로드할 수 있습니다.

root@kitploit:~
git clone https://github.com/jcesarstef/dotdotslash/

이 도구는 Python3와 함께 작동하도록 만들어졌습니다.

사용법

root@kitploit:~
> python3 dotdotslash.py --help
usage: dotdotslash.py [-h] --url URL --string STRING [--cookie COOKIE]
                      [--depth DEPTH] [--verbose]

dot dot slash - A automated Path Traversal Tester. Created by @jcesrstef.

optional arguments:
  -h, --help            show this help message and exit
  --url URL, -u URL     Url to attack.
  --string STRING, -s STRING
                        String in --url to attack. Ex: document.pdf
  --cookie COOKIE, -c COOKIE
                        Document cookie.
  --depth DEPTH, -d DEPTH
                        How deep we will go?
  --verbose, -v         Show requests

예시:

root@kitploit:~
python3 dotdotslash.py \
--url "http://192.168.58.101/bWAPP/directory_traversal_1.php?page=a.txt" \
--string "a.txt" \
--cookie "PHPSESSID=089b49151627773d699c277c769d67cb; security_level=3"

의견을 알려주세요

  • 내 트위터: https://twitter.com/jcesarstef
  • 내 링크드인: https://www.linkedin.com/in/jcesarstef
  • 내 블로그(현재는 브라질 포르투갈어만): http://www.inseguro.com.br
도구 다운로드