Skip to content

Commit a968a74

Browse files
committed
Update ms17_010_eternalblue description and ranking.
The module has been noted to cause crashes, reboots, BSOD, etc, on some systems.
1 parent aa00661 commit a968a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/exploits/windows/smb/ms17_010_eternalblue.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'windows_error'
99

1010
class MetasploitModule < Msf::Exploit::Remote
11-
Rank = GoodRanking
11+
Rank = AverageRanking
1212

1313
include Msf::Exploit::Remote::Tcp
1414

@@ -32,6 +32,9 @@ def initialize(info = {})
3232
The module will attempt to use Anonymous login, by default, to authenticate to perform the
3333
exploit. If the user supplies credentials in the SMBUser,SMBPass, and SMBDomain options it will use
3434
those instead.
35+
36+
On some systems, this module may cause system instability and crashes, such as a BSOD or
37+
a reboot. This may be more likely with some payloads.
3538
},
3639

3740
'Author' => [

0 commit comments

Comments
 (0)