Skip to content

Instantly share code, notes, and snippets.

@DamieFC
Created December 2, 2020 23:19
Show Gist options
  • Save DamieFC/daf01986fa645357f783480ae0ea7240 to your computer and use it in GitHub Desktop.
Save DamieFC/daf01986fa645357f783480ae0ea7240 to your computer and use it in GitHub Desktop.
A spam virus that will take up RAM
#! /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