in reply to Re: Increment frequency of attempts based on IP and login details combination
in thread Increment frequency of attempts based on IP and login details combination
For example,
might be replaced by:$HONEY{$ip}{$port}{$status}{$user_pass} +=1;
but it really depends on how it's gonna be used.$HONEY{"$ip;$port;$status;$user_pass"} ++;
|
|---|