https://github.com/enmarcm/predatorvirus
A C# application that installs as a program, creating a service that continuously monitors a specified folder. Upon detecting the folder, it sends the data to a server via socket and encrypts the folder on the user's computer.
https://github.com/enmarcm/predatorvirus
csha practice university university-project uru virus
Last synced: about 1 year ago
JSON representation
A C# application that installs as a program, creating a service that continuously monitors a specified folder. Upon detecting the folder, it sends the data to a server via socket and encrypts the folder on the user's computer.
- Host: GitHub
- URL: https://github.com/enmarcm/predatorvirus
- Owner: enmarcm
- Created: 2024-04-09T03:43:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:11:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T18:11:20.975Z (over 1 year ago)
- Topics: csha, practice, university, university-project, uru, virus
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predator Virus
**Warning: This project is intended for educational purposes only. Use responsibly and ethically.**
Welcome to the **Predator Virus** repository! This project is a C# application that installs as a program, creating a service that continuously monitors a specified folder. Upon detecting the folder, it sends the data to a server via socket and encrypts the folder on the user's computer.
## Features
- Installs as a regular program
- Creates a background service to monitor a specified folder
- Sends folder data to a remote server via socket
- Encrypts the specified folder on the user's computer
## Important Note
This project is intended for educational purposes only. It is crucial to understand the ethical implications and legal consequences of creating and distributing malicious software. Always obtain permission before testing or deploying any software that affects other users' systems.