desert-_-sniper Technician


 Number of posts: 71 Age: 19 Location: your BIOS mig33 username: desert-_-sniper & d3s3r7-_-5n1p3r Registration date: 2008-10-18
 | Subject: Mig33 http login Tue Oct 28 2008, 18:44 | |
| | Quote: | alo all, a lot of people find it difficult to code a mig33 client from tcp so, i decided to make things easier for them .. so, here i shall provide a tutorial on how to build a mig33 client from http ..
understanding the concept
its simple, we shall build a mig33 that login in via the wapsite i.e. wap.mig33.com
things you will need
a packet sniffer (your choice)
getting started
open your packet sniffer & login via wap.mig33.com while recording your http data.
viewing the http login data
you will get a http data , more or less like this
| Code: | POST /member2/t.php HTTP/1.1 Host: wap.mig33.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9) Gecko/2008052906 Firefox/2.0.0.11;MEGAUPLOAD 1.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-gb,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://wap.mig33.com/member2/t.php Cookie: rememberedUsername=buttock; mig33rooms=jesussmile%5ESaldives%5E; PONDERA=sarcina.web01; PHPSESSID=0ihadmd6cdelk5uncbor8igh36; sid=219da7ff-065e-4f10-8ea7-7a0c325b3a01 Content-Type: application/x-www-form-urlencoded Content-Length: 80
username=jesussmile&password=**********&rememberName=on&action=Sign+in&cmd=login |
getting what we need and omitting the rest
now, lets cut off all the crap and use what we need
| Code: | POST /member2/t.php HTTP/1.1 Host: wap.mig33.com Referer: http://wap.mig33.com/member2/t.php Content-Type: application/x-www-form-urlencoded Content-Length: 80 username=jesussmile&password=**********&rememberName=on&action=Sign+in&cmd=login
|
sending our first http data
well, there nothing much you need to worry about like hash code and crap..all you need to do is submit your username and password and one thing to remember is Content-Length: 80 here 80 represents the length from username......... till login .When you view your http data from packet sniffer ..you will see 0D 0A don't get scared just because i am showing hex data its used for paragraphing or vbCrlf in visual basic ...........so, keeping all this in mind our login data should look like this
| Code: | POST /member2/t.php HTTP/1.1 & vbCrlf Host: wap.mig33.com & vbCrlf Referer: http://wap.mig33.com/member2/t.php & vbCrlf Content-Type: application/x-www-form-urlencoded & vbCrlf Content-Length: 80 & vbCrlf & vbCrlf username=jesussmile&password=**********&rememberName=on&action=Sign+in&cmd=login |
just string all this data and send it to the server. you will login successfully 
things to remember
after you login to the server you will get .. sid PHPSESSID PONDERA u will need this if you want to code further...anywayz there are lots of bug in the wapsite ..happy hunting for bugs :wink:
mig33 http
| Spoiler: | | | |
download mig33 http
| Code: | http://rapidshare.com/files/124988380/mighttp.rar.html |
| Code: | http://www.mediafire.com/?yphwuzys1tw |
Lastly this is just a rough work .on how to login , its simple and really easy ..way too easy compared to tcp login . thanking you |
|
|
x_o_-_absa_-_o_x

 Number of posts: 60 Age: 17 Location: In your bl00d vessels mig33 username: absa_ft_sfiso Registration date: 2008-11-22
 | Subject: Re: Mig33 http login Sat Nov 22 2008, 16:06 | |
| |
|
madi-miyaru

Number of posts: 13 Registration date: 2008-10-12
 | Subject: Re: Mig33 http login Sat Mar 07 2009, 02:29 | |
| |
|