I’m still struggling to make SkypeTap (skype interception module) work on Win7. This week things just don’t go as smoothly as expected :/ As soon as I have a result (may it be positive or negative) I’ll let you know. If it works I think a further post would be appropriate that shows in detail [...]
tag archive 'Injection'
Interesting PHP injection
posted in News & media on Sep 2nd, 2010
Read on Sans PHP injection attacks have become increasingly popular lately. If you look at your web server logs I’m pretty sure that you will find dozens of requests for PHP injection, usually by bots that are simply trying some well known (and less known) vulnerabilities. One of our readers, Blake, managed to capture some [...]
Trj/Casper.A sources.
posted in C, RAT sources, Tools & sources on Feb 15th, 2010
Name Trj.Casper Type RAT Author Unknown Written in C Description This sourcecode dates back to 2004. It is quite old and its functionality is rather limited. The intresting part in this source code is the injection section which represents the biggest part of it. It [...]
Watching encrypted Skype traffic with SkypeDLLInjector
posted in Tools & sources on Aug 4th, 2009
Tool name : SkypeDLLInjector version 0.1 Description : SkypeDLLInjector is a tool to demonstrate how DLL injection works. In this proof of concept it is applied to the Skype application. It consists of a loader application which remains running in the background and a DLL which will be injected into every newly started program [...]
DLL injection by modifying an executable file.
posted in Reading material on Jul 3rd, 2009
This is a newer document from 2009 that explains DLL injection. Instead of using the often used Windows hooking method to inject a DLL into a running process in this example the author modifies the binary itself and loads the DLL when starting the executable file. Download it here. Digg this post Buzz it up [...]