mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
some progress on HID injection
This commit is contained in:
parent
6458a438db
commit
e0853ade9b
5 changed files with 2254 additions and 38 deletions
11
modules/hid_recon/hid_command.go
Normal file
11
modules/hid_recon/hid_command.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package hid_recon
|
||||
|
||||
type Frame []byte
|
||||
|
||||
type Command struct {
|
||||
Mode byte
|
||||
HID byte
|
||||
Char string
|
||||
Sleep byte
|
||||
Frames []Frame
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue