Menu

Tree [49fc8d] master /
 History

HTTPS access


File Date Author Commit
 etc 2010-06-14 Jordi Blasco Jordi Blasco [49fc8d] Initial GIT repository
 usr 2010-06-14 Jordi Blasco Jordi Blasco [49fc8d] Initial GIT repository
 README.txt 2010-06-14 Jordi Blasco Jordi Blasco [4b3629] Purge problem solved
 install.sh 2010-06-13 Jordi Blasco Jordi Blasco [be1f1e] Install script

Read Me

===============================================================================
                                Injection Denied
===============================================================================
 AUTHOR:                                      Written by Jordi Blasco Pallarès
 CONTACT EMAIL:                                         jordi.blasco@gmail.com
 REPORTING BUGS: 
    Please report all bugs after reviewing project details located at
               http://sourceforge.net/projects/injectiondenied/
===============================================================================

DEPENDENCIES
===============================================================================
You will need gawk and nail in order to install Injection Denied

INSTALL
===============================================================================
just untar injectiondenied-0.02.tar and execute install script as root

$ tar -jxvf injectiondenied-0.02.tar.bz2 
$ cd injectiondenied-0.02
$ sudo ./install.sh

CONFIGURATION
===============================================================================
Set your mail and other varibles at /etc/injectiondenied/injectiondenied.conf
MAIL=
TIMEOUT=10
LOGFILE=/var/log/apache2/access.log
WORKDIR=/var/cache/injectiondenied
PURGE=720 # hours
# 1 day = 24 hours
# 1 week = 168 hours
# 1 month = 720 hours
# 1 year = 8760 hours

STARTING DAEMON MANUALLY
===============================================================================

You can use the daemon script to test it:

$ sudo /usr/local/bin/hackreport.sh

To stop the daemon, just press Crtl+C

STARTING DAEMON AUTOMATICALLY
===============================================================================

If you want to iniciate the daemon on boot time, then:

  1) Debian Based

    $ sudo update-rc.d injectiondenied defaults


  2) RedHad/SuSE Based

    $ sudo chkconfig --add injectiondenied
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.