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 bbed9f4 commit 021ac53Copy full SHA for 021ac53
modules/auxiliary/scanner/ssl/openssl_heartbleed.rb
@@ -344,7 +344,7 @@ def loot_and_report(heartbeat_data)
344
:refs => self.references,
345
:info => "Module #{self.fullname} successfully leaked info"
346
})
347
- if datastore['MODE'] == 'DUMP' # Check mode, dump if requested.
+ if action.name == 'DUMP' # Check mode, dump if requested.
348
pattern = datastore['DUMPFILTER']
349
if pattern
350
match_data = heartbeat_data.scan(pattern).join
0 commit comments