I’m kinda new here and I’ve got a programming/coding related question you guys maybe could help me with. I’m currently playing this game on the net http://www.darker-future.nl which is sort of a site you got to hack/use IT knowledge to go up levels. I’m kinda stuck at this level which i obviously lack the knowledge of coding for?
Ive got this HTML source code in the page:
<form method='POST' action='**************.html'>
<input type=hidden name='40+b+c*d' value='2354'>
<input type=hidden name='a*30-c+d' value='8937'>
<input type=hidden name='a-b-20/d' value='3639'>
<input type=hidden name='a%b+c-10' value='3954'>
<input type=hidden name='a+b*c*d' value='9284'>
<input type=hidden name='a-b/c-d' value='6573'><!-- +0.5 -->
<input type=text name='a*b/c/d'><br>
<input type=submit>
</form>
I think i got to change the values from the hidden input boxes with the right answers or something. My question: How can I easily fake POST values?
PS. Any tips on maybe things i’ve forgot to think about in this level please share.
If you’re using Firefox, get Firebug, open the HTML panel, and edit the value attribute. Simple.