Skip to content

Commit daedf0d

Browse files
committed
Clean up module
1 parent 4e3d5fa commit daedf0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/exploits/unix/smtp/qmail_bash_env_exec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6-
require 'net/smtp'
7-
86
class MetasploitModule < Msf::Exploit::Remote
97
Rank = NormalRanking
108

@@ -60,8 +58,8 @@ def initialize(info={})
6058
'DefaultTarget' => 0,
6159
'DisclosureDate' => 'Sep 24 2014'
6260
))
63-
deregister_options('MAILFROM')
6461

62+
deregister_options('MAILFROM')
6563
end
6664

6765
def smtp_send(data = nil)

0 commit comments

Comments
 (0)