Use single quotes
parent
88fdc9f123
commit
75c6ace1d0
|
@ -147,7 +147,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
def exploit
|
||||
# Handshake
|
||||
connect
|
||||
print_status("Performing handshake...")
|
||||
print_status('Performing handshake...')
|
||||
|
||||
# plaintext header
|
||||
plaintext_header = "\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x01\x00\xbb\x00\x00\x00\xc2\x00\x00\x00\xc2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
|
||||
|
|
Loading…
Reference in New Issue