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
Overview
This file, using the autoload directive loads SP reports 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, Phone, SAST, URIBuster
Class Method Summary collapse
-
.help ⇒ Object
Display a List of Every PWN::Reports Module.
Class Method Details
.help ⇒ Object
Display a List of Every PWN::Reports Module
19 20 21 |
# File 'lib/pwn/reports.rb', line 19 public_class_method def self.help constants.sort end |