rapid7/metasploit-framework

View on GitHub
modules/auxiliary/dos/rpc/rpcbomb.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method scan_host has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def scan_host(ip)
    pkt = [
      0,        # xid
      0,        # message type CALL
      2,        # RPC version 2
Severity: Minor
Found in modules/auxiliary/dos/rpc/rpcbomb.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status