diff --git a/lib/msf/core/exploit/smb.rb b/lib/msf/core/exploit/smb.rb index 67ad88bbfa..5965e90df5 100644 --- a/lib/msf/core/exploit/smb.rb +++ b/lib/msf/core/exploit/smb.rb @@ -187,8 +187,6 @@ module Exploit::Remote::SMB return nil if bcnt > blen return nil if pcnt < 3 - return resp - # # The correct way, which leads to invalid offsets :-( # @@ -204,6 +202,9 @@ module Exploit::Remote::SMB #end # #providers + + return resp + end # This method performs an extensive set of fingerprinting operations