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 Digg this post [...]
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 Digg this post Buzz it up share via [...]
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 Digg this post Buzz it up share via Reddit Share with Stumblers Tweet about it Buzz it up
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 Digg this post Buzz it up share via Reddit Share with Stumblers Tweet about it Buzz it up
read full post »