Forum Moderators: coopster
Each time it tries a dictionary word in the email box and what looks like an MD5 encrypted password in the next field.
Currently it's an annoyance, but it could be one of my password fields I really want to avoid these attacks, big or small.
How do I..
1. Stop this kind of bot from even deciding to try a username/password in the first place. Do you know what they look for to pick on a site?
One thing I thought of was to rename the form field to something other than "email", maybe it'll make it less appealing.
2. Detect this type of bot so I can block them. They seam to use a different IP address for each attempt, several times a day, every day.
try
[en.wikipedia.org...]
I finally had a breakthrough. These bots obviously remember and return to a particular web address. I'll suffix any link to my feedback page with a date (encrypted), if the date is more than a few days old I'll return a block as it's obviously not a customer.
This is what I'll do, any other ideas would be welcome.