Skip to content

Instantly share code, notes, and snippets.

@ninp0
Created December 24, 2024 20:56
Show Gist options
  • Select an option

  • Save ninp0/9587cadccfb17fee04188f9f6ea85629 to your computer and use it in GitHub Desktop.

Select an option

Save ninp0/9587cadccfb17fee04188f9f6ea85629 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'pwn'
loop do
# Clear the screen
print "\e[2J\e[f"
puts PWN::Banner::Matrix.get
sleep 0.09
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment