Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 679 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 679 Bytes

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