Skip to content

nekhbet/WebForensik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published