🌐
GitHub
github.com › yagiziskirik › PYrus
GitHub - yagiziskirik/PYrus: PYrus is a prank virus built on python. It does not harm the computer in any way. · GitHub
PYrus is a prank virus built on python. It does not harm the computer in any way. - yagiziskirik/PYrus
Starred by 16 users
Forked by 3 users
Languages   Python
🌐
PyPI
pypi.org › project › VirusPrank
VirusPrank · PyPI
import virus from virus.functions import Virus starter = Virus() starter.open_website(1) #Now random websites will be opened for the next 1 minute
      » pip install VirusPrank
    
Published   Mar 26, 2021
Version   1.1.0
🌐
YouTube
youtube.com › watch
Super Annoying Python Pranking Virus Tutorial - YouTube
This prank will surely annoy the heck out of anyone.Python Code:from espeak import espeakfrom time import sleepwhile True: espeak.synth("You are getting pra...
Published   April 1, 2017
🌐
YouTube
youtube.com › html to ai
Create Fake Virus Using Python | #python #code - YouTube
This virus sends you only a voice message If you write shutdown command in STARTUP folderThen the PC will shut down automatically when it starts
Published   August 24, 2022
Views   801
🌐
GitHub
github.com › topics › prank
prank · GitHub Topics · GitHub
python linux spam prank python3 bomb termux spammer sms-bomber bomber bombing smsbomb spammer-tool call-bomber hacksploit bomber-tool nordbearbot enigm torpeda toreda-bomber ... PYrus is a prank virus built on python.
🌐
DEV Community
dev.to › asi_security › creating-a-simple-a-virus-using-python-4e3n
Creating a Simple a Virus using Python - DEV Community
December 3, 2024 - This Python script combines system commands, GUI pop-ups, and web interactions to simulate malicious behavior. You may access the code of the virus on my GitHub repo: https://github.com/asiguiang/Creating-Simple-Virus/blob/main/SimpleEthicalVirus.py
🌐
YouTube
youtube.com › tagless
Prank "Virus" made with Python! - YouTube
Make sure to subscribe and comment what content you would like to see next! I mainly do gaming, game designing, and tutorials!===========================➥Scr...
Published   April 3, 2019
Views   3K
🌐
Replit
replit.com › @anonymouzcoder › EPIC-PRANK-VIRUS-INJECTED-PRANK
EPIC PRANK VIRUS INJECTED PRANK - Replit
THIS IS TO PRANK FRIENDS INTO THINKING YOUR COMPUTER IS HACKED! #simple #python3 #funny #easy
Find elsewhere
🌐
Reddit
reddit.com › r/python › so i accidentally made a (harmless) virus...
r/Python on Reddit: So I Accidentally Made a (Harmless) Virus...
February 14, 2021 -

I was messing around with python (specifically pynput) and got bored, and thought "wouldn't it be cool if I made a virus?" Now, when I thought this, I was doing purely for shits and giggles, and I had/have no harmful intent.

So the virus consists of a basic forever loop, which just takes control of your mouse, and prevents you from moving. Really basic, I know. So I run the file, and to my surprise is works! Except I didn't implement a fail safe, so nothing would work to stop the program. I obviously couldn't use task manager, and Alt + F4 didn't work. So I ended up just turning off my PC lmao. I wanting to see if my computer would detect it as a virus, and it sure did. It didn't delete it, but it did warn me, which is reassuring but also funny.

But yeah I didn't send the code to anyone or anything, just a harmless thing that took me less than 5 minutes.

🌐
Medium
medium.com › @realgamer.1922 › how-to-make-a-simple-virus-in-python-4f64e3006219
How to make a simple Virus in Python | Medium
June 16, 2023 - Please note that the availability and installation process for these packages may vary depending on your Python environment and operating system. It’s recommended to refer to the official documentation of each package for more detailed installation instructions. To install these go to your editors’ and/or computers’ shell, and type; ... Now let’s get to the fun part! The first thing that we are gonna add are some regular textboxes that appear before the virus starts.
🌐
YouTube
youtube.com › codestam
Blue Screen of death in python (prank virus) - YouTube
In this video we are talking bout creating a prank virus called blue screen of death.installing tkinter- pip install tkinter (in cmd)to disable keyboard - (i...
Published   September 19, 2022
Views   706
🌐
YouTube
youtube.com › programmer12
Easy Python Tkinter Prank virus - YouTube
Make a prank virus using Python and Tkinter
Published   November 24, 2022
Views   124
🌐
Medium
billionoillid.medium.com › i-developed-a-python-rat-to-prank-my-friend-heres-how-i-did-it-d7055934aefd
I Developed a Python RAT to Prank My Friend: Here’s How I Did It! | by billionoillid | Medium
October 18, 2024 - Hey, Billies! It’s billionoillid here, sharing how I pranked my friend with a Remote Access Toolkit (RAT) using a Telegram bot to showcase the fun side of Python programming and remote control!
🌐
GitHub
github.com › sahaj-b › YouAreAnIdiot-FakeVirus
GitHub - sahaj-b/YouAreAnIdiot-FakeVirus: A fake virus built using python · GitHub
A fake virus built using python · Loud music · Close using task manager (Ctrl+Alt+delete) tkinter --> pip3 install tk · pygame --> pip3 install pygame · Download YouAreAnIdiot.pyw and resources folder.
Author   sahaj-b
🌐
Medium
infosecwriteups.com › make-a-self-replicating-virus-in-python-bb29404e3f6b
Make a Self-Replicating Virus in Python | For Education Purposes Only | by Devang Jain | InfoSec Write-ups
January 18, 2024 - In more technical terms, we will be writing a program to infect all the python files present in 6ft distance (same directory) with the self-replicating code and perform malicious activities through the infected python files. Before we get started, please wear a face mask and sanitize your hands — · DISCLAIMER : THIS TUTORIAL IS FOR EDUCATION PURPOSES ONLY AND IS NOT INTENDED TO PROMOTE ANY ILLEGAL ACTIVITIES. THE AUTHOR WILL NOT BE HELD RESPONSIBLE FOR ANY MISUSE OF THE INFORMATION PROVIDED. The complete virus program will essentially have three parts -
🌐
GitHub
github.com › topics › virus-joke
virus-joke · GitHub Topics · GitHub
python cybersecurity joke rickroll virus-joke virustotal-python rickrolling virus-builder rickroll-gif ... A simple malware program that enrypts files with an XOR cipher. DANGEROUD DO NOT USE (C# version of Fafnir-CPP) csharp virus dotnetcore ...
🌐
SCHULZ:DK
schulz.dk › home › python virus for fun and profit
Python virus for fun and profit - SCHULZ:DK
February 27, 2025 - If you run any of the infected python scripts, they will try to infect other scripts as well, so please be sure you know what to do. If you have any ideas, do let me know in the comments below. # MALPYIN # do we want to infect the entire filesystem? GLOBAL = False import os import sys from pathlib import Path import re import base64 import zlib def packer(vsrc, osrc): """ Really simple packer that gzip the virus source and original src and finally, base64 encode them.
🌐
YouTube
youtube.com › securiosity
Python Virus ?! #shorts - YouTube
How to make a virus with python turtle. Its a pun! Looks like a virus This video is a short python tutorial, and it is part of the python shorts programming ...
Published   January 2, 2023
Views   39K
🌐
Python Forum
python-forum.io › thread-1051.html
Virus using Python
Hi guys, I hope everyone is doing well. I have a problem understanding this lab could you please guide me through it thank you! For this lab, you will take the virus.py code and make it into an actual virus that will infect the hello.py program. ...
🌐
GitHub
github.com › topics › prank
prank · GitHub Topics - Python
A Pythonic XML Downloader for use with the site's XML document tree with all its files for the pranks. downloader xml prank dial prankdial prank-call prank-dial ... PYrus is a prank virus built on python.