keylogger
keylogger copied to clipboard
Basic keylogger in Go (no C deps)
Everything is in the title. I know this prevents the making of a malicious keylogger, but I'm genuinely asking out of curiosity
What are the plans for supporting MAC OS? Or maybe at least there are thoughts how to do this?
Have anyone of you experience freeze after using method writeOnce and after that using key from regular keyboard? I was using this library to map some keys when I do...
My code: ``` package main import ( "fmt" "github.com/MarinX/keylogger" ) func main() { // k, err := keylogger.New("/dev/input/event14") k, err := keylogger.New("/dev/input/event3") if err != nil { fmt.Println(err) return }...
Is it only USB physical keyboard recording that is supported? If you log in remotely via SSH, keyboard recording will not work.