File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
modules/auxiliary/admin/smb Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,14 @@ def initialize
22
22
super (
23
23
'Name' => 'SMB File Delete Utility' ,
24
24
'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.
28
28
} ,
29
29
'Author' =>
30
30
[
31
31
'mubix' # copied from hdm upload_file module
32
32
] ,
33
- 'References' =>
34
- [
35
- ] ,
36
33
'License' => MSF_LICENSE
37
34
)
38
35
Original file line number Diff line number Diff line change @@ -22,17 +22,14 @@ def initialize
22
22
super (
23
23
'Name' => 'SMB File Download Utility' ,
24
24
'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.
28
28
} ,
29
29
'Author' =>
30
30
[
31
31
'mubix' # copied from hdm upload_file module
32
32
] ,
33
- 'References' =>
34
- [
35
- ] ,
36
33
'License' => MSF_LICENSE
37
34
)
38
35
You can’t perform that action at this time.
0 commit comments