View Single Post
  #1 (permalink)  
Old 06-25-2009, 08:49 AM
BianchiDude BianchiDude is offline
Registered User
 
Join Date: Jul 2005
Posts: 543
BianchiDude is on a distinguished road
Brute Force SUCKS!

Brute Force SUCKS!

I'm locked out from my own server and I didn't even log in invalidly.

From SSH I ran:
mysql
use cphulkd;
DELETE FROM `brutes` WHERE 1;
exit
and I still can't get in.

Is there a way to just totally turn off the brute force by the command line?

TIA!
Reply With Quote