Join us at IRC!
You cannot teach a man anything; you can only help him find it within himself. - Galileo
Wednesday, February 08, 2012
Navigation
Members Online
Total Online: 46
Web Spiders: 20
Guests Online: 40
Members Online: 6

Registered Members: 67251
Newest Member: Ph03n1x
Latest Articles
View Thread

HellBound Hackers | Challenges | Timed Challenges

Author

Malformed Request when sending postdata(VB.net)

Acin
Member



Posts: 42
Location:
Joined: 03.12.06
Rank:
God
Posted on 04-05-08 14:01
I am trying to complete Timed2 using vb.net. I have completed the part where it adds up the numbers, but now I am having problems with postdata. When I use the following code it results in a malformed request:

Dim postdata As String = "ans=test"

Dim a As System.Text.Encoding = System.Text.Encoding.UTF8

Dim byte1 As Byte() = a.GetBytes(postdata)

Dim AdditionalHeaders As String = "Content-Type: application/x-www-form-urlencoded" + Environment.NewLine

WebBrowser1.Navigate("http://www.hellboundhackers.org/challenges/timed/timed2/index.php?check", "", byte1, AdditionalHeaders)

What can I do to make it work?

Edited by Acin on 04-05-08 14:03
Author

RE: Malformed Request when sending postdata(VB.net)

SySTeM
-=[TheOutlaw]=-

Posts: 1523
Location: England, UK
Joined: 27.07.05
Rank:
The Overlord
Posted on 04-05-08 16:12
Send a referer header ;)




d347h_70_70wn135@hotmail.com system_meltdown_1337 http://www.elites0ft.com/
Author

RE: Malformed Request when sending postdata(VB.net)

Acin
Member



Posts: 42
Location:
Joined: 03.12.06
Rank:
God
Posted on 04-05-08 16:47
Thank you:)
A little stupid of me not figuring it out myself, I just realised that it said that I should check for referer spoofers at the bottom of the page. :angry:

Edited by Acin on 04-05-08 16:53
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

160 x 600
Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2004 - 2012. Since 3rd December 2004.