Skip to content

Commit 83fe1ce

Browse files
author
Sebastiano Di Paola
committed
Cleaned up Array.join call
1 parent 55ec969 commit 83fe1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ssl/openssl_heartbleed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def run_host(ip)
297297
if datastore['STOREDUMP']
298298
pattern = datastore['DUMPFILTER']
299299
if pattern
300-
match_data = heartbeat_data.scan(pattern).join('')
300+
match_data = heartbeat_data.scan(pattern).join
301301
else
302302
match_data = heartbeat_data
303303
end

0 commit comments

Comments
 (0)