Jump to content

Recommended Posts

I am looking to create my own captcha alternative... however to do this i would like to know how a user is able to autofill in a form to begin with.

If you were to create a flash button that called a javascript function to submit the form details, could a user automate the clcicking of the flash button? regards to any responders J

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/
Share on other sites

Hey thanks...

However I was going to store a secret variable to be posted with the form inside the flash button... Therefore I could see that if the form was submitted by the pressing of the flash button... if it wasn't then I would know that the form was created by a bot...

My question is can a bot detect a flash button on a page and then automate the submitting of the flash button?

I know that if i keep pressing the tab key on my keyboard I will eventually have the flash button highlighted so i'd imageing that it would be possible for a bot to then simply automate the submittion once highlighted?

regards J

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/#findComment-950160
Share on other sites

My question is can a bot detect a flash button on a page and then automate the submitting of the flash button?

Yes, of course. Anything a web server outputs can be read by a script. Do a "view source" of your form in your browser and that is what a script sees when it requests your page. Anything that is directly output or anything that appears as a link on that page can be used by a script.

Link to comment
https://forums.phpfreaks.com/topic/180112-captcha-alternative/#findComment-950167
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.