Sha256: b0f351ce44dea8955fdf7ff2560c89e2d7a272ace8993e1596378f5f3a3bdff5
Contents?: true
Size: 1.25 KB
Versions: 30
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|/ %;;@@+1cor15:1-4+@ ===Y// 68=== ;eph2:8-9&&eph6:10-18@ @Y ;Y ;;%;%%%%%%rom3:23-28@@@@ Y ;Y ;;;+;%%%2tim2:15@@@@@@@@@@ Y ;Y__;;;+;%%%%%%rom6:14@@@@@@@i;;__Y iiY"";; "1john5:13@@@@uu" @"";;;> Y "rev14:9-10" @@ `; ___ _ @ `;. ,====\\=. .;" ``""""`==\\==" `;===== === '.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
30 entries across 30 versions & 1 rubygems