Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanrlondhe authored Jul 16, 2024
1 parent e24b52d commit ee47599
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Secure Drive Antivirus is a comprehensive open-source antivirus solution designe
## Features
Secure Drive Antivirus offers a robust suite of features designed to protect your system from malicious threats:

- Real-Time File Monitoring <a name="real-time-file-monitoring"></a>: This feature monitors file creation events in real-time using watchdog, detecting newly created files and scanning them for potential threats to ensure immediate protection.
- **Real-Time File Monitoring** <a name="real-time-file-monitoring"></a>: This feature monitors file creation events in real-time using watchdog, detecting newly created files and scanning them for potential threats to ensure immediate protection.

- Full System Scan <a name="full-system-scan"></a>: This functionality allows for the scanning of all files and directories on specified drives or the entire system. It provides comprehensive scanning reports and progress indicators, ensuring thorough and transparent protection.
- **Full System Scan** <a name="full-system-scan"></a>: This functionality allows for the scanning of all files and directories on specified drives or the entire system. It provides comprehensive scanning reports and progress indicators, ensuring thorough and transparent protection.

- Virus Detection for a Particular File <a name="virus-detection-for-a-particular-file"></a>: This feature checks individual files against a database of known virus signatures. It notifies users of detected threats and provides options for quarantine, allowing for targeted security measures.
- **Virus Detection for a Particular File** <a name="virus-detection-for-a-particular-file"></a>: This feature checks individual files against a database of known virus signatures. It notifies users of detected threats and provides options for quarantine, allowing for targeted security measures.

- Quarantine Functionality <a name="quarantine-functionality"></a>: Infected files are quarantined to a secure directory. Users receive notifications when files are quarantined, preventing their execution and ensuring that threats are contained.
- **Quarantine Functionality** <a name="quarantine-functionality"></a>: Infected files are quarantined to a secure directory. Users receive notifications when files are quarantined, preventing their execution and ensuring that threats are contained.

## Cloning the repository:
```bash
Expand All @@ -38,14 +38,17 @@ We welcome contributions to enhance Secure Drive Antivirus. To contribute, follo
1. Fork the repository.

2. Create a new branch:
```bash
git checkout -b feature-branch

```
3. Make your changes and commit them:
```bash
git commit -m "Description of changes"

```
4. Push to the branch:
```bash
git push origin feature-branch

```
5. Create a pull request on GitHub.

## License
Expand Down

0 comments on commit ee47599

Please sign in to comment.