mssandeepkamath / malware-scanner

A malware scanner based on signature matching and behavioural detection using C++,Bash scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malware Scanner(Under development)

A malware scanner based on signature matching and behavioural detection using C++,Bash scripts.

Functionality:

Signature matching:

There are two types of scans available:

  1. Quick Scan
  2. Full Scan

Note: Full scan can take a while/crash

Scans work on priciple of signature matching.

On completion, detects the vulnarebilities in your system and also provides a provision to mass delete them.

Behavioral detection:

Analyses the behaviour of files and generates results.

Note: Integration of both is under progress.

Important: The files present in the malware folder of the repository are zipped and password protected.

Note: requirement.txt file contains requirements for usage.

About

A malware scanner based on signature matching and behavioural detection using C++,Bash scripts.


Languages

Language:C++ 94.2%Language:Shell 4.4%Language:C 1.4%