Class: PWN::Driver
- Inherits:
-
Object
- Object
- PWN::Driver
- Defined in:
- lib/pwn/driver.rb
Overview
Used to consume options passed into PWN drivers and load PWN::Env
Defined Under Namespace
Classes: Parser
Class Method Summary collapse
-
.authors ⇒ Object
- Author(s)
0day Inc.
-
.help ⇒ Object
Display Usage for this Module.
Class Method Details
.authors ⇒ Object
- Author(s)
0day Inc. [email protected]
62 63 64 65 66 |
# File 'lib/pwn/driver.rb', line 62 public_class_method def self. "AUTHOR(S): 0day Inc. <[email protected]> " end |
.help ⇒ Object
Display Usage for this Module
70 71 72 73 74 75 76 |
# File 'lib/pwn/driver.rb', line 70 public_class_method def self.help puts "USAGE: # Print the AUTHOR(S) string for this module. #{self}.authors " constants.sort end |