Fix typo
git-svn-id: file:///home/svn/framework3/trunk@4912 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
14332dcb0e
commit
7630941970
|
@ -66,7 +66,7 @@ class Exploits::Windows::Novell::ZenworksDesktopAgentOverflow < Msf::Exploit::Re
|
|||
print_status("Sending version identification")
|
||||
sock.put(hello)
|
||||
|
||||
pad = Rex::Text.text_rand_alphanumeric(6, payload_badchars)
|
||||
pad = Rex::Text.rand_text_alphanumeric(6, payload_badchars)
|
||||
ident = sock.get_once
|
||||
if (not (ident and ident.length == 16))
|
||||
print_status("Failed to receive agent version identification")
|
||||
|
|
Loading…
Reference in New Issue