File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
This is a keylogger worm virus for Windows computers. This was packaged into an executable file using PyInstaller. To run it, copy the
2
2
files start.bat and loveMachine.exe and run start.bat
3
3
4
- After every 1000 characters typed on the computer, the virus copies itself to a random location on the hard drive and deletes older copies.
5
- It also sends an email to the email address specified with the content being the letters typed and the subject being the computer ID it
6
- was sent from.
4
+ After every 1000 characters typed on the computer, the virus copies itself to a random location on the hard
5
+ drive and deletes older copies. It also sends an email to the email address specified with the content being
6
+ the letters typed and the subject being the computer ID it was sent from.
7
+
8
+ An issue I ran into while making this project is that Windows doesn't like it when a program deletes itself
9
+ for obvious reasons. I got around this by chaining the instances of the program together so it deletes a process
10
+ that ran before it rather than trying to delete itself.
7
11
8
12
This virus doesn't have permancence and will stop running after your computer is shut down. It will run "silently" but you can end the PID
9
13
task by the name of loveMachine.exe
You can’t perform that action at this time.
0 commit comments