Created
December 24, 2024 20:56
-
-
Save ninp0/9587cadccfb17fee04188f9f6ea85629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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