Module: PWN::Banner::WhiteRabbit

Defined in:
lib/pwn/banner/white_rabbit.rb

Overview

This plugin processes images into readable text

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <[email protected]>



38
39
40
41
42
# File 'lib/pwn/banner/white_rabbit.rb', line 38

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

.getObject

Supported Method Parameters

PWN::Banner::WhiteRabbit.get



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# File 'lib/pwn/banner/white_rabbit.rb', line 12

public_class_method def self.get
  '
       _       _
      / \     / \
     {   }   {   }
     {   {   }   }
      \   \ /   /
       \   Y   /
       .-"`"`"-.
     ,`         `.
    /             \
   /               \
  {     ."";,       }
  {  /";`.`,;       }
   \{  ;`,``;.     /
    {  }`""`  }   /}
    {  }      {  //
    {||}      {  /
    `"`       pwn
  '.white
rescue StandardError => e
  raise e
end

.helpObject

Display Usage for this Module



46
47
48
49
50
51
52
# File 'lib/pwn/banner/white_rabbit.rb', line 46

public_class_method def self.help
  puts "USAGE:
    #{self}.get

    #{self}.authors
  "
end