1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

Land #6395, grammar fixes for recovery_files.rb

Improves grammar and details within the description of /post/windows/gather/forensics/recovery_files.rb
This commit is contained in:
Kyle Gray 2015-12-28 15:57:41 -06:00
commit 47f9880690
No known key found for this signature in database
GPG Key ID: 5F604D93CA5FEE1A

View File

@ -11,13 +11,13 @@ class Metasploit3 < Msf::Post
super( update_info( info,
'Name' => 'Windows Gather Deleted Files Enumeration and Recovering',
'Description' => %q{
This module list and try to recover deleted files from NTFS file systems. Use
the FILES option to guide recovery. Let it empty to enumerate deleted files in the
DRIVE. Set FILES to an extension (Ex. "pdf") to recover deleted files with that
extension. Or set FILES to a comma separated list of IDs (from enumeration) to
recover those files. The user must have into account file enumeration and recovery
could take a long time, use the TIMEOUT option to abort enumeration or recovery by
extension after that time (in seconds).
This module lists and attempts to recover deleted files from NTFS file systems. Use
the FILES option to guide recovery. Leave this option empty to enumerate deleted files in the
DRIVE. Set FILES to an extension (e.g., "pdf") to recover deleted files with that
extension, or set FILES to a comma separated list of IDs (from enumeration) to
recover those files. The user must have account file enumeration. Recovery
may take a long time; use the TIMEOUT option to abort enumeration or recovery by
extension after a specified period (in seconds).
},
'License' => MSF_LICENSE,
'Platform' => ['win'],