We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328c5c commit 1322cb0Copy full SHA for 1322cb0
spec/lib/msf/core/exploit/smb/server/share/command/trans2/find_first2_spec.rb
@@ -18,20 +18,12 @@
18
let(:client_string) { '' }
19
let(:client) { StringIO.new(client_string) }
20
21
- let(:valid_find_file_names_info_request) do
22
- ""
23
- end
24
-
25
let(:valid_find_file_both_directory_info_params) do
26
"\x16\x00\x56\x05\x07\x00\x04\x01\x00\x00\x00\x00\x5c\x00\x74\x00" +
27
"\x65\x00\x73\x00\x74\x00\x2e\x00\x65\x00\x78\x00\x65\x00\x00\x00"
28
end
29
let(:find_file_both_directory_info_res_length) { 179 }
30
31
- let(:valid_find_file_full_directory_info_request) do
32
33
34
35
before(:each) do
36
mod.instance_variable_set('@state', {
37
client => {
0 commit comments