Module: PWN::Banner::Anon

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

Overview

This plugin processes images into readable text

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <[email protected]>



33
34
35
36
37
# File 'lib/pwn/banner/anon.rb', line 33

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

.getObject

Supported Method Parameters

PWN::Banner::Anon.get



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

public_class_method def self.get
  '
  ⠀⢠⣾⣿⣿⣗⣢⠀⠀⠀⠀⠀⠀⢤⣒⣿⣿⣷⣆⠀⠀
  ⠀⠋⠉⠉⠙⠻⣿⣷⡄⠀⠀⠀⡄⣾⣿⠛⠉⠉⠉⠃⠀
  ⠀⠀⢀⡠⢤⣠⣀⡹⡄⠀⠀⠀⡘⣁⣤⣠⠤⡀⠀⠀⠀
  ⠀⡤⢾⣿⣿⣿⣿⡿⠀⠀⠀⠀⠸⣿pwn⣾⠦⣄⠀
  ⠀⠀⠀⠀⠉⠈⠀⠀⣠⠀⠀⠀⣀⠀⠈⠈⠁⠀⠀⠀⠀
  ⠀⠀⠀⠀⠀⠀⣀⡔⢻⠀⠀⠀⠙⠢⡀⠀⠀⠀⠀⠀⠀
  ⢘⡦⣤⠤⠒⠋⠘⢤⡀⣀⣀⣀⡨⠚⠉⠓⠠⣤⢤⡞⠀
  ⠀⢹⡜⢷⣄⠀⣀⣀⣾⡶⢶⣷⣄⣀⡀⢀⣴⢏⡾⠁⠀
  ⠀⠀⠹⡮⡛⠛⠛⢻⡿⠥⠤⡽⡿⠛⠛⠛⣣⡾⠁⠀⠀
  ⠀⠀⠀⠙⢄⠁⠀⠀⠈⣇⣀⡼⠃⠀⠀⢁⠞⠀⠀⠀⠀
  ⠀⠀⠀⠀⠀⠉⢆⡀⠀⢸⣿⡇⠀⢀⠠⠂⠀⠀⠀⠀⠀
  ⠀⠀⠀⠀⠀⠀⠀⠈⠁⠸⢿⡿⠃⠋⠁
  '.black
rescue StandardError => e
  raise e
end

.helpObject

Display Usage for this Module



41
42
43
44
45
46
47
# File 'lib/pwn/banner/anon.rb', line 41

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

    #{self}.authors
  "
end