R1SH4BH81 / antivirus-v2

Welcome to our open-source antivirus project! Our software is currently under development but already features essential functionalities to protect your system. Users can perform individual file scans, full system scans, and conveniently quarantine infected files. Fork the code to contribute and eliminate bugs and other defects

Home Page:https://replit.com/@RishabhMishra18/antivirus#main.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project Antivirus

Overview

It is an ambitious antivirus project that seeks to fortify your digital fortress against the relentless onslaught of cyber threats. At this stage, we are tirelessly developing an unbreachable shield to protect your digital world from the forces of malware, viruses, and other sinister online hazards.

Features

File Scanning: It offers comprehensive file scanning, allowing you to inspect individual files for any hidden threats before opening them.

System Scan: For a complete system-wide check, utilize the powerful System Scan feature to detect and remove malicious elements lurking in your computer.

File Quarantine: Whenit detects a lurking danger, it swiftly isolates the threat in its impenetrable quarantine zone, safeguarding your data from harm.

Structure

.
├── main
│   ├── SystemFileScanner.py
│   ├── quarantine.py
│   └── Antivirus-project.exe
│
└── AntiVirus
    ├── Large_Update_File
    │   ├── links_current.txt
    │   ├── links_downloaded.txt
    │   └── signatures.txt
    │
    ├── Quarantine
    │
    └── sf
        └── sf.txt



Usage

Scan Screenshot

Using this is as easy as breathing. Once installed, you can:

  1. Scan On-Demand: Launch scans of specific files or perform a thorough system-wide scan at your convenience.
    image showing the scan on demand program executing.
  2. System Scan: Relish in the peace of mind knowing this stands guard.

  3. Manage Quarantine: Check the quarantine area for captured threats and decide their fate.
    image showing quarantine menu on the right side of program.

About

Welcome to our open-source antivirus project! Our software is currently under development but already features essential functionalities to protect your system. Users can perform individual file scans, full system scans, and conveniently quarantine infected files. Fork the code to contribute and eliminate bugs and other defects

https://replit.com/@RishabhMishra18/antivirus#main.py


Languages

Language:Python 100.0%