Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
dotdotslash — Cerca vulnerabilità di Directory Traversal | Kitploit
Strumenti/GitHubGitHub/jcesarstef/dotdotslash
Analisi delle VulnerabilitàSfruttamento di Applicazioni WebSicurezza WebPenetration Testing
GitHubjcesarstef/dotdotslash

dotdotslash

Cerca vulnerabilità di Directory Traversal

Vedi Repository
462697 mesi faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

dotdotslash

Uno strumento per aiutarti a cercare vulnerabilità di Directory Traversal

Benchmark

Piattaforme che ho testato per validare l'efficienza dello strumento:

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

Screenshot

Screenshot

Screenshot

Screenshot

Installazione

Puoi scaricare l'ultima versione clonando questo repository

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

Questo strumento è stato realizzato per funzionare con Python3

Utilizzo

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

Esempio:

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"

Fammi sapere cosa ne pensi

  • Il mio Twitter: https://twitter.com/jcesarstef
  • Il mio Linkedin: https://www.linkedin.com/in/jcesarstef
  • Il mio Blog (solo portoghese brasiliano per ora): http://www.inseguro.com.br
Scarica lo strumento