Tag: windows xp
Extending the C# KeyLogger
by praetorian on Jun.02, 2010, under C#
I decided to extend arxleols keylogger a little. I hope to add a few more features in the future but for now I’m happy with the current version.
The most significant changes are that I’ve ported it to C#4.0, moved all the important functionality into a separate assembly, made the whole thing more event driven and gave the logging a new flavour. Some of the ideas I’ve had is to host the lib in a Windows Service, let it “phone home” occassionally (via email, not network) and possibly self update.
I’ve successfully run this on a Windows Vista Home Basic x86 machine (Dell Inspiron 1525). So far looks like it works like a charm. I urge you to use this software for research or security purposes only.
Below are the changes I’ve made and a few of the features that I might add later on.
How to refresh DNS records on windows
by Arxleol on May.29, 2010, under tutorial, windows
Cleaning DNS records on windows based systems is easy. You can do it by starting cmd. And executing command below.
ipconfig /flushdns
Desktop shortcuts tips
by Arxleol on Jan.25, 2010, under windows
If you didn’t know you will now if you did know there is nothing bad to repeat.
Keylogger in C# :: Complete project
by Arxleol on Dec.04, 2009, under C#, hack, tutorial, windows
Some of you weren’t able to compile final source code. Errors were usually because you haven’t either created files or haven’t placed initial values in them. One might consider this as bug in the program because I should created code to check whether files exist or not but then in the end you could add it.
Finished keylogger in C#
by Arxleol on Nov.01, 2009, under C#, hack, tutorial, windows
OK we have finally reached till the end of road on how to write keylogger in c#. Here are all classes you require and all previous tutorials merged together. Some things were not explained because I think that it is common knowledge or will be explained in some future tutorials. (continue reading…)
Keylogger in C# :: sending emails
by Arxleol on Nov.01, 2009, under C#, hack, tutorial, windows
If you remember in previous tutorial about keylogger in C# you may have noticed that we invoke function for sending emails. Here is that function just remember that you need to change data for connecting to the smtp server.
Keylogger in C# :: catching secret word
by Arxleol on Oct.31, 2009, under C#, hack, tutorial, windows
Now this one is more or less simple. And most of the things are already explained. However I would like to point out that you can use alerts fired in the following functions to send emails or something similar.
Keylogger in C# :: Hiding && unhiding
by Arxleol on Oct.29, 2009, under C#, hack, tutorial, windows
Let’s discuss this time how to hide and unhide out keylogger. Now I have decided to go with secret keyword. When you enter this keyword keylogger will show up. (continue reading…)
Keylogger in C# :: Saving content
by Arxleol on Oct.27, 2009, under C#, hack, tutorial, windows
In this fourth tutorial about writing keylogger in C# we are going to discuss something not as much connected to the keylogging but it is needed for basic functionality of keylogger.
How to switch default Netbeans JDK
by Arxleol on May.08, 2009, under Java, tutorial

- Image via Wikipedia
This story begins somehow with me pulling my hairs out
in reality. I was working on project that is shared over SVN but somehow as it usually happens in stories like this I had to use another computer not usually used for programming. (continue reading…)