Add specs for FIND information level
parent
df7c07bfd1
commit
c213ed3f5f
|
@ -76,7 +76,7 @@ module Msf
|
|||
attrib = CONST::SMB_EXT_FILE_ATTR_NORMAL # File
|
||||
search = 0x100
|
||||
elsif path && path == path_name
|
||||
data = path_name
|
||||
data = Rex::Text.to_unicode(path_name)
|
||||
length = 0
|
||||
ea = 0x21
|
||||
alloc = 0 # 0Mb
|
||||
|
|
Loading…
Reference in New Issue