Sha256: be1be43cbb456c897f93f72f4c59e83459f3854bbc5123dd2c518e1bee1e403f
Contents?: true
Size: 1.25 KB
Versions: 54
Compression:
Stored size: 1.25 KB
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module DontPanic # Supported Method Parameters:: # PWN::Banner::DontPanic.get public_class_method def self.get ' _,.-pwn-.,_ \||\ ;;;;%%%@@@@@@ \ //, V|/ %;;%%%%%@@@@@@@@@@ ===Y// 68=== ;;;;%%%%%%@@@@@@@@@@@@ @Y ;Y ;;%;%%%%%%@@@@@@@@@@@@@@ Y ;Y ;;;+;%%%%%%@@@@@@@@@@@@@@@ Y ;Y__;;;+;%%%%%%@@@@@@@@@@@@@@i;;__Y iiY"";; "uu%@@@@@@@@@@uu" @"";;;> Y "UUUUUUUUU" @@ `; ___ _ @ `;. ,====\\=. .;" ``""""`==\\==" `;===== === '.green 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
54 entries across 54 versions & 1 rubygems