posted in Tools & sources on Jun 30th, 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 »
posted in Reading material on Jun 27th, 2009
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 »
posted in Stuff on Jun 26th, 2009
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 »
posted in Tools & sources on Jun 23rd, 2009
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 »
posted in Stuff on Jun 21st, 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 »
posted in Crypto, Tools & sources on Jun 9th, 2009
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 »
posted in External tools on Jun 7th, 2009
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 »
posted in Tools & sources on Jun 3rd, 2009
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 »