File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,49 +23,49 @@ def initialize(info = {})
23
23
[
24
24
false ,
25
25
"Prepend a stub that executes the setresuid(0, 0, 0) system call" ,
26
- " false"
26
+ false
27
27
]
28
28
) ,
29
29
Msf ::OptBool . new ( 'PrependSetreuid' ,
30
30
[
31
31
false ,
32
32
"Prepend a stub that executes the setreuid(0, 0) system call" ,
33
- " false"
33
+ false
34
34
]
35
35
) ,
36
36
Msf ::OptBool . new ( 'PrependSetuid' ,
37
37
[
38
38
false ,
39
39
"Prepend a stub that executes the setuid(0) system call" ,
40
- " false"
40
+ false
41
41
]
42
42
) ,
43
43
Msf ::OptBool . new ( 'PrependSetresgid' ,
44
44
[
45
45
false ,
46
46
"Prepend a stub that executes the setresgid(0, 0, 0) system call" ,
47
- " false"
47
+ false
48
48
]
49
49
) ,
50
50
Msf ::OptBool . new ( 'PrependSetregid' ,
51
51
[
52
52
false ,
53
53
"Prepend a stub that executes the setregid(0, 0) system call" ,
54
- " false"
54
+ false
55
55
]
56
56
) ,
57
57
Msf ::OptBool . new ( 'PrependSetgid' ,
58
58
[
59
59
false ,
60
60
"Prepend a stub that executes the setgid(0) system call" ,
61
- " false"
61
+ false
62
62
]
63
63
) ,
64
64
Msf ::OptBool . new ( 'AppendExit' ,
65
65
[
66
66
false ,
67
67
"Append a stub that executes the exit(0) system call" ,
68
- " false"
68
+ false
69
69
]
70
70
) ,
71
71
] , Msf ::Payload ::Osx )
You can’t perform that action at this time.
0 commit comments