Skip to content

maneeshaindrachapa/Plutonium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutonium - Simple Virus Analyser Using JAVA

Plutonium is a simple virus analyser made using Java,It uses a MD5 hash registry from VirusShare. It is capable of generating a report on a file whether it is infected or not. If infected then the type of virus identification. This is done using a API service supplied by VirusTotal.

Home Page

alt text

Virus Scan

alt text
alt text
In here if a folder is selected Plutonium will read all files in that folder and check the MD5 hashes of those files and checks those hashes are on the hash document provided by the VirusShare . If it is in the doc file will detect as an infected file.

Virus Total

alt text
alt text
These reports can generated using the API provided by VirusTotal

Required Libraris

  1. JDK 1.8
  2. gson 2.3.1
  3. AbsoluteLayout.jar

Usage

  1. Clone This Repository
  2. Add Required Libraries
  3. Run the Application

Acknowledgements

  1. VirusShare for MD5 hash registry
  2. VirusTotal for API

Releases

No releases published

Packages

No packages published

Languages