Skip to content

Commit f131d91

Browse files
authored
Update modules/exploits/netware/smb/lsass_cifs.rb
1 parent 86e8c45 commit f131d91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/netware/smb/lsass_cifs.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ def exploit
8989

9090
resp = dcerpc.call(0x2c, stb)
9191
handle, = resp[0, 20]
92-
_code, = resp[20, 4].unpack('V')
93-
resp[20, 4].unpack('V')
92+
_code = resp[20, 4].unpack('V')
9493

9594
name =
9695
rand_text_alphanumeric(0xa0) +

0 commit comments

Comments
 (0)