remove crufty comment

git-svn-id: file:///home/svn/framework3/trunk@12490 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-05-01 22:07:14 +00:00
parent 7a45ce0616
commit 946bb351e0
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ Indent = ' '
# Initialize the simplified framework instance.
$framework = Msf::Simple::Framework.create(
:module_types => [
Msf::MODULE_PAYLOAD # , Msf::MODULE_ENCODER, Msf::MODULE_NOP
],
:module_types => [ Msf::MODULE_PAYLOAD ],
'DisableDatabase' => true
)