Sha256: 5c30063b39077de6830f67b18a478a61e30d0e0c95f6e2f354183aba85c64b7b
Contents?: true
Size: 767 Bytes
Versions: 122
Compression:
Stored size: 767 Bytes
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module ForkBomb # Supported Method Parameters:: # PWN::Banner::ForkBomb.get public_class_method def self.get ' $ pwn() { pwn | pwn & }; pwn '.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
122 entries across 122 versions & 1 rubygems