Update countdown.rb

GSoC/Meterpreter_Web_Console
stefano118 2018-09-01 02:40:26 +02:00 committed by GitHub
parent a282d2a8b1
commit 93e9253aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class MetasploitModule < Msf::Encoder::Xor
state.context = 1
rescue RuntimeError => e
raise BadcharError if e.message == "No valid set instruction could be created!"
end
end
return decoder
end