Quick Mod
Status: Beta
Brought to you by:
danyliw
In order to get portscan2 to work again with ACID
v0.9.6b24 i had to do this:
file:acid_common.php
seach for: (rawurlencode("spp_portscan")).
replace with: (rawurlencode("%_portscan%")).
file: acid_stat_common.php
seach for: "WHERE sig_name LIKE '%spp_portscan%'");
replace with: "WHERE sig_name LIKE '%_portscan%'");
seach for: "WHERE signature LIKE 'spp_portscan%'");
replace with: "WHERE signature LIKE '%_portscan%'");
this is because for some reason my spp_portscan2 is
showing up as spp\_portscan2
rpesce@co.amador.ca.us