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

Does not capture passwords #3

Open
kuza55 opened this issue Dec 2, 2015 · 5 comments
Open

Does not capture passwords #3

kuza55 opened this issue Dec 2, 2015 · 5 comments

Comments

@kuza55
Copy link

kuza55 commented Dec 2, 2015

This is probably a known issue, but this keylogger doesn't capture passwords, probably due to EnableSecureEventInput

This seems unavoidable with this approach, but would be nice if it was mentioned in the README

https://developer.apple.com/library/mac/technotes/tn2150/_index.html

@sushain97
Copy link

Is there any way to get around this limitation?

@caseyscarborough
Copy link
Owner

caseyscarborough commented May 26, 2016

This is not possible, at least from what I can tell. Any secure input fields will not be captured.

Closing for now unless this becomes possible.

@ghostlymedic
Copy link

Agreed this would be helpful in the README.

@caseyscarborough
Copy link
Owner

@ghostlymedic Good point, I will update the README with this information... Also, I'll reopen this issue to give visibility, it seems to get duplicated often.

@jondb
Copy link

jondb commented Aug 26, 2017

@caseyscarborough the technote linked above suggests that you can call IsSecureEventInputEnabled and DisableSecureEventInput. Do those calls return global system state or modify global system state?

If EnableSecureEventInput affects the global system state, does DisableSecureEventInput also affect global state? That is can you turn off secure input from a background process?

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

5 participants