Skip to content

Latest commit

 

History

History

PythonVirus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Python Virus


Logo

Made By FalseG0d

A computer virus is a malicious program which, when executed, replicated itself by modifying the other computer program and inserting itself into their code.
Made for understanding and eductional purpose.

Disclaimer: Donot Attack Anyone Without Consent


Explore Other Python Malwares »

· Report Bug · Request Feature

Table of Contents

Getting Started

Simply Open the App or Feature you wish to learn by selecting a folder of your choosing.

  1. Clone the repo
git clone https://github.com/FalseG0d/PythonMalwares.git
  1. Install Dependencies
pip install -r requirements.txt
  1. Install and Run virus.py file in the client/victim computer. The optimum file location may depend upon the OS used by the client/victim. Choose a location which is actively used.

See In Action

  1. Clone the repo
git clone https://github.com/FalseG0d/PythonMalwares.git
  1. Install Dependencies
pip install -r requirements.txt
  1. Move to Virus Directory
cd PythonVirus
  1. Run Test to check original working of test.py
python test.py
  1. (Optional) Add a payload of your Choice in virus.py

  2. Run virus.py

python virus.py
  1. Run test.py again to see the result
python test.py

Prerequisites

  1. Python
  2. Pip

Built With

  • Python - Programing Language

Authors

Apoorv Garg - @ApoorvG03132459 - [email protected]

Project Link: https://github.com/FalseG0d/PythonMalwares

Acknowledgments