rastating/wordpress-exploit-framework

View on GitHub
lib/wpxf/modules/auxiliary/dos/wp_v4.7.2_csrf_dos.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def initialize
    super

    update_info(
      name: 'WordPress 4.2-4.7.2 - CSRF DoS',
Severity: Minor
Found in lib/wpxf/modules/auxiliary/dos/wp_v4.7.2_csrf_dos.rb - About 1 hr to fix

    Line is too long. [185/180]
    Open

        normalize_uri(wordpress_url_admin, "press-this.php?u=#{url_encode(xss_url)}#{url_encode('.txt')}&url-scan-submit=Scan&#{Utility::Text.rand_alpha(3)}=#{Utility::Text.rand_alpha(3)}")

    There are no issues that match your filters.

    Category
    Status