Jump to content

Recommended Posts

Looking through the logs i'm seeing a good brute force attempt going for a login (i'm not sure if they realise the system banned them time ago?), but i'm thinking what if the name of the login input fields were to change periodically in a similar way to captcha, or whether it's overkill?

 

 

***

 

17, yep better, but I still got a big list todo and also get onto hosts about a few issues after weekend...

 

 

Many thanks for your time, effort and electrons!

:D

hahaha  ;D

 

 

yeah just make sure everything under login/register is autocomplete=off  ;)

 

that will cut you down to 14 exploits if nothing else pops up. oh and did your host disable Trace HTTP Method or did you do it throgh .htacess?

this is a better page, then when looking at this it looks like this:

    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* - [F]

handles the lot... (even though he was using apache 1.3)

but later suggested this way:

RewriteEngine on
RewriteCond %{REQUEST_METHOD} !^(GET|POST|HEAD)$
RewriteRule .* - [F]

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.