Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8435871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:02:13+00:00 2026-06-10T07:02:13+00:00

Is it possible to create a script that is executed outside of the server,

  • 0

Is it possible to create a script that is executed outside of the server,
or with a browser add-on for example it automatically fills in form values, then submits the form all ready to be parsed by the server ? this way in three minutes a billion fake accounts could get registered very easily, imagine facebook which does not use any visible to the human captcha, a browser add on that performs the form submission and inserts the vals retrieved from a local database for new emails to be associated as that is a check – no duplicate emails, can thousands and thousands of fake accounts be created each day accross the globe?

What is the best method to prevent fake accounts? Even imagining the scenario of a rotating ips center with human beings registering just to choke the databases, achieving 30-50 million accounts in a year. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:02:15+00:00Added an answer on June 10, 2026 at 7:02 am

    This is probably better on the Security.Stackexchange.com website, but…

    According to the OWASP Guide to Authentication, CAPTCHAs are actually a bad thing. Not only do they not work, induce additional headaches, but in come cases (per OWASP) they are illegal.

    CAPTCHA

    CAPTCHA (Completely automated Turing Tests To Tell Humans and Computers Apart) are illegal in any jurisdiction that prohibits
    discrimination against disabled citizens. This is essentially the
    entire world. Although CAPTCHAs seem useful, they are in fact, trivial
    to break using any of the following methods:

    • Optical Character Recognition. Most common CAPTCHAs are solvable using specialist
    CAPTCHA breaking OCR software.

    • Break a test, get free access to foo,> where foo is a desirable resource

    • Pay someone to solve the CAPTCHAs.

    The current rate at the time of writing is $12 per 500 tests.
    Therefore implementing CAPTCHAs in your software is most likely to be
    illegal in at least a few countries, and worse – completely
    ineffective.

    Other methods are commonly used.

    • The most common, probably, is the e-mail verification process. You sign up, they send you an email, and only when you confirm it is the account activated and accessible.
    • There are also several interesting alternatives to CAPTCHA that perform the same function, but in a manner that’s (arguably, in some cases) less difficult.
    • More difficult may be to track form submissions from a single IP address, and block obvious attacks. But that can be spoofed and bypassed.
    • Another technique to use JavaScript to time the amount of time the user spent on the web page before submitting. Most bots will submit things almost instantly (if they even run the JavaScript at all), so checking that a second or 2 has elapsed since the page rendered can detect bots. but bots can be crafted to fool this as well
    • The Honeypot technique can also help to detect such form submissions. There’s a nice example of implementation here.
      • This page also talks about a Form Token method. The Form Token is one I’d never heard of until just now in this context. It looks similar to an anti-csrf token in concept.

    All told, your best defense, as with anything security related, is a layered approach, using more than one defense. The idea is to make it more difficult than average, so that your attacker gives up ad tries a different site. This won’t block persistent attackers, but it will scale down on the drive-by attacks.

    To answer your original question, it all depends on what preventative measures the website developer took to prevent people from automatic account creation.

    Any competent developer would address this in the requirements gathering phase, and plan for it. But there are plenty of websites out there coded by incompetent developers/teams, even among big-name companies that should know better.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible, in a script executed in MS SQL Server 2005, to copy
Using AppleScript you can create a script that runs another application, and then save
So I know that it's possible to create scripts for use on spreadsheets using
Is it possible to extract a script from an MySQL database to create a
Possible Duplicate: Create event handler for OnScroll for web browser control I would like
Is it possible to create a function to be executed before/after each test runs?
I have a shell script that creates Firefox profiles and then uses them to
I am trying to create a batch script that would connect to a mySQL
I have a python script that, once executed from command line, performs the needed
Is it possible to change current directory from a script? I want to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.