MCRcortex / nekodetector

Nekoclient infection detector
MIT License
569 stars 42 forks source link

Neko Detector

A tool to help detect if you are infected by the fractureiser malware.

The fractureiser malware once you run it, infects any jar it is able to find. This tool will help you detect if you are infected by the malware by scanning every jar file in your computer and checking if it shows sign of infection. For more information about the malware, please refer to the information document.

Usage

java -jar scanner.jar <# of threads> <path to scan> <optional: 'true' for failed jar file opening errors>

Example

# Scan your entire Windows system with 4 threads
java -jar scanner.jar 4 C:\

# Scan your entire Linux system with 4 threads
java -jar scanner.jar 4 /