Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

[CTRL+Shift+any letter] keylogging #98

Closed
DragonzMaster opened this issue May 7, 2015 · 19 comments
Closed

[CTRL+Shift+any letter] keylogging #98

DragonzMaster opened this issue May 7, 2015 · 19 comments
Labels

Comments

@DragonzMaster
Copy link
Contributor

when trying to press ctrl+z (as an example) it is logged correctly
but when trying to press [CTRL+Shift+any letter] it don't log shift key but instead of that it capitalize the letter example : when i press [CTRL+Shift+z] it is logged [CTRL-Z]
and the same issue when i press [ALT+Shift+z] is logged [ALT-Z] - with the letter capitalized

@OpenSourceCS
Copy link

yes please implement this as well as some other keylogger improvements such as #95(Keylogger escape key).

@yankejustin
Copy link
Contributor

Please try my fix and see if it resolves your problem.

@OpenSourceCS
Copy link

I have added a note in ur fix @yankejustin .Please check 96 95 94 90 85

@yankejustin
Copy link
Contributor

Please don't reference issues opened too much. It makes it confusing for me to resolve them (as I check to make sure nobody else is also working on it). I am trying to resolve them all. ;)

@yankejustin
Copy link
Contributor

If someone could give me the OK for my changes, I will send the pull request in. Unfortunately can't check at this moment. 💯

@ghost
Copy link

ghost commented May 7, 2015

I'll check in a few minutes, nice code btw :)

@yankejustin
Copy link
Contributor

Thank you very much. :)

@yankejustin
Copy link
Contributor

I am devising a better way to fix this, but I will implement it later tonight after thinking it over more.

@OpenSourceCS
Copy link

would be nice if we add arrow keys.

Some people type their passwords one character back and forth. so implementing arrow keys might be useful.

VK_ codes are 37, 38, 39,40
Print Screen is 44.

@OpenSourceCS
Copy link

I think pressing shift and any letter(say l) for captializing it would result in [Shift + L].

@yankejustin
Copy link
Contributor

@MaxXor If possible, please assign this to me.

@DragonzMaster
Copy link
Contributor Author

the problem shoud be solved by checking if the ctrl or alt pressed + shift so the shift key should be logged else (shift + any letter) shoud capitalize the letter only and don't log shift key

@MaxXor MaxXor added the bug label May 7, 2015
@yankejustin
Copy link
Contributor

Hello all!
I have made many updates. It won't be functional until tomorrow, but I would love it if I got some help adding some attributes for the KeyloggerKeys :)
https://github.com/yankejustin/xRAT

@ghost
Copy link

ghost commented May 9, 2015

@yankejustin, Good work. I've pushed a commit to your branch with some additional attributes. I didn't add attribute members for all of the keys, only the ones I felt were necessary.

@yankejustin
Copy link
Contributor

@d3agle Thank you! Just be sure to make the other parameter (the optional one) true so it will highlight special keys like function keys.
Example:
Instead of logging
f1
It would log
[f1]
with the highlights. :)
The attribute would be [KeyloggerKey("F1", true)]

@yankejustin
Copy link
Contributor

@d3agle Thank you for the contribution. 👍

@ghost
Copy link

ghost commented May 9, 2015

No problem and sorry I forgot to add those, just pushed a commit

@DragonzMaster
Copy link
Contributor Author

good work guys @yankejustin @d3agle
both of you made great efforts thnx

@yankejustin
Copy link
Contributor

@MaxXor This one can be closed because it is no longer an issue in the new branch. :)

@MaxXor MaxXor closed this as completed May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants