Never Submit

Discussion of challenges you have already solved
Pyromane
Posts: 2
Joined: Tue Nov 04, 2008 8:18 pm

Never Submit

Post by Pyromane »

Lol ;) I've done it with typing in the Vars in the URL!
Is ther another way do complete?
Mütze
Posts: 23
Joined: Sun Oct 26, 2008 2:39 pm

Post by Mütze »

Yeah, I've turned of JavaScript.
sigi
Posts: 37
Joined: Sun Oct 26, 2008 4:58 pm

Post 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 ;-)
owBlackhawk
Posts: 2
Joined: Wed Nov 05, 2008 9:16 pm
Contact:

Post by owBlackhawk »

the funny thing is, if you mess up the parameters it gives you part of the SQL-Coding :D
atemwasser
Posts: 1
Joined: Tue Nov 18, 2008 3:08 pm

Post by atemwasser »

Hoi!

I used Firebug and edited the form parameters ;)

BB
Marv
Posts: 17
Joined: Tue Nov 25, 2008 12:58 pm

Post 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>
bad_alloc
Posts: 2
Joined: Sun Nov 09, 2008 4:11 pm

Post by bad_alloc »

Firebug really is the easiest way to solve this :D
mbzn
Posts: 1
Joined: Sun Jan 18, 2009 11:45 pm

Post by mbzn »

I just used links. The button worked fine. I guess it's cuz links dont do javascript.
rednammoc
Posts: 1
Joined: Sat Dec 06, 2008 11:41 pm

Post by rednammoc »

NoScript helped me :D
Fish
Posts: 1
Joined: Mon Aug 03, 2009 1:43 am
Location: South Shields

Post 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!
prop
Posts: 6
Joined: Tue Jun 16, 2009 4:09 pm

Re: Never Submit

Post by prop »

Me too XD .../chal.php?id=n&answer=blah
HI!
peretorzie
Posts: 1
Joined: Fri Jan 29, 2010 3:44 am

Never Submit - Right Click - Inspect Element...

Post 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!
the_austria
Posts: 5
Joined: Sun Mar 11, 2012 2:57 pm
Contact:

Post by the_austria »

When I saw the source code I thought: " Use Firebug"
smeega
Posts: 5
Joined: Sun Nov 06, 2011 7:40 pm

Post 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!
Mozzius
Posts: 1
Joined: Thu Jun 27, 2013 2:07 pm

I can't continue?

Post 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?
Post Reply