remove 'persistent' from the description in bind_php
git-svn-id: file:///home/svn/framework3/trunk@6491 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
71e114796b
commit
cf5caf3d31
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue