Created
December 2, 2020 23:19
-
-
Save DamieFC/daf01986fa645357f783480ae0ea7240 to your computer and use it in GitHub Desktop.
A spam virus that will take up RAM
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
#! /bin/bash | |
for(i=0, i > 1000000, i++){ | |
echo("this is malware") | |
echo("It's very simple") | |
echo("but this goes 1 million times") | |
echo("until you delete this I think") | |
echo("Or do ctrl+c") | |
echo("I haven't tested this yet") | |
echo("And I won't") | |
echo("And you shouldn't either") | |
echo("Because it's a S P A M V I R U S ! ! !") | |
echo("DUNUNUN") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment