Skip to content

Commit 9bb9f8b

Browse files
author
Tod Beardsley
committed
Update descriptions on SMB file utils.
1 parent 0f63420 commit 9bb9f8b

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

modules/auxiliary/admin/smb/delete_file.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ def initialize
2222
super(
2323
'Name' => 'SMB File Delete Utility',
2424
'Description' => %Q{
25-
This module deletes a file from a target share and path. The only reason
26-
to use this module is if your existing SMB client is not able to support the features
27-
of the Metasploit Framework that you need, like pass-the-hash authentication.
25+
This module deletes a file from a target share and path. The usual reason
26+
to use this module is to work around limitations in an existing SMB client that may not
27+
be able to take advantage of pass-the-hash style authentication.
2828
},
2929
'Author' =>
3030
[
3131
'mubix' # copied from hdm upload_file module
3232
],
33-
'References' =>
34-
[
35-
],
3633
'License' => MSF_LICENSE
3734
)
3835

modules/auxiliary/admin/smb/download_file.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ def initialize
2222
super(
2323
'Name' => 'SMB File Download Utility',
2424
'Description' => %Q{
25-
This module downloads a file from a target share and path. The only reason
26-
to use this module is if your existing SMB client is not able to support the features
27-
of the Metasploit Framework that you need, like pass-the-hash authentication.
25+
This module deletes a file from a target share and path. The usual reason
26+
to use this module is to work around limitations in an existing SMB client that may not
27+
be able to take advantage of pass-the-hash style authentication.
2828
},
2929
'Author' =>
3030
[
3131
'mubix' # copied from hdm upload_file module
3232
],
33-
'References' =>
34-
[
35-
],
3633
'License' => MSF_LICENSE
3734
)
3835

0 commit comments

Comments
 (0)