Backwards through input

Questions about programming languages and debugging
Post Reply
PopPooB
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 236
Joined: 16 May 2007, 16:00
16
Location: CandyLand
Contact:

Backwards through input

Post by PopPooB »

Alright so some kid is posted something way bigger then this at the place i hang out at

(simplified phishing code)
http://code.suck-o.com/102

Alright now Using my phishing knowledge i knew i needed the htm which i got above, then i needed the submit.php which was sending the info somewhere and i wanted to know where couldnt get it though. this is all i could come up with after a while

im trying to fill in the values in the form cause if i go to the submit page without values its nothing

http://xxx.com/submit.php?q9=cracked?q8 ... _2=cracked

what it asks for is form id soooo

http://jotform.com/submit.php&id=831420 ... _2=cracked

http://jotform.com/submit.php&formid=83 ... _2=cracked

http://jotform.com/submit.php?formid=83 ... _2=cracked

I really dont know i dabble in php a little and I can understand it but =/

Post Reply