From 1f0941101f395e1da3de0aa0cd655332308e49ed Mon Sep 17 00:00:00 2001 From: bwatters-r7 Date: Mon, 5 Nov 2018 14:13:33 -0600 Subject: [PATCH] shut up, msftidy --- modules/exploits/windows/smb/ms17_010_eternalblue.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/smb/ms17_010_eternalblue.rb b/modules/exploits/windows/smb/ms17_010_eternalblue.rb index 0330448074..5a8c900060 100644 --- a/modules/exploits/windows/smb/ms17_010_eternalblue.rb +++ b/modules/exploits/windows/smb/ms17_010_eternalblue.rb @@ -110,7 +110,7 @@ class MetasploitModule < Msf::Exploit::Remote OptInt.new('GroomDelta', [true, "The amount to increase the groom count by per try.", 5]) ] ) - + end class EternalBlueError < StandardError