Skip to content

Commit 8a0f86f

Browse files
committed
Land rapid7#3843, typo fix for download_file
2 parents 829248f + 2a714a7 commit 8a0f86f

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)