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 51194ad commit 883a0f8Copy full SHA for 883a0f8
modules/exploits/linux/local/gameoverlay_privesc.rb
@@ -40,10 +40,29 @@ def initialize(info = {})
40
['CVE', '2023-32629'],
41
['CVE', '2023-2640']
42
],
43
- 'Targets' => [ [ 'Linux', {} ] ],
44
- 'Arch' => [ ARCH_X86, ARCH_X64 ],
45
- 'DefaultOptions' => {
46
- 'PrependSetuid' => true,
+ 'Targets' => [
+ [
+ 'Linux_Binary',
+ {
47
+ 'Arch' => [ ARCH_X86, ARCH_X64 ],
48
+ 'PrependSetuid' => true
49
+ }
50
+ ],
51
52
+ 'Linux_Command',
53
54
+ 'Arch' => ARCH_CMD,
55
+ 'Payload' =>
56
57
+ 'BadChars' => "\x93\x94"
58
59
60
+ ]
61
62
+ 'Notes' => {
63
+ 'Stability' => [CRASH_SAFE],
64
+ 'Reliability' => [REPEATABLE_SESSION],
65
+ 'SideEffects' => [ARTIFACTS_ON_DISK]
66
}
67
)
68
0 commit comments