posted in Articles, Stuff on Aug 28th, 2010
The last weeks I was tinkering around on an old HTTP proxy skript I wrote about one year ago. This script doesn’t contain any rocket science skills and you have the same or probably even more functionality with any other HTTP proxy. Implementing the server in PERL allows me to extend, modify and adjust it [...]
read full post »
posted in External tools, Tools & sources on Aug 11th, 2009
At BlackHat DC 2009 Moxie Marlinspike demonstrated how to subvert HTTPS with SSLStrip. SSLStrip intercepts HTTP traffic, watches for HTTPS links inside the data stream and maps these HTTPS links to HTTP. Whenever a victim clicks on such a mapped HTTPS link SSLStrip will notice it and act as a HTTP2HTTPS proxy server. All the [...]
read full post »
posted in Articles on May 6th, 2009
In the first part of this series I wrote about the different ways how attackers propagate malware by sending an infectious executable file or an USB memory stick to their victims or let them pick up an infected file in a file sharing network like emule or bittorrent. In this article, as promised in the [...]
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 »
posted in Tools & sources on Mar 6th, 2009
Below, you can find a link to the source code with the function(s) to modify the DNS server settings on a Windows system. panzer_setdnsserver.cpp
read full post »
posted in Articles on Mar 4th, 2009
Undeniable the DNS (domain name system) is the Achilles heel of the Internet and the day this system fails, for whatsoever reason, we stuck in deep problems. We had to memorize IP addresses to connect to computers in the network and the situation would become even worse because the world hat to work withouht the [...]
read full post »