-
PHP function to anonymize HTTP GET requests using the Tor network
<![CDATA[ Recovered from my old blog. function torHttpGet($url, $ref) { $torIPPort=”127.0.0.1:8118″; //tor’s ip and port $agentBrowser = array(‘Firefox’,’Safari’,’Opera’,’Flock’,’Internet Explorer’,’Ephifany’,’AOL Explorer’,’Seamonkey’,’Konqueror’,’GoogleBot’); $agentOS = array(‘Windows 2000′,’Windows NT’,’Windows XP’,’Windows Vista’,’Redhat Linux’,’Ubuntu’,’Fedora’,’FreeBSD’,’OpenBSD’,’OS 10.5′); $useragent=$agentBrowser[rand(0,7)].’/’.rand(1,8).’.’.rand(0,9).’…
-
Watermarking videos with ffmpeg in Ubuntu 9.1
<![CDATA[ Last week I wanted to automatize watermarking some .flv videos but ffmpeg’s vhook support is deprecated in newer versions including the one in the repositories of Ubuntu 9.1. Since…
-
PHPIDS Component Implementation for CakePHP
<![CDATA[ I posted a CakePHP component implementation of PHPIDS today. It includes the latest PHPIDS version (0.6.4). http://github.com/cldrn/cakephpids/tree/master/component/ What I like about the component implementation is that you set the…
-
XSS vulnerabilities in Croogo CMS 1.3
<![CDATA[ Summary Croogo CMS is prone to HTML-injection vulnerabilities because it fails to properly sanitize user-supplied input. Details Vulnerable Software: 1.3 Full disclosure Date: 2010-06-14 Last Update: 2010-05-10 Critical: Low…
-
Turing case
<![CDATA[ It never stops amazing me that this actually happened to such a great mind. Taken from http://www.smbc-comics.com/index.php?db=comics&id=1904 ]]>


