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.
2 parents a179669 + d4001ef commit a9dc062Copy full SHA for a9dc062
lib/msf/core/auxiliary/report.rb
@@ -303,7 +303,7 @@ def report_vuln(opts={})
303
304
timestamp = opts[:timestamp]
305
username = opts[:username]
306
- mname = self.fullname # use module name when reporting attempt for correlation
+ mname = opts[:module_fullname] || self.fullname # use module name when reporting attempt for correlation
307
308
# report_vuln is only called in an identified case, consider setting value reported here
309
attempt_info = {
0 commit comments