Skip to content

High-performing Windows antivirus built using Open Source Software

License

Notifications You must be signed in to change notification settings

DivineSoftware/HawkEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HawkEye

Antivirus program made using Python to provide open source security to wide public

The idea behind this project is to provide an easy to use front end for the open source command line security tools that provide great protection when used on daily basis.

  1. File Scanner
    • Yara engine is used offline
    • VirusTotal scanner (API key has to be provided)

  1. System Scanner
    • Filesystem scanner that uses Loki
    • Option to scan all computer drives

  1. Runtime Scanner
    • Uses Hollows Hunter under the hood
    • Kills malicious processes and quarantines the infected files

  1. Quarantine
    • File name, file path and scan origin is shown
    • Right click menu with "Show file in explorer", "Allow file" and "Delete from computer"

  1. Settings
    • Auto kill malicious processes, auto quarantine findings
    • Start on boot (Run key in registry)
    • Auto check for updates (from github)
    • Submit samples to VirusTotal (only applies to File Scanner tab)

Download

Get the latest version from releases.

Some of the planned features are listed here

  • Auto updater for the AV
  • Automatic scanner/scheduled scans
  • Logging or an API
  • Linux version
  • AI powered no distributional scanner

(Please take these as long term goals that might have lower priority than the new projects)

This project is currently in BETA, if you find any bugs, feel free to report them in the Issues tab

Credits
GUI Author
CustomTkinter
Loki
Hollows Hunter

Follow our GitHub account to receive latest updates on our open source software releases and be sure to check out our 0-Day protection.