
Suche nach Directory Traversal-Schwachstellen
Ein Tool, um Sie bei der Suche nach Directory-Traversal-Schwachstellen zu unterstützen
Plattformen, die ich getestet habe, um die Effizienz des Tools zu validieren:



Sie können die aktuelle Version herunterladen, indem Sie dieses Repository klonen
git clone https://github.com/jcesarstef/dotdotslash/
Dieses Tool wurde für die Arbeit mit Python3 entwickelt
> python3 dotdotslash.py --help
usage: dotdotslash.py [-h] --url URL --string STRING [--cookie COOKIE]
[--depth DEPTH] [--verbose]
dot dot slash - Ein automatisierter Path-Traversal-Tester. Erstellt von @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
Beispiel:
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"