Sha256: 34cf3135280068294f0cc627a88ee9f1c6eb3cc3bd9d3ff71b112e190d90a3bd
Contents?: true
Size: 1.18 KB
Versions: 548
Compression:
Stored size: 1.18 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%%%%%- -%%#:.%%%%%%%%%.:#%%: -##- -%%%%%%%%%- -##: *%%%#+#%%%*::. %%%+ *%%# .%%%. :%%%. =**+ +##= '.light_blue rescue StandardError => e raise e end # Author(s):: 0day Inc. <request.pentest@0dayinc.com> public_class_method def self.authors "AUTHOR(S): 0day Inc. <request.pentest@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
548 entries across 548 versions & 1 rubygems