Discussion of challenges you have already solved
Pyromane
Posts: 2 Joined: Tue Nov 04, 2008 8:18 pm
Post
by Pyromane » Tue Nov 04, 2008 8:46 pm
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 » Tue Nov 04, 2008 11:44 pm
Yeah, I've turned of JavaScript.
sigi
Posts: 37 Joined: Sun Oct 26, 2008 4:58 pm
Post
by sigi » Wed Nov 05, 2008 10:26 pm
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 » Thu Nov 06, 2008 2:55 pm
the funny thing is, if you mess up the parameters it gives you part of the SQL-Coding
atemwasser
Posts: 1 Joined: Tue Nov 18, 2008 3:08 pm
Post
by atemwasser » Thu Nov 20, 2008 12:40 pm
Hoi!
I used Firebug and edited the form parameters
BB
Marv
Posts: 17 Joined: Tue Nov 25, 2008 12:58 pm
Post
by Marv » Wed Nov 26, 2008 2:04 am
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 » Sat Nov 29, 2008 4:16 pm
Firebug really is the easiest way to solve this
mbzn
Posts: 1 Joined: Sun Jan 18, 2009 11:45 pm
Post
by mbzn » Wed Apr 15, 2009 12:41 am
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 » Fri Jun 19, 2009 11:36 am
NoScript helped me
Fish
Posts: 1 Joined: Mon Aug 03, 2009 1:43 am
Location: South Shields
Post
by Fish » Mon Aug 03, 2009 2:37 pm
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
Post
by prop » Wed Oct 28, 2009 4:27 am
Me too XD .../chal.php?id=n&answer=blah
HI!
peretorzie
Posts: 1 Joined: Fri Jan 29, 2010 3:44 am
Post
by peretorzie » Sat Feb 06, 2010 7:58 pm
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 » Tue Mar 13, 2012 6:46 pm
When I saw the source code I thought: " Use Firebug"
smeega
Posts: 5 Joined: Sun Nov 06, 2011 7:40 pm
Post
by smeega » Fri May 25, 2012 5:58 pm
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
Post
by Mozzius » Fri Sep 23, 2016 10:50 am
I did it, both by changing the url and by deleting the onsubmit thing. However the challenge map isn't updating. Can anyone help?