Skip to content

Commit c213ed3

Browse files
committed
Add specs for FIND information level
1 parent df7c07b commit c213ed3

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/core/exploit/smb/server/share/information_level

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/smb/server/share/information_level/find.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def smb_cmd_find_file_full_directory_info(c, path)
7676
attrib = CONST::SMB_EXT_FILE_ATTR_NORMAL # File
7777
search = 0x100
7878
elsif path && path == path_name
79-
data = path_name
79+
data = Rex::Text.to_unicode(path_name)
8080
length = 0
8181
ea = 0x21
8282
alloc = 0 # 0Mb

0 commit comments

Comments
 (0)