remove 'persistent' from the description in bind_php

git-svn-id: file:///home/svn/framework3/trunk@6491 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-04-18 23:51:20 +00:00
parent 71e114796b
commit cf5caf3d31
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ module Metasploit3
super(merge_info(info,
'Name' => 'PHP Command Shell, Bind TCP (via php)',
'Version' => '$Revision$',
'Description' => 'Listen for a connection and spawn a command shell via php (persistent)',
'Description' => 'Listen for a connection and spawn a command shell via php',
'Author' => ['egypt', 'diaul <diaul@devilopers.org>',],
'License' => BSD_LICENSE,
'Platform' => 'php',
@ -83,4 +83,4 @@ module Metasploit3
return super + php_bind_shell
end
end
end