Sha256: 646c65ec4a23a0ff74ee247a30d26ac42d579150893e89c83a956ce5cfa69f7d
Contents?: true
Size: 817 Bytes
Versions: 673
Compression:
Stored size: 817 Bytes
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module Bubble # Supported Method Parameters:: # PWN::Banner::Bubble.get public_class_method def self.get ' _ _ _ / \ / \ / \ ( P )( W )( N ) \_/ \_/ \_/ '.red 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
673 entries across 673 versions & 1 rubygems