Update descriptions on SMB file utils.

bug/bundler_fix
Tod Beardsley 2013-10-28 13:48:25 -05:00
parent 0f63420e9f
commit 9bb9f8b27b
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
2 changed files with 6 additions and 12 deletions

View File

@ -22,17 +22,14 @@ class Metasploit3 < Msf::Auxiliary
super(
'Name' => 'SMB File Delete Utility',
'Description' => %Q{
This module deletes a file from a target share and path. The only reason
to use this module is if your existing SMB client is not able to support the features
of the Metasploit Framework that you need, like pass-the-hash authentication.
This module deletes a file from a target share and path. The usual reason
to use this module is to work around limitations in an existing SMB client that may not
be able to take advantage of pass-the-hash style authentication.
},
'Author' =>
[
'mubix' # copied from hdm upload_file module
],
'References' =>
[
],
'License' => MSF_LICENSE
)

View File

@ -22,17 +22,14 @@ class Metasploit3 < Msf::Auxiliary
super(
'Name' => 'SMB File Download Utility',
'Description' => %Q{
This module downloads a file from a target share and path. The only reason
to use this module is if your existing SMB client is not able to support the features
of the Metasploit Framework that you need, like pass-the-hash authentication.
This module deletes a file from a target share and path. The usual reason
to use this module is to work around limitations in an existing SMB client that may not
be able to take advantage of pass-the-hash style authentication.
},
'Author' =>
[
'mubix' # copied from hdm upload_file module
],
'References' =>
[
],
'License' => MSF_LICENSE
)