Sha256: 94dbfd08e9ef9f2e00a2e0550d61870bcd4abd6210f97c9dd752b8cd6bbddef3
Contents?: true
Size: 1.14 KB
Versions: 132
Compression:
Stored size: 1.14 KB
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module WhiteRabbit # Supported Method Parameters:: # PWN::Banner::WhiteRabbit.get public_class_method def self.get ' _ _ / \ / \ { } { } { { } } \ \ / / \ Y / .-"`"`"-. ,` `. / \ / \ { ."";, } { /";`.`,; } \{ ;`,``;. / { }`""` } /} { } { // {||} { / `"` pwn '.white 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
132 entries across 132 versions & 1 rubygems