Jump to content

[SOLVED] is there a way to detect on a password form a hack attempt, or pressing submit


silverglade

Recommended Posts

hi, is there a way to detect on a password form a hack attempt, or pressing submit alot? i was thinking i could write a script that detects how many times the submit button was pressed on my form. other than that i cant think of a way to detect hack attempts. any help greatly appreciated. thank you. derek.

Detecting "hack" attempts is a pretty broad topic, but for your specific case (IE detecting multiple login attempts) you could have a session store how many times they fail to log in (or a cookie if you want, but it would be mroe secure with a session) You could also use abazoskibs idea of storing the ip address.

true, but its slightly better than a cookie, which they can simply change by going to its file or using a javascript injection. at least they have to close and reopen the browser haha. might deter the lazy hacker. I would probably go with some sort of database option like abazoskib said

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.