Module: PWN::Reports

Defined in:
lib/pwn/reports.rb,
lib/pwn/reports/fuzz.rb,
lib/pwn/reports/sast.rb,
lib/pwn/reports/phone.rb,
lib/pwn/reports/uri_buster.rb,
lib/pwn/reports/html_footer.rb,
lib/pwn/reports/html_header.rb

Overview

This file, using the autoload directive loads Report modules into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html

Defined Under Namespace

Modules: Fuzz, HTMLFooter, HTMLHeader, Phone, SAST, URIBuster

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <support@0dayinc.com>



23
24
25
# File 'lib/pwn/reports.rb', line 23

public_class_method def self.authors
  "AUTHOR(S):\n  0day Inc. <support@0dayinc.com>\n"
end

.helpObject



27
28
29
# File 'lib/pwn/reports.rb', line 27

public_class_method def self.help
  constants.sort
end