Skip to content

Commit 4acacb0

Browse files
author
Sebastiano Di Paola
committed
Fixed a bug...referring to wrong variable after filtering with regexp
1 parent 83fe1ce commit 4acacb0

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
@@ -305,7 +305,7 @@ def run_host(ip)
305305
"openssl.heartbleed.server",
306306
"application/octet-stream",
307307
ip,
308-
heartbeat_data,
308+
match_data,
309309
nil,
310310
"OpenSSL Heartbleed server memory"
311311
)

0 commit comments

Comments
 (0)