hoge# mkdir /home/snort hoge# chown -R snort:snort /home/snort |
hoge# snortsnarf -d /home/snort /var/log/snort/alert |
Can't locate IPObfuscater.pm in @INC (@INC contains: /usr/local/libdata/snortsnarf/ /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/ site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/local/ libdata/snortsnarf//SnortSnarf) at /usr/local/bin/snortsnarf line 92. BEGIN failed--compilation aborted at /usr/local/bin/snortsnarf line 92. hoge# |
# list here the specific module files we know we need, others will be loaded with Alluse Filter; use BasicFilters; use TimeFilters; use Input; use SnortRules; #use IPObfuscater; use HTMLMemStorage; use HTMLAnomMemStorage; use HTMLOutput; |