Sha256: 2cf2738bf3500c6ca484f475304cb311338559f3bee6f4448ef559df6b8ce3b7
Contents?: true
Size: 1.21 KB
Versions: 123
Compression:
Stored size: 1.21 KB
Contents
# frozen_string_literal: true require 'colorize' module PWN module Banner # This plugin processes images into readable text module Ninja # Supported Method Parameters:: # PWN::Banner::Ninja.get public_class_method def self.get ' .=+*****=- :#%%%%%%%%%%%= :%%%%%%%%%%%%%%+ *%%#+=-::--=*%%%+*#* *%+:%%-:::#@=:%%%#*- :: =%*:==::::-=:=%#:*%- *#*- +%%%#######%%#. :+##=.+%%%%%%%%%= :-+%%%%%%%%%%%%#= -%%%%%%%%%PWN%%%%%- -%%#:.%%%%%%%%%.:#%%: -##- -%%%%%%%%%- -##: *%%%#+#%%%*::. %%%+ *%%# .%%%. :%%%. =**+ +##= \xe5\xbf\x8d\xe8\xa1\x93 '.light_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
123 entries across 123 versions & 1 rubygems
Version | Path |
---|---|
pwn-0.4.981 | lib/pwn/banner/ninja.rb |
pwn-0.4.980 | lib/pwn/banner/ninja.rb |
pwn-0.4.979 | lib/pwn/banner/ninja.rb |