Changed order of description for loot file to make identifying cleanup resource files in loot easier.
git-svn-id: file:///home/svn/framework3/trunk@12080 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0ea46afa75
commit
1a27e6694f
|
@ -48,7 +48,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def run
|
||||
if datastore['ENABLE'] or (datastore['USERNAME'] and datastore['PASSWORD'])
|
||||
cleanup_rc = store_loot("host.windows.enable_rdp.cleanup", "text/plain", session,"" ,
|
||||
cleanup_rc = store_loot("host.windows.cleanup.enable_rdp", "text/plain", session,"" ,
|
||||
"enable_rdp_cleanup.rc", "enable_rdp cleanup resource file")
|
||||
|
||||
if datastore['ENABLE']
|
||||
|
|
Loading…
Reference in New Issue