Autor: Thiago Bordini - rotiweb (at) hotmail (dot) com
Version - Stable 1.0.0
- Get your WOT Api key on https://www.mywot.com/wiki/API
- Config your variables in db.inc.sample and change it to db.inc.php
- Create database and tables structure from evilwatcher.sql
- Install nmap and php-pear(aptitude install nmap php-pear)
- Install Pear Nmap and Pear Whois modules (pear install Net_Nmap & pear install Net_Whois).
- Insert all files from the folder /cron in crontab tasks from all checks accord with example below
0,10,20,30,40,50 * * * * cd /var/www/evilwatcher/cron/ && php check.php
1,11,21,31,41,51 * * * * cd /var/www/evilwatcher/cron/ && php asn.php
2,12,22,32,42,52 * * * * cd /var/www/evilwatcher/cron/ && php nmap.php
@hourly cd /var/www/evilwatcher/cron/ && php full_nmap.php