monthly archive for June, 2009

Tool name : Unanonymity 0.1   Description : Unanonymity is a PHP script that collects all user data on the web server side and also on the web client side to show what information the server owner can see from the user if they want. This is the first version of the script. In the [...]

read full post »

Entry point obfuscation (or also “obscuring”) is the technique viruses nested inside .exe files use to call their malicious code. They hide the infection by using unusual places inside the binary from where they jump to the malicious virus code. If you want to know how exactly EPO works by a real life example Peter [...]

read full post »

Asking for help to hack

As in any other country also in Switzerland hacking activity is prohibited and will be prosecuted by law. So I definitely won’t help people asking for support hacking their email account because they have lost the password and refuse to call the provider to send it to them again by mail. I’ll keep this mail [...]

read full post »

ApplicationIconChanger

Tool name : ApplicationIconChanger 0.1   Description : ApplicationIconChanger is a tool to change the main icon in binary files like a DLL or an exe (the icon you see in Win32 applcations in the upper left corner) to make it appear in the Windows Explorer or on the Desktop like a PDF file, Word [...]

read full post »

Week 25 in 2009

Phewww… what a week. I really have to apologize I didn’t give a sign of life the last days, I was lurking in the underground. I was coding a lot, learning, reading and finally had to solve the problem with the Windows Icon Resources. The tool to change an applications main icon is done and [...]

read full post »

Tool name : RC4Encryption 0.1   Description : RC4Encryption is a tool to encrypt and decrypt files with the RC4 algorithm. The tool itself is not really hot stuff. OpenSSL supports RC4 since years and also many other algorithms. But you can use this code without any dependency of an additional library and you have [...]

read full post »

Foundstone SuperScan

      Tool name : SuperScan     Description : SuperScan is a free Windows-only closed-source TCP/UDP port scanner developed by Foundstone. It includes a variety of additional networking tools such as ping, traceroute, HTTP HEAD/GET, and whois.   Homepage : www.foundstone.com

read full post »

HandleServices

Tool name : ListRunningServices 0.2   Description : HandleServices is a tool to manage installed services on a Windows system. Depending on the passed parameters it either lists all installed services (regardless of its running status), it stops services by its name or it restarts a previously stopped service. Consider it as the sc.exe‘s small [...]

read full post »