Questions tagged [keylogger]

Keystroke logging (Keylogging, Keylogger)

Keystroke logging (often called keylogging or "keylogger") is the action of tracking (or logging) the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that their actions are being monitored.

426 questions
-4
votes
2 answers

C# Keylogger Mail function

I've made myself a keylogger in c# using a console application. (I didn't made this fully myself, just a big part). So the problem in my keylogger is that I'm trying to add a mail function into it but when i spam random keys, they will be written to…
-4
votes
1 answer

C - How can I interact with a hidden window?

My purpose is to make a keylogger and I don't want to just to copy the available codes out there around the internet because they can easily get caught by antivirus so I am writing one with an algorithm to make it seems like it is not recording the…
-5
votes
1 answer

C++ KeyLogger Missing Keys

I got a task to create a simple keyLogger using c++, but it seems like some of the keys are missing.. It can detect the keys such as "." under my NumLock key, but it can't detect the keys next to the letters on my keyboard such as: "[", "]", "/",…
xsss
  • 81
  • 1
  • 2
  • 9
-7
votes
1 answer

Differentiating between password and other kind of keyboard inputs in a keylogger

I am writing a keylogger for windows. I am planning to get the pressed key with GetAsyncKeyState(KEY) and a hidden console. After a key press has been identified I will get the current focused windows with GetForegroundWindow and indentify which…
Amir Qasemi
  • 70
  • 2
  • 10
-13
votes
1 answer

How to monitor all keystroke actions on Android and iOS like Windows Keylogger?

How to monitor all keystrokes on Android OS(without root) and iOS(without jailbreak) just like this kind of Windows keylogger? I already master C++11 programing language? My question is is it achievable to develop such kind of keylogger on Android…
Mark
  • 18
  • 5
1 2 3
28
29