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 1cf1616 commit fab091cCopy full SHA for fab091c
modules/auxiliary/scanner/ssl/openssl_heartbleed.rb
@@ -351,7 +351,7 @@ def loot_and_report(heartbeat_data)
351
:refs => self.references,
352
:info => "Module #{self.fullname} successfully leaked info"
353
})
354
- if datastore['MODE'] == 'DUMP' # Check mode, dump if requested.
+ if action.name == 'DUMP' # Check mode, dump if requested.
355
pattern = datastore['DUMPFILTER']
356
if pattern
357
match_data = heartbeat_data.scan(pattern).join
0 commit comments