From b1e7de164e15d2f18ac9113577c538330dce2ec0 Mon Sep 17 00:00:00 2001 From: William Vu Date: Wed, 24 Oct 2018 01:17:26 -0500 Subject: [PATCH] Drop rank to AverageRanking for now --- modules/exploits/unix/smtp/morris_sendmail_debug.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/unix/smtp/morris_sendmail_debug.rb b/modules/exploits/unix/smtp/morris_sendmail_debug.rb index fb7da8db97f53..7b65eb10fbed9 100644 --- a/modules/exploits/unix/smtp/morris_sendmail_debug.rb +++ b/modules/exploits/unix/smtp/morris_sendmail_debug.rb @@ -7,6 +7,7 @@ class MetasploitModule < Msf::Exploit::Remote + # cmd/unix/reverse spams the session with Telnet codes on EOF Rank = AverageRanking include Msf::Exploit::Remote::Tcp