Skip to content

Commit dc57e31

Browse files
author
Tod Beardsley
committed
Aux modules don't respect Rank anyway
1 parent 6b154b3 commit dc57e31

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

modules/auxiliary/dos/hp/data_protector_rds.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require 'msf/core'
77

88
class Metasploit3 < Msf::Auxiliary
9-
Rank = ManualRanking
109

1110
include Msf::Exploit::Remote::Tcp
1211
include Msf::Auxiliary::Dos

modules/auxiliary/dos/tcp/junos_tcp_opt.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ class Metasploit3 < Msf::Auxiliary
1010
include Msf::Exploit::Capture
1111
include Msf::Auxiliary::Dos
1212

13-
# The whole point is to cause a router crash.
14-
Rank = ManualRanking
15-
1613
def initialize
1714
super(
1815
'Name' => 'Juniper JunOS Malformed TCP Option',

modules/auxiliary/dos/windows/smb/ms11_019_electbowser.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
##
55

66
class Metasploit3 < Msf::Auxiliary
7-
Rank = ManualRanking
87

98
include Msf::Exploit::Remote::Udp
109
#include Msf::Exploit::Remote::SMB

0 commit comments

Comments
 (0)