We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e8c45 commit f131d91Copy full SHA for f131d91
modules/exploits/netware/smb/lsass_cifs.rb
@@ -89,8 +89,7 @@ def exploit
89
90
resp = dcerpc.call(0x2c, stb)
91
handle, = resp[0, 20]
92
- _code, = resp[20, 4].unpack('V')
93
- resp[20, 4].unpack('V')
+ _code = resp[20, 4].unpack('V')
94
95
name =
96
rand_text_alphanumeric(0xa0) +
0 commit comments