rapid7/metasploit-framework

View on GitHub
modules/payloads/singles/windows/x64/messagebox.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Method generate has 136 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def generate(_opts = {})
    style = 0x00
    case datastore['ICON'].upcase.strip
      # default = NO
    when 'ERROR'
Severity: Major
Found in modules/payloads/singles/windows/x64/messagebox.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status