cosmetic statement reorder
git-svn-id: file:///home/svn/framework3/trunk@9166 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4308689fd9
commit
b2f338984b
|
@ -133,9 +133,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# Build the TcpMessageHeader ..
|
||||
pkt = make_tcpmsghdr(cmd_buf)
|
||||
|
||||
print_status("Sending crafy commands (#{pkt.length} bytes) ...")
|
||||
# Handle the transacation..
|
||||
connect
|
||||
print_status("Sending crafy commands (#{pkt.length} bytes) ...")
|
||||
sock.put(pkt)
|
||||
|
||||
handler
|
||||
|
|
Loading…
Reference in New Issue