Un4given Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Un4given Forum

Home of the un4given family


3 posters

    Mig33 http login

    desert-_-sniper
    desert-_-sniper
    Technician
    Technician


    Male
    Number of posts : 71
    Age : 33
    Location : your BIOS
    mig33 username : desert-_-sniper & d3s3r7-_-5n1p3r
    Registration date : 2008-10-18

    Mig33 http login Empty Mig33 http login

    Post by desert-_-sniper Tue Oct 28 2008, 16:44

    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

    Arrow a packet sniffer (your choice)

    getting started

    Arrow 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  Laughing 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 Very Happy

    things to remember

    after you login to the server you will get ..
    Arrow sid
    Arrow PHPSESSID
    Arrow PONDERA

    u will need this if you want to code further...anywayz there are lots of bug in the wapsite ..happy hunting for bugs 😉

    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 . Very Happy
    thanking you
    x_o_-_absa_-_o_x
    x_o_-_absa_-_o_x


    Male
    Number of posts : 60
    Age : 32
    Location : In your bl00d vessels
    mig33 username : absa_ft_sfiso
    Registration date : 2008-11-22

    Mig33 http login Empty Re: Mig33 http login

    Post by x_o_-_absa_-_o_x Sat Nov 22 2008, 14:06

    tnx for sharing, tc
    madi-miyaru
    madi-miyaru


    Number of posts : 13
    Registration date : 2008-10-12

    Mig33 http login Empty Re: Mig33 http login

    Post by madi-miyaru Sat Mar 07 2009, 00:29

    thanks

    Sponsored content


    Mig33 http login Empty Re: Mig33 http login

    Post by Sponsored content


      Current date/time is Sat Apr 27 2024, 06:48