Página 1 de 1
exploit que ataca al firewall con un DoS
Publicado: 31 Mar 2011, 21:32
por davidad
pues este es el code de un exploit que ataca al firewall por el puerto 53 UDP para provocarle un dos y tumbar el firewall, el problema esque no esta bien programado, supongo que a intencion y me gustaria que me ayudaran a corregirlo puesto que esta hecho en C y yo estoy aprendiendo pero a pasos muy lentos por los estudios....
graciaaaaa
[Enlace externo eliminado para invitados]
Re: exploit que ataca al firewall con un DoS
Publicado: 31 Mar 2011, 23:15
por osnaraus
A mi me compila bien. Tienes que fijarte si tienes todas las librerias.
Saludos
Re: exploit que ataca al firewall con un DoS
Publicado: 01 Abr 2011, 16:51
por $DoC
uy, voy a probarlo , gracias
saludos!!
Re: exploit que ataca al firewall con un DoS
Publicado: 01 Abr 2011, 17:41
por davidad
este exploit tiene muy buena pinta, pero no consigo compilarlo, me da errores de programacion:
Mostrar/Ocultar
Código: Seleccionar todo
cpd.c:54:28: error: netinet/ip_udp.h: No such file or directory
cpd.c: In function 'main':
cpd.c:81: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:110: error: 'errno' undeclared (first use in this function)
cpd.c:110: error: (Each undeclared identifier is reported only once
cpd.c:110: error: for each function it appears in.)
cpd.c:110: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
cpd.c:116: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
cpd.c:136: warning: incompatible implicit declaration of built-in function 'memset'
cpd.c:136: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:144: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:153: error: dereferencing pointer to incomplete type
cpd.c:154: error: dereferencing pointer to incomplete type
cpd.c:155: error: dereferencing pointer to incomplete type
cpd.c:155: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:156: error: dereferencing pointer to incomplete type
cpd.c:156: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:164: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:170: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
hack podrias pasarmelo compilado?? o si me ayudas mejor que mejor
Re: exploit que ataca al firewall con un DoS
Publicado: 09 Abr 2011, 21:50
por DD
davidad escribió:este exploit tiene muy buena pinta, pero no consigo compilarlo, me da errores de programacion:
Mostrar/Ocultar
Código: Seleccionar todo
cpd.c:54:28: error: netinet/ip_udp.h: No such file or directory
cpd.c: In function 'main':
cpd.c:81: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:110: error: 'errno' undeclared (first use in this function)
cpd.c:110: error: (Each undeclared identifier is reported only once
cpd.c:110: error: for each function it appears in.)
cpd.c:110: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
cpd.c:116: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
cpd.c:136: warning: incompatible implicit declaration of built-in function 'memset'
cpd.c:136: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:144: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:153: error: dereferencing pointer to incomplete type
cpd.c:154: error: dereferencing pointer to incomplete type
cpd.c:155: error: dereferencing pointer to incomplete type
cpd.c:155: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:156: error: dereferencing pointer to incomplete type
cpd.c:156: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:164: error: invalid application of 'sizeof' to incomplete type 'udph_t'
cpd.c:170: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
hack podrias pasarmelo compilado?? o si me ayudas mejor que mejor
Pffffff.. felicidades al ganador de la competencia "Quien es más novato"..
Apuesto que fue descubierto a base de fuzzing.