monthly archive for March, 2009

Below, you can find a link to the source code with the function(s) to bypass a desktop firewall with the FWB++ technique. In the code we copy a malicious function into an other process, we execute this “remote function” and let the other process connect through the desktop firewall to http://www.megapanzer.com. fwb++.cpp

read full post »

Proxy server reconfiguration

As mentioned in the previous chapter, the DNS protocol is the key to redirect, intercept and manipulate a target system’s data stream on the IP (Internet Protocol) layer in the OSI (Open Systems Interconnection) model. But instead of only controlling the stream on the lower layer, the layers five up to seven also can help [...]

read full post »

Below, you can find a link to the source code with the function(s) to create a screenshot via the Win32 API. These are general functions so I take a picture of the whole desktop and not just of the window that is currently in the foreground. panzer_screencapture.cpp

read full post »

Below, you can find a link to the source code with the function(s) to locate the Internet Explorer favorites file, extract all the links and send it back to the client. panzer_browserfavoritesinfos.cpp

read full post »

Find here the source code with the required function(s) to terminate a process by its name or by the process ID. panzer_killprocessbyname.cpp panzer_killprocessbypid.cpp

read full post »

Below, you can find a link to the source code with the function(s) to take a picture from the webcam that is connected to the computer. There are several ways to do that, I chose the “Video for Windows” way. panzer_webcamcapture.cpp

read full post »

Once you’ve turned 30

I remember the words of an austrian official in an interview when asked about the change of direction in his profession and why he is leaving the service. “Once you’ve turned 30, either you decide to have a family and quit your job or you keep on working for the service and become strange”. These [...]

read full post »

Megapanzer screenshots

I think it is important to give you an idea of how Megapanzer looks like (more or less because it’s still under heavy development and its “look and feel” will change over time) and mainly to offer some kind of proof it really exists and I’m not just hallucinating.

read full post »

Below, you can find a link to the source code with the function(s) to make a binary delete itself. Under Microsoft Windows it’s not possible to make an executable delete itself. That’s the reason why the function first creates a batch script that deletes the binary file and afterwards itself. panzer_selfdelete.cpp

read full post »

Below, you can find a link to the source code with the function(s) to add and remove entries in the Windows hosts file. panzer_modifyhostsfile.cpp

read full post »

« newer posts - older posts »