Skip to content

Commit 52fc60b

Browse files
committed
Merge pull request #1 from wvu-r7/pr/5127
Add Privileged to info hash
2 parents 92c12de + e324819 commit 52fc60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/osx/local/rootpipe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ def initialize(info = {})
4242
'Platform' => 'osx',
4343
'Arch' => ARCH_X86_64,
4444
'SessionTypes' => ['shell'],
45+
'Privileged' => true,
4546
'Targets' => [
4647
['Mac OS X 10.9-10.10.2', {}]
4748
],
4849
'DefaultTarget' => 0,
4950
'DefaultOptions' => {
50-
'PAYLOAD' => 'osx/x64/shell_reverse_tcp',
5151
'PrependSetreuid' => true
5252
}
5353
))

0 commit comments

Comments
 (0)