Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morphykutay/basic-malware-scanner

Basic-Malware-Scanner
https://github.com/morphykutay/basic-malware-scanner

malware malware-scanner

Last synced: about 2 months ago
JSON representation

Basic-Malware-Scanner

Awesome Lists containing this project

README

        

# Basic-Malware-Scanner
The basic virus scanning software compares hash values in the virusshare database and saves these matching values to a file named **virus.txt**

> [!NOTE]
> c_surucusu_yolu = "C:\Program Files" # you can change the file path

> A basic virus scanning software is a type of software designed to scan computer systems, files, and applications to provide protection against malicious software. Such software employs various scanning techniques to prevent the infiltration or spread of malware. Specifically, by using the file hash comparison method, it can identify files that match known malicious software samples and protect users from these threats.

![alt text](poc1.png)

### [Virusshare Database](https://github.com/Richienb/virusshare-hashes)

### Linux Scanner

Coming Soon