Sha256: 7c413e36d2d7361265ed56e0d131995a43bf516617e77906e436b4d80c2b2117
Contents?: true
Size: 751 Bytes
Versions: 100
Compression:
Stored size: 751 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. <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
100 entries across 100 versions & 1 rubygems