Module: PWN::Banner::DontPanic
- Defined in:
- lib/pwn/banner/dont_panic.rb
Overview
This plugin processes images into readable text
Class Method Summary collapse
-
.authors ⇒ Object
- Author(s)
-
0day Inc.
-
.get ⇒ Object
- Supported Method Parameters
-
PWN::Banner::DontPanic.get.
-
.help ⇒ Object
Display Usage for this Module.
Class Method Details
.authors ⇒ Object
- Author(s)
-
0day Inc. <[email protected]>
35 36 37 38 39 |
# File 'lib/pwn/banner/dont_panic.rb', line 35 public_class_method def self. "AUTHOR(S): 0day Inc. <[email protected]> " end |
.get ⇒ Object
- Supported Method Parameters
-
PWN::Banner::DontPanic.get
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# File 'lib/pwn/banner/dont_panic.rb', line 12 public_class_method def self.get ' _,.-pwn-.,_ \||\ ;;;;%%%@@@@@@ \ //, V|/ %;;@@+1cor15:1-4+@ ===Y// 68=== ;eph2:8-9&&eph6:10-18@ @Y ;Y ;;%;%%%%%%rom3:23-28@@@@ Y ;Y ;;;+;%%%2tim2:15@@@@@@@@@@ Y ;Y__;;;+;%%%%%%rom6:14@@@@@@@i;;__Y iiY"";; "1john5:13@@@@uu" @"";;;> Y "rev14:9-10" @@ `; ___ _ @ `;. ,====\\=. .;" ``""""`==\\==" `;===== === '.green rescue StandardError => e raise e end |
.help ⇒ Object
Display Usage for this Module
43 44 45 46 47 48 49 |
# File 'lib/pwn/banner/dont_panic.rb', line 43 public_class_method def self.help puts "USAGE: #{self}.get #{self}.authors " end |