SylvKT / nekodetector

Nekoclient infection detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neko Dectector

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 Hackmd document.

Usage

java -jar scanner.jar <# of threads> <path to scan> <optional: 'y' 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 /

About

Nekoclient infection detector


Languages

Language:Java 100.0%