Security

Debian wheezy apache2 logjam fix

Hey, a new vulnerability in Diffie-Hellman, informally referred to as ‘logjam’, has been published on weakdh.org. Debian Wheezy is running Apache v2.2.22 which does not support setting up the recommended individual DH key with a miminum size of 2048 using the “SSLOpenSSLConfCmd DHParameters [pemfile]” setting. That’s why I’ve manually recompiled…

Debian lenny shellshock (bash) patches

Hi, keeping the bash safe seems to have become like running the gauntlet. I’ve updated once more my upgraded Debian Lenny bash packages to keep care of the following CVEs + shellshocker: bash (3.2-17) unstable; urgency=high * fixing CVE-2014-6271, CVE-2014-6277, CVE-2014-6278, CVE-2014-7169, CVE-2014-7186, CVE-2014-7187 and exploit 3 on http://shellshocker.net/ *…

Windows XP Updates

Wanna keep your Windows XP system up-to-date with updates and security patches dedicated for the binary compatible Windows Embedded POSReady 2009 until maybe up to April 2019? Just add this key to your Windows XP (Home or Professional) registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESYSTEMWPAPosReady] “Installed”=dword:00000001 Warning: Windows XP is…

SSH via TOR

In case your outbound SSH encrypted connections are blocked or intercepted for whatever reason, you may use the following command to connect via a local or remote TOR relay (Socks) proxy: ssh -o ProxyCommand=’nc -x my-proxy-server:my-proxy-port %h %p’ target-ssh-server.example.com Example: SSH connect to IP address 1.2.3.4 via local TOR proxy:…

css.php