Advertisement
fplanzer

Apache log analysis

Mar 14th, 2022
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. Scalp - analyzer
  2. PHP-IDS - ruleset and filters
  3.  
  4. git clone https://github.com/neuroo/apache-scalp scalp
  5. git clone https://github.com/PHPIDS/PHPIDS phpids
  6.  
  7. split -l 10000  /var/log/apache2/access_log
  8.  
  9. python scalp/scalp.py --log /var/log/apache2/access_log --filters phpids/lib/IDS/default_filter.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement