
डायरेक्टरी ट्रैवर्सल कमजोरियों की खोज
डायरेक्टरी ट्रैवर्सल कमजोरियों की खोज में मदद करने वाला एक उपकरण
मैंने उपकरण की दक्षता को मान्य करने के लिए जिन प्लेटफार्मों का परीक्षण किया:



आप इस रिपॉजिटरी को क्लोन करके नवीनतम संस्करण डाउनलोड कर सकते हैं
git clone https://github.com/jcesarstef/dotdotslash/
यह उपकरण Python3 के साथ काम करने के लिए बनाया गया है
> 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
उदाहरण:
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"