Page 1 of 2

Never Submit

Posted: Tue Nov 04, 2008 8:46 pm
by Pyromane
Lol ;) I've done it with typing in the Vars in the URL!
Is ther another way do complete?

Posted: Tue Nov 04, 2008 11:44 pm
by Mütze
Yeah, I've turned of JavaScript.

Posted: Wed Nov 05, 2008 10:26 pm
by sigi
LOL. I've edited out the condition in Opera and applied the changes to the page, then submitted. But turning off JS is, admittedly, a lot easier ;-)

Posted: Thu Nov 06, 2008 2:55 pm
by owBlackhawk
the funny thing is, if you mess up the parameters it gives you part of the SQL-Coding :D

Posted: Thu Nov 20, 2008 12:40 pm
by atemwasser
Hoi!

I used Firebug and edited the form parameters ;)

BB

Posted: Wed Nov 26, 2008 2:04 am
by Marv
I just created a local File with a copied Source Code.
Edited here:

Code: Select all

<form name=frm action=http://www.hacker.org/challenge/chal.php method=get>

Posted: Sat Nov 29, 2008 4:16 pm
by bad_alloc
Firebug really is the easiest way to solve this :D

Posted: Wed Apr 15, 2009 12:41 am
by mbzn
I just used links. The button worked fine. I guess it's cuz links dont do javascript.

Posted: Fri Jun 19, 2009 11:36 am
by rednammoc
NoScript helped me :D

Posted: Mon Aug 03, 2009 2:37 pm
by Fish
copied source code and edited links so they referred to the website rather than my C:\ Drive. Pain in the backside doing it that way!

Re: Never Submit

Posted: Wed Oct 28, 2009 4:27 am
by prop
Me too XD .../chal.php?id=n&answer=blah

Never Submit - Right Click - Inspect Element...

Posted: Sat Feb 06, 2010 7:58 pm
by peretorzie
I compared the source code of the Never Submit page with another challenge with a working submit button by right clicking mouse then choosing View page source.

Found the only difference was onSubmit="return false">

I simply right clicked the web page> chose Inspect element> This opens Developer Tools and lets you view the source code and change it> I located " onSubmit="return false"> ", double-clicked it, highlighted the text and pressed backspace, which deletes it.

Then pressed submit, all done.

I did not think it would be that easy since I have no programming experience. That was fun!

Posted: Tue Mar 13, 2012 6:46 pm
by the_austria
When I saw the source code I thought: " Use Firebug"

Posted: Fri May 25, 2012 5:58 pm
by smeega
This one was pretty easy. I just edited the url answer=spaghetti&id=25. wasn't hard, especially because it gave you the answer. btw i consider firebug cheating. just copy the source code into an html document!

I can't continue?

Posted: Fri Sep 23, 2016 10:50 am
by Mozzius
I did it, both by changing the url and by deleting the onsubmit thing. However the challenge map isn't updating. Can anyone help?