Skip to content

Commit 021ac53

Browse files
committed
remove me
1 parent bbed9f4 commit 021ac53

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
@@ -344,7 +344,7 @@ def loot_and_report(heartbeat_data)
344344
:refs => self.references,
345345
:info => "Module #{self.fullname} successfully leaked info"
346346
})
347-
if datastore['MODE'] == 'DUMP' # Check mode, dump if requested.
347+
if action.name == 'DUMP' # Check mode, dump if requested.
348348
pattern = datastore['DUMPFILTER']
349349
if pattern
350350
match_data = heartbeat_data.scan(pattern).join

0 commit comments

Comments
 (0)