Skip to content

Commit 2a714a7

Browse files
committed
Fix a typo
Downloading and deleting are two very different things. Thanks Dan.
1 parent d52236f commit 2a714a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/smb/download_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize
2222
super(
2323
'Name' => 'SMB File Download Utility',
2424
'Description' => %Q{
25-
This module deletes a file from a target share and path. The usual reason
25+
This module downloads a file from a target share and path. The usual reason
2626
to use this module is to work around limitations in an existing SMB client that may not
2727
be able to take advantage of pass-the-hash style authentication.
2828
},

0 commit comments

Comments
 (0)