Class: PWN::Driver

Inherits:
Object
  • Object
show all
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

Class Method Details

.authorsObject

Author(s)

0day Inc. [email protected]



62
63
64
65
66
# File 'lib/pwn/driver.rb', line 62

public_class_method def self.authors
  "AUTHOR(S):
    0day Inc. <[email protected]>
  "
end

.helpObject

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