test: use meterpreter_bind_tcp instead of meterpreter_reverse_tcp

GSoC/Meterpreter_Web_Console
phra 2018-09-03 23:03:10 +02:00
parent e2ba0ac9b9
commit 360b09c244
No known key found for this signature in database
GPG Key ID: 91FF93D1B85D76B5
1 changed files with 3 additions and 3 deletions

View File

@ -142,14 +142,14 @@ RSpec.describe Msf::EncodedPayload do
end
end
context 'with bad characters: "\\x00\\x0a\\x0d"' do
context 'with meterpreter/ bad characters: "\\x00\\x0a\\x0d"' do
let(:badchars) { "\x00\x0a\x0d".force_encoding('binary') }
let(:ancestor_reference_names) {
%w{singles/linux/x86/meterpreter_reverse_tcp}
%w{singles/windows/meterpreter_bind_tcp}
}
let(:reference_name) {
'linux/x86/meterpreter_reverse_tcp'
'windows/meterpreter_bind_tcp'
}
specify 'chooses x86/xor_dynamic' do