Logo
Explore Help
Sign In
KrakenTech/RMM-Hunter
6
0
Fork 0
You've already forked RMM-Hunter
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
RMM-Hunter/internal/pkg/hunt/eliminate/binary.go
T

9 lines
152 B
Go
Raw Permalink Normal View History

Add eliminate package with functions for removing suspicious artifacts (files, directories, processes, services, scheduled tasks) and enhance detection logic to include whitelist checks and multi-indicator scoring
2025-10-11 17:22:44 -04:00
package eliminate
import "os"
// EliminateBinary removes a binary from the system
func EliminateBinary(path string) error {
return os.Remove(path)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.2 Page: 56ms Template: 1ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API