Changeset 4913
- Timestamp:
- 05/15/07 07:51:36 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/tags/framework-3.0/modules/exploits/windows/novell/zenworks_desktop_agent.rb
r4498 r4913 67 67 sock.put(hello) 68 68 69 pad = Rex::Text. text_rand_alphanumeric(6, payload_badchars)69 pad = Rex::Text.rand_text_alphanumeric(6, payload_badchars) 70 70 ident = sock.get_once 71 71 if (not (ident and ident.length == 16))
