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.194 lib/pwn/banner/off_the_air.rb
pwn-0.5.193 lib/pwn/banner/off_the_air.rb
pwn-0.5.192 lib/pwn/banner/off_the_air.rb
pwn-0.5.191 lib/pwn/banner/off_the_air.rb
pwn-0.5.190 lib/pwn/banner/off_the_air.rb
pwn-0.5.189 lib/pwn/banner/off_the_air.rb
pwn-0.5.188 lib/pwn/banner/off_the_air.rb
pwn-0.5.187 lib/pwn/banner/off_the_air.rb
pwn-0.5.186 lib/pwn/banner/off_the_air.rb
pwn-0.5.185 lib/pwn/banner/off_the_air.rb
pwn-0.5.184 lib/pwn/banner/off_the_air.rb
pwn-0.5.183 lib/pwn/banner/off_the_air.rb
pwn-0.5.181 lib/pwn/banner/off_the_air.rb
pwn-0.5.180 lib/pwn/banner/off_the_air.rb
pwn-0.5.179 lib/pwn/banner/off_the_air.rb
pwn-0.5.178 lib/pwn/banner/off_the_air.rb
pwn-0.5.177 lib/pwn/banner/off_the_air.rb
pwn-0.5.176 lib/pwn/banner/off_the_air.rb
pwn-0.5.175 lib/pwn/banner/off_the_air.rb
pwn-0.5.174 lib/pwn/banner/off_the_air.rb