The Bytecode Club
Antivirus+ - Antivirus Written In Java - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Java Projects / Libraries (https://the.bytecode.club/forumdisplay.php?fid=136)
+--- Thread: Antivirus+ - Antivirus Written In Java (/showthread.php?tid=46064)



Antivirus+ - Antivirus Written In Java - Konloch - 07-14-2024

General Features
+ Mixes both static and dynamic file scanning
+ Built on top of existing AV databases & tools
+ Experimental modules
+ Large signature database
+ The tool is still early in development

Notes
+ Use in combination with Windows Defender or another trusted Antivirus
+ Quarantine does not actually quarantine - Until we can rule out false positives from the yara rules we probably won't have a realtime quarantine
+ Instead, we have a passive quarantine that requires the user to decide if they want to remove the files or not

Click here to view the project source code

Click here to download the latest release

How To Install
+ Install the latest JRE (Must be on Java 8 or higher)
+ Download the latest release
+ Run the latest release
+ You'll have to wait for the initial download to finish before you can scan
+ Due to the signature database size this can be up to an hour
+ Report all issues here

Media
[Image: screen-2.png]
[Image: screen-3.gif]
[Image: screen-5.png]