mame82 / UnifyingVulnsDisclosureRepo

Formerly private repository for discussion, knowledge- and code-sharing around new Unifying vulns, as announced on Twitter
154 stars 27 forks source link

missing keymaps file #4

Closed ZeroChaos- closed 5 years ago

ZeroChaos- commented 5 years ago

panic: lstat /root/keymaps: no such file or directory

it might make sense to expect this file somewhere a bit more sane? Also, where do I get this file and what is it? :-)

mame82 commented 5 years ago

To what exactly does this question refer?

mjackit ?

mame82 commented 5 years ago

mjackit references a folder with keyboard mappings and uses the US layout for one of the PoCs.

This is done here: https://github.com/mame82/UnifyingVulnsDisclosureRepo/blob/fdfed97b12371f57b85ce7fa7e16e504c0af90ce/tools/mjackit/unifying/logitacker.go#L1444

The keymaps folder is part of mjackit subfolder.

Unless the respective code is changed, it should reside in the same folder as a possibly compiled binary of mjackit (which seems to be /root in your case)

ZeroChaos- commented 5 years ago

Your assumptions are correct, I'll try to fix up my package. thanks!