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

  • SEARCH
  • Home
  • 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 6156371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:35:52+00:00 2026-05-23T20:35:52+00:00

Just above the answer box an error would appear on wrong attempt which says

  • 0

screenshot of the form

Just above the answer box an error would appear on wrong attempt which
says "Incorrect Answer". Additionally we have unlimited number of
attempts.

Above is the website preview with detailed information.

Code:

<form id="level" method="post"> 
    <label for="answer">Answer:</label> 
    <input type="text" name="answer" id="answer" /> 
    <input type="submit" name="submit" id="submit" value="Submit" /> 
</form>

So simply here we get to know that the form does not have action source.
The only way (which I know) is to hack through javascript.
Like the one used to spam Facebook and Orkut, where we have to put in the javascript in URI, address bar.

I have built a javascript (for the address bar) to link to the other javascript files.

And if someone know some online javascript brute force script or something online that could be linked through javascript.

  • 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-05-23T20:35:53+00:00Added an answer on May 23, 2026 at 8:35 pm

    As much as I hate to tell people how to do this sort of thing, it’s an interesting problem.

    I should say first, however, that a brute force solution will likely take too long to be practical. If the solution is 8 characters long, and we try 1 million possibilities per second (a very optimistic assumption), it would take about 5 years to try out all of the possibilities.

    Nevertheless, here is some Javascript code that you should be able to modify to fit your needs:

    var chars = ["a","b","c","d","e","f","g","h","i","j,","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"," "];
    while(document.getElementById("answerResult").innerHtml != "Correct Answer"){
      var len = Math.floor(Math.random() * 20);
      var str = "";
      while(str.length < len){
        str += chars[Math.floor(Math.random() * chars.length)];
      }
      document.getElementId("answer").value = str;
      document.getElementById("level").submit();
    }
    

    This solution does not actually use brute force. It implements a method similar to bogosort. While more fun and simple, it may take a bit longer to finish. If you’re an incredibly lucky person, it might be solved on the first iteration.

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

Sidebar

Related Questions

I have written a function that positions a tooltip just above a textbox. The
The above error message comes up just before SQL Server marks the database as
I think I'm missing something obvious and would appreciate an answer. I have a
I was just looking at this answer , which contains the code for Nullable<T>
Not sure what the above error means. I just installed ghmm on my mac
I have the following code which works just fine when the method is POST,
Just what the title says, I need to change the password for an existing
just a quick question: I am a CS undergrad and have only had experience
Just how much slower are events? I have written a streaming XML parser (that
I just read this nice answer given on how to compare floating-point values for

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.