Object SecurityScans.Companion
-
- All Implemented Interfaces:
public class SecurityScans.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinLoggerlogpublic final static SecurityScans.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>scanUsingNekodetector(Path destination)Uses MCRcortex's nekodetector to detect files infected by the fractureiser malware. final KotlinLoggergetLog()-
-
Method Detail
-
scanUsingNekodetector
final List<String> scanUsingNekodetector(Path destination)
Uses MCRcortex's nekodetector to detect files infected by the fractureiser malware. The code can be found at MCRcortex/nekodetector
Initially provided via a plugin, available at Griefed/spc-nekodetector-plugin
-
getLog
final KotlinLogger getLog()
-
-
-
-