Fixed a bug...referring to wrong variable after filtering with regexp

bug/bundler_fix
Sebastiano Di Paola 2014-04-11 19:33:23 +02:00
parent 83fe1cec65
commit 4acacb005d
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class Metasploit3 < Msf::Auxiliary
"openssl.heartbleed.server",
"application/octet-stream",
ip,
heartbeat_data,
match_data,
nil,
"OpenSSL Heartbleed server memory"
)