Sha256: 641541cb0605d636f15e61a000d59a3b1decef3fad320317141600eafabdd35d
Contents?: true
Size: 1.1 KB
Versions: 38
Compression:
Stored size: 1.1 KB
Contents
# frozen_string_literal: true module PWN # This file, using the autoload directive loads SP plugins # into memory only when they're needed. For more information, see: # http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html module WWW autoload :AppCobaltIO, 'pwn/www/app_cobalt_io' autoload :Bing, 'pwn/www/bing' autoload :BugCrowd, 'pwn/www/bug_crowd' autoload :Checkip, 'pwn/www/checkip.rb' autoload :Duckduckgo, 'pwn/www/duckduckgo' autoload :Facebook, 'pwn/www/facebook' autoload :Google, 'pwn/www/google' autoload :HackerOne, 'pwn/www/hacker_one' autoload :Linkedin, 'pwn/www/linkedin' autoload :Pastebin, 'pwn/www/pastebin' autoload :Pandora, 'pwn/www/pandora' autoload :Paypal, 'pwn/www/paypal' autoload :Synack, 'pwn/www/synack' autoload :Torch, 'pwn/www/torch' autoload :Twitter, 'pwn/www/twitter' autoload :Uber, 'pwn/www/uber' autoload :Upwork, 'pwn/www/upwork' autoload :Youtube, 'pwn/www/youtube' # Display a List of Every PWN WWW module public_class_method def self.help constants.sort end end end
Version data entries
38 entries across 38 versions & 1 rubygems