Sha256: 4f5bbbe16aea94244d5b378d9da5567dfdd1968f7b99a3b7abbad642db7fd46c

Contents?: true

Size: 1.88 KB

Versions: 86

Compression:

Stored size: 1.88 KB

Contents

# frozen_string_literal: true

require 'colorize'

module PWN
  module Banner
    # This plugin processes images into readable text
    module OffTheAir
      # Supported Method Parameters::
      # PWN::Banner::OffTheAir.get

      public_class_method def self.get
        c1 = '.....'.light_black
        c2 = '====='.yellow
        c3 = ':::::'.light_blue
        c4 = '====='.light_green
        c5 = '+++++'.magenta
        c6 = '%%%%%'.red
        c7 = '#####'.blue
        d1 = '+++++'.blue
        d2 = '%%%%%'.black
        d3 = '+++++'.magenta
        d4 = '%%%%%'.black
        d5 = '-----'.light_blue
        d6 = '@@@@@'.black
        d7 = 'PWN::'.red
        ee1 = '######'.red
        ee2 = '......'.white
        ee3 = '******'.blue
        ee4 = '::::::'.black
        ee5 = '@@@@@@'.black
        f1 = '%%%%%'.black

        "
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{c1}#{c2}#{c3}#{c4}#{c5}#{c6}#{c7}
          #{d1}#{d2}#{d3}#{d4}#{d5}#{d6}#{d7}
          #{ee1}#{ee2}#{ee3}#{ee4}#{ee5}#{f1}
          #{ee1}#{ee2}#{ee3}#{ee4}#{ee5}#{f1}
          #{ee1}#{ee2}#{ee3}#{ee4}#{ee5}#{f1}
        "
      rescue StandardError => e
        raise e
      end

      # Author(s):: 0day Inc. <support@0dayinc.com>

      public_class_method def self.authors
        "AUTHOR(S):
          0day Inc. <support@0dayinc.com>
        "
      end

      # Display Usage for this Module

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

          #{self}.authors
        "
      end
    end
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
pwn-0.5.236 lib/pwn/banner/off_the_air.rb
pwn-0.5.235 lib/pwn/banner/off_the_air.rb
pwn-0.5.234 lib/pwn/banner/off_the_air.rb
pwn-0.5.233 lib/pwn/banner/off_the_air.rb
pwn-0.5.232 lib/pwn/banner/off_the_air.rb
pwn-0.5.231 lib/pwn/banner/off_the_air.rb
pwn-0.5.230 lib/pwn/banner/off_the_air.rb
pwn-0.5.229 lib/pwn/banner/off_the_air.rb
pwn-0.5.228 lib/pwn/banner/off_the_air.rb
pwn-0.5.227 lib/pwn/banner/off_the_air.rb
pwn-0.5.226 lib/pwn/banner/off_the_air.rb
pwn-0.5.225 lib/pwn/banner/off_the_air.rb
pwn-0.5.224 lib/pwn/banner/off_the_air.rb
pwn-0.5.223 lib/pwn/banner/off_the_air.rb
pwn-0.5.222 lib/pwn/banner/off_the_air.rb
pwn-0.5.221 lib/pwn/banner/off_the_air.rb
pwn-0.5.220 lib/pwn/banner/off_the_air.rb
pwn-0.5.219 lib/pwn/banner/off_the_air.rb
pwn-0.5.217 lib/pwn/banner/off_the_air.rb
pwn-0.5.216 lib/pwn/banner/off_the_air.rb