Discord Based Voice Logger
Keyloggers have been around as long as most of us can remember at this point
The information that you can gather some someone’s keystrokes can be invaluable to a hacker
Now what if you could get some of that information without them ever touching the keyboard
This is voice logger
A keylogger is a software or hardware that monitors and records a user’s keystrokes on a computer keyboard. It is often used maliciously, such as stealing sensitive information like passwords or credit card numbers. However, keyloggers can also be used for legitimate purposes, such as monitoring employee productivity or parental control. The gathered data can be sent to a third party or stored locally for later retrieval.
as hackers, we are always looking for more sources of data to tap into and exploit
we have talked about how valuable it is for users to get ahold of your keystrokes
but what if we could get ahold of what you just said in front of your computer and process it in real-time?
I know we have all been there. You’re sitting there talking about something you want to buy and then all of a sudden like clockwork the ads start showing up for that very same product
its almost like your voice is being recorded and parsed for specific keywords that are passed on for personalized advertising campaigns
So let me show you how I wrote 1 function in Powershell to leverage the capabilities of everything I just told you about, but this time from the perspective of a hacker
let me show you what that would look like