Sha256: b19bf4a50d6d826962d0693aac9f2895d2484fc278d9749059107ea4673ae3d6
Contents?: true
Size: 1.19 KB
Versions: 65
Compression:
Stored size: 1.19 KB
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module Ninja # Supported Method Parameters:: # PWN::Banner::Ninja.get public_class_method def self.get ' .=+*****=- :#%%%%%%%%%%%= :%%%%%%%%%%%%%%+ *%%#+=-::--=*%%%+*#* *%+:%%-:::#@=:%%%#*- :: =%*:==::::-=:=%#:*%- *#*- +%%%#######%%#. :+##=.+%%%%%%%%%= :-+%%%%%%%%%%%%#= -%%%%%%%%%PWN%%%%%- -%%#:.%%%%%%%%%.:#%%: -##- -%%%%%%%%%- -##: *%%%#+#%%%*::. %%%+ *%%# .%%%. :%%%. =**+ +##= \xe5\xbf\x8d\xe8\xa1\x93 '.light_blue 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
65 entries across 65 versions & 1 rubygems