Axino.net

Tag: windows 7

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.

(continue reading…)

2 Comments :, , , , , more...

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

Leave a Comment :, , , , more...

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.

(continue reading…)

Leave a Comment :, , , , more...

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.

(continue reading…)

Leave a Comment :, , , , , , , more...

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…)

25 Comments :, , , , , , , , more...

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.

(continue reading…)

1 Comment :, , , , , , , , more...

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.

(continue reading…)

1 Comment :, , , , , , , more...

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…)

4 Comments :, , , , , , , more...

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.

(continue reading…)

1 Comment :, , , , , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Archives