new: the hid module now exposes its status via api.rest

This commit is contained in:
evilsocket 2019-03-19 11:29:06 +01:00
commit e1558413b2
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,7 @@ func (mod *HIDRecon) setSniffMode(mode string, silent bool) error {
mod.sniffAddrRaw = raw
}
}
return nil
}