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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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