'cli' should be 'client'

unstable
sinn3r 2012-04-17 07:12:08 -05:00
parent dd7caa5186
commit 1a0c8e5d42
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class Metasploit3 < Msf::Exploit::Remote
return if ((p = regenerate_payload(client)) == nil)
print_status("#{cli.peerhost.ljust(16)} #{self.shortname} Sending exploit HTML...")
print_status("#{client.peerhost.ljust(16)} #{self.shortname} Sending exploit HTML...")
shellcode = Rex::Text.to_unescape(p.encoded)