
DotDotPwn - El Fuzzer de Recorrido de Directorios
DotDotPwn - El Fuzzer de Directory Traversal
Es un fuzzer inteligente muy flexible para descubrir vulnerabilidades de directory traversal en software como servidores HTTP/FTP/TFTP, plataformas web como CMSs, ERPs, Blogs, etc.
Además, tiene un módulo independiente del protocolo para enviar el payload deseado al host y puerto especificados. Por otro lado, también puede utilizarse de forma scripteada mediante el módulo STDOUT.
Está escrito en el lenguaje de programación Perl y puede ejecutarse tanto en plataformas OS X, *NIX como Windows. Es la primera herramienta mexicana incluida en BackTrack Linux (BT4 R2).
Módulos de fuzzing soportados en esta versión:
Perl (http://www.perl.org) Programado y probado en Perl 5.8.8 y 5.10
Nmap (http://www.nmap.org) Solo si planeas usar la funcionalidad de detección de OS (requiere privilegios de root)
Módulos de Perl:
Puedes instalar fácilmente los módulos faltantes haciendo lo siguiente como root:
# perl -MCPAN -e "install <MODULE_NAME>"
o
# cpan
cpan> install <MODULE_NAME>
Lee EXAMPLES.txt
Sitio web oficial: http://dotdotpwn.sectester.net Correo oficial: [email protected] Errores / Contribuciones / Mejoras: [email protected]
Christian Navarrete aka chr1x Alejandro Hernandez H. aka nitr0us
http://twitter.com/chr1x http://twitter.com/nitr0usmx
[email protected] [email protected]
http://www.brainoverflow.org
CubilFelino Security Research Lab Chatsubo [(in)Security Dark] Labs
http://chr1x.sectester.net http://chatsubo-labs.blogspot.com
Lee CHANGELOG.txt
DotDotPwn - The Directory Traversal Fuzzer
Copyright (C) 2012 Christian Navarrete and Alejandro Hernandez H.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>