umm, when u code fake exploits, atleast code them so they _would_ work ;D > string = (char *) malloc(strlen(buffer)+20); > .. > if(s = send(fd, string, sizeof(string), 0) < 0)
sizeof(string) == 4 which would only send some love to the ftpd ;) ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Jean-Kevin Grosnakeur" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 5:47 PM Subject: Re: [Full-Disclosure] ProFTPD-1.2.9rc2 remote root exploit > > Ladies and gentlemen, here's the source code of the exploit for the latest > > release of ProFTPD. This is a Zero-Day private exploit, please DON'T > > REDISTRIBUTE. I will not take responsibility for any damages which could > > result from the usage of this exploit, use it at your own risk. > > > > -------------------------------------------------------------------------- > > /* > > > > Example of use: > > # gcc exploit.c -o exploit > > # ./exploit 192.168.1.1 21 > > Connected on 192.168.1.1:21 > > Exploitation in progress... > > Exploitation string sent. > > Trying to connect, please wait... > > Linux michelle 2.4.20 #1 SMP Fri Mar 14 14:10:36 EST 2003 i686 unknown > > unknown GNU/Linux > > uid=0(root) gid=0(root) groupes=0(root) > > > > */ > > lol! > > good nite and sleep() well > > -q > > -- > NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... > Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService > > Jetzt kostenlos anmelden unter http://www.gmx.net > > +++ GMX - die erste Adresse f�r Mail, Message, More! +++ > > _______________________________________________ > Full-Disclosure - We believe in it. > Charter: http://lists.netsys.com/full-disclosure-charter.html > _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
