Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/jcesarstef/dotdotslash
脆弱性分析ウェブアプリケーション悪用ウェブセキュリティペネトレーションテスト
GitHubjcesarstef/dotdotslash

dotdotslash

ディレクトリトラバーサルの脆弱性を検索する

リポジトリを見る
462697ヶ月前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

dotdotslash

ディレクトリトラバーサルの脆弱性を検索するためのツール

ベンチマーク

ツールの効率を検証するためにテストしたプラットフォーム:

  • DVWA (低/中/高)
  • bWAPP (低/中/高)

スクリーンショット

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"

ご意見・ご感想

  • 私のTwitter: https://twitter.com/jcesarstef
  • 私のLinkedin: https://www.linkedin.com/in/jcesarstef
  • 私のブログ(現時点ではブラジルポルトガル語のみ): http://www.inseguro.com.br
ツールをダウンロード