git-svn-id: file:///home/svn/framework3/trunk@4912 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-05-15 12:51:30 +00:00
parent 14332dcb0e
commit 7630941970
1 changed files with 1 additions and 1 deletions

View File

@ -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")