Align comment

bug/bundler_fix
jvazquez-r7 2014-04-08 16:04:38 -05:00
parent c20b71e7b6
commit 3254cce832
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class Metasploit3 < Msf::Auxiliary
hello_data << "\x01" # Extension data
data = "\x01\x00" # Handshake Type: Client Hello (1)
data << [hello_data.length].pack("n") # Length: 216
data << [hello_data.length].pack("n") # Length
data << hello_data
ssl_record(HANDSHAKE_RECORD_TYPE, data)