forked from EvilBytecode/GoDefender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Install.bat
17 lines (17 loc) · 1.02 KB
/
Install.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@Echo off
title DOWNLOADING MODULES
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/TriageDetection
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/MonitorMetrics
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/VirtualboxDetection
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/VMWareDetection
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/KVMCheck
go get github.com/EvilBytecode/GoDefender/AntiVirtualization/UsernameCheck
go get github.com/EvilBytecode/GoDefender/AntiDebug/IsDebuggerPresent
go get github.com/EvilBytecode/GoDefender/AntiDebug/RemoteDebugger
go get github.com/EvilBytecode/GoDefender/AntiDebug/pcuptime
go get github.com/EvilBytecode/GoDefender/AntiDebug/CheckBlacklistedWindowsNames
go get github.com/EvilBytecode/GoDefender/AntiDebug/RunningProcesses
go get github.com/EvilBytecode/GoDefender/AntiDebug/ParentAntiDebug
go get github.com/EvilBytecode/GoDefender/AntiDebug/KillBadProcesses
go get github.com/EvilBytecode/GoDefender/Process/CriticalProcess
pause