hephaest0s / usbkill

« usbkill » is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"5ms" are not 0.05s

BenWiederhake opened this issue · comments

https://github.com/hephaest0s/usbkill/blob/master/usbkill/usbkill.py#L140

1 millisecond is 0.001 seconds. Therefore, 5 milliseconds is 0.005 seconds.

I propose changing the comment, because 50 milliseconds is still quick enough.

On my fork of USBKill, https://github.com/Dreadysa/usbkill-revived/ I have fixed this issue. This project is essentially dead, you will need to rely on forks.

I am back under a different name because of a PII leak in my repo. I have also fixed this again on my usbkill-revived project.

I foolishly used my installation of USBKill for the code, I am using the code from this repo to modify instead on my new repo. PII leaks shouldn't happen anymore.