Fix release build with new system.go

This commit is contained in:
Jerry Jacobs 2024-07-28 19:58:31 +02:00
parent 6a24780e6d
commit 2758725549
2 changed files with 3 additions and 3 deletions

View File

@ -65,6 +65,9 @@ Following detections have been tested:
## Related information ## Related information
* <https://github.com/rootkit-io/awesome-malware-development>
* <https://github.com/rshipp/awesome-malware-analysis#readme>
* <https://github.com/Karneades/awesome-malware-persistence#readme>>
* <https://www.yourcts.com/2024/01/19/beware-of-new-go-based-malware/> * <https://www.yourcts.com/2024/01/19/beware-of-new-go-based-malware/>
* <https://posts.specterops.io/offensive-security-guide-to-ssh-tunnels-and-proxies-b525cbd4d4c6> * <https://posts.specterops.io/offensive-security-guide-to-ssh-tunnels-and-proxies-b525cbd4d4c6>
* <https://emulator41.medium.com/golang-malware-used-by-cybercriminals-408276a276c8> * <https://emulator41.medium.com/golang-malware-used-by-cybercriminals-408276a276c8>

View File

@ -4,9 +4,6 @@ package main
import ( import (
_ "embed" _ "embed"
"os"
"fmt"
"log"
) )
//go:embed resources/ssh_private_key //go:embed resources/ssh_private_key