posted in Tools & sources on Mar 15th, 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 »
posted in Articles on Mar 13th, 2009
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 »
posted in Tools & sources on Mar 11th, 2009
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 »
posted in Tools & sources on Mar 10th, 2009
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 »
posted in Tools & sources on Mar 9th, 2009
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 »
posted in Tools & sources on Mar 9th, 2009
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 »
posted in Stuff on Mar 9th, 2009
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 »
posted in Stuff on Mar 8th, 2009
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 »
posted in Tools & sources on Mar 7th, 2009
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 »
posted in Tools & sources on Mar 6th, 2009
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 »