1
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:
Joshua Drake 2009-12-21 18:18:18 +00:00
parent 19d32b6c97
commit 5830e359b6

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'NSS', '11771'],
],
'Privileged' => false,
'Privileged' => true,
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',