Tag: C
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.
hackthissite.org extbasic 1 :: Over and out?
by Arxleol on Dec.23, 2009, under C, hackthissite.org, tutorial
First mission in the series of extended basic missions on hackthissite.org is more then simple;