mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
corrected "privileged" flag
git-svn-id: file:///home/svn/framework3/trunk@7932 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
19d32b6c97
commit
5830e359b6
@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
[ 'NSS', '11771'],
|
||||
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Privileged' => true,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'thread',
|
||||
|
Loading…
Reference in New Issue
Block a user