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 2260e4b commit 6917710Copy full SHA for 6917710
modules/auxiliary/fuzzers/ssh/ssh_kexinit_corrupt.rb
@@ -87,7 +87,7 @@ def run
87
end
88
89
if(not @banner)
90
- print_status("The service may have crashed (no banner): iteration:#{cnt-1} method=#{last_inp} string=#{last_str.unpack("H*")[0]} ")
+ print_status("The service may have crashed (no banner): iteration:#{cnt-1} method=#{last_inp} string=#{last_str.to_s.unpack("H*")[0]} ")
91
return
92
93
0 commit comments