Skip to content

A virus that should restart your pc every hour, completely written in java, also acts as a worm and can be used as a trojan

Notifications You must be signed in to change notification settings

MOMIN5/restart-virus-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RestartVirus

RestartVirus is a java based program that will restart a victims pc every 1 hour, note that its just a template and can be used anyway, Im still learning java and this is a fun idea i came up with to increase my knowledge of java. Its not the best and it uses a 2 libraries as i was struggling to do it in plain java. It would be appreciated if you tried to add some things through a pull request Currently only works on windows and on the systems which have java installed

Usage

It uses Zip4j and Apache Common Utils, import them as libraries and you should be good to go You can just run a jar and it will automatically install all the files

Im not responsible if you use it maliciously like using it with a botnet or distributing it illegally

File it creates as a worm

  1. It creates a jar file in Windows startup folder so it can run on windows startup
  2. It creates a zip file in %appdata% folder, its temporary as it is used to copy the InputStream to a file and extract it to desired paths
  3. In resources folder it contains the jar which will be permanently injected to the victims computer, its a modified jar with the same path as above but just with the restart timer

What if I'm Infected

Well... You can try checking the paths mentioned above If you need any help dm me on discord or open a issue Discord- Momin#7755

About

A virus that should restart your pc every hour, completely written in java, also acts as a worm and can be used as a trojan

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages