Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morphykutay/basic-malware-scanner
- Owner: MorphyKutay
- License: gpl-3.0
- Created: 2023-12-21T10:08:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:46:19.000Z (about 1 year ago)
- Last Synced: 2024-11-07T05:42:30.975Z (3 months ago)
- Topics: malware, malware-scanner
- Language: Python
- Homepage:
- Size: 35.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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