Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass protection completely #6

Open
Lukas-abc opened this issue Apr 22, 2019 · 1 comment
Open

Bypass protection completely #6

Lukas-abc opened this issue Apr 22, 2019 · 1 comment

Comments

@Lukas-abc
Copy link

Lukas-abc commented Apr 22, 2019

Programs that were not executed with administrator rights cannot detect keyboard inputs when the task manager is in the foreground, so the protection can be easily bypassed. The only way I found to fix this is running the program as administrator.

Here is a demonstration video:
In the video you can see:

  1. Run Duckhunt and execute BadUSB code normal (is blocked)
  2. Run Duckhunt and execute BadUSB code in task manager (is not blocked)
  3. Run Duckhunt with admin and execute BadUSB code in task manager (is blocked)

https://www.youtube.com/watch?v=sRW2ft_cLso

@pmsosa
Copy link
Owner

pmsosa commented Apr 24, 2019

Ah pretty interesting, I'd have to see if there is any possible way to actually be able to access these keystrokes. However, the work around about running the program as administrator is not terrible assumption. I could probably add a quick check to figure out if it is not running as admin and request to be run as one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants