Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Keylogger source code (C++) filter_list
Author
Message
RE: Keylogger source code (C++) #11
Yup. Do You mean this: http://www.breakthesecurity.com/2011/03/...c.html?m=1
I haven't failed, i have found 10 000 ways that don't work
- Alva Edison

Reply

RE: Keylogger source code (C++) #12
its not yours and it has virus i tried it

Reply

RE: Keylogger source code (C++) #13
its not yours and it has virus i tried it

Reply

RE: Keylogger source code (C++) #14
(04-02-2013, 12:36 AM)lashawn246810 Wrote: its not yours and it has virus i tried it

lol... :headbash:. That's exactly what a keylogger is, what did you expect?

A few things about the code though:
- GetAsyncKeyState() is horrible here...
- That huge if statement, why not a switch()?
- system("pause") is also bad, and should be avoided

And parts of this code are more C-like than C++-like.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Keylogger source code (C++) #15
(04-02-2013, 12:36 AM)lashawn246810 Wrote: its not yours and it has virus i tried it

lol... :headbash:. That's exactly what a keylogger is, what did you expect?

A few things about the code though:
- GetAsyncKeyState() is horrible here...
- That huge if statement, why not a switch()?
- system("pause") is also bad, and should be avoided

And parts of this code are more C-like than C++-like.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Keylogger source code (C++) #16
im new to keylogger so how does it works

Reply

RE: Keylogger source code (C++) #17
That's no virus at all, it's just supposed to keep log of all your keystrokes.
Though, there's a missing line which is (at least for me) fundamental, you can find it included in here:
http://www.hackcommunity.com/Thread-How-...er-using-C .
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Keylogger source code (C++) #18
after i run the code what should i do

Reply

RE: Keylogger source code (C++) #19
(04-02-2013, 07:04 PM)lashawn246810 Wrote: after i run the code what should i do

It saves all keystrokes in a file in the same dir of the keylogger called LOGS.txt o KEYSTROKES.txt, I can't remember. You can stop the keylogger by opening task manager, looking for the process and killing it; or also by typing in the Start menu search bar "cmd /c taskkill [KEYLOGGER.EXE-FILENAMEHERE]" replacing all in squared brackets (brackets too).
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Keylogger source code (C++) #20
(04-18-2013, 09:33 AM)mkkhan008 Wrote: how i compile this???

You must be using Windows or you wouldn't be asking for a question like that. Hence, open up cmd.exe and enter:

Code:
gcc -o output.exe source.exe
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply







Users browsing this thread: 1 Guest(s)