Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an update to the existing SourceForge project WebForensik so it works with latest PHPIDS.


To install it :

mkdir webforensik
cd webforensik
git clone https://github.com/nekhbet/WebForensik.git ./
git submodule init
git submodule update
cd externals/phpids
curl -s https://getcomposer.org/installer | php
php composer.phar update
cd lib/IDS
mkdir tmp
cd ../../../../

That's all :)

To run it just :

./webforensik.php PATH_TO_ACCESS_LOG

Example :

./webforensik.php /var/log/apache2/access.log

About

Web Forensik made to work with latest PHPIDS

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors