keylogger icon indicating copy to clipboard operation
keylogger copied to clipboard

Basic keylogger in Go (no C deps)

Results 5 keylogger issues
Sort by recently updated
recently updated
newest added

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?

enhancement
help wanted

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 }...

investigate

Is it only USB physical keyboard recording that is supported? If you log in remotely via SSH, keyboard recording will not work.