<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eriky.com</title>
	<atom:link href="http://www.eriky.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eriky.com</link>
	<description>Just another geek with a blog</description>
	<lastBuildDate>Sun, 26 Feb 2012 08:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ESClient: Python ElasticSearch Client</title>
		<link>http://www.eriky.com/2012/02/esclient-python-elasticsearch-client</link>
		<comments>http://www.eriky.com/2012/02/esclient-python-elasticsearch-client#comments</comments>
		<pubDate>Sat, 25 Feb 2012 20:23:55 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=179</guid>
		<description><![CDATA[I&#8217;ve been working on a little project: a Python client for ElasticSearch. Are there other clients out there? Yeah sure, and they are even pretty decent. Especially pyes is OK. But I&#8217;m missing documentation on that one and I don&#8217;t &#8230;<p class="read-more"><a href="http://www.eriky.com/2012/02/esclient-python-elasticsearch-client">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a little project: a Python client for ElasticSearch. Are there other clients out there? Yeah sure, and they are even pretty decent. Especially pyes is OK. But I&#8217;m missing documentation on that one and I don&#8217;t like the approach they took on implementing the API. I wanted to create a simple client that stays close to the ElasticSearch REST API. It allows you to directly submit either JSON or a tree of Python objects that can be converted to JSON. ESClient has documented code and supplied unittests that should get you a long way. I plan to write good documentation to get people started quickly as soon as the API starts to reach a stable state.</p>
<p>In a few days I have learned a lot about:</p>
<ul>
<li> <a href="https://github.com/eriky/ESClient">Github</a></li>
<li><a href="http://diveintopython3.ep.io/packaging.html">Packaging Python Libraries</a></li>
<li>publishing a package to the <a href="http://pypi.python.org/pypi/ESClient">Python Package Index</a>.</li>
<li><a href="http://semver.org/">Semantic Versioning</a></li>
</ul>
<p>It&#8217;s simply awesome how quick and easy you can get something up and running these days. With just a few lines of code and Pythons distutils you can create a source package and a Windows binary, upload it all to PyPI and make it installable for everyone in the world with a single command:</p>
<p>pip install esclient<br />
or:<br />
easy_install esclient</p>
<p>ESClient is still in its early stages and I can assure you the API will change over the coming weeks. I need to implement more API methods and I want to implement bulk indexing. If all API methods are implemented and bulk indexing works I will work towards a stable 1.0.0 release that will also have a stable API. I also want ESClient to handle errors well. This is something that I missed in some other libraries that I have found, like pyelasticsearch.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2012%2F02%2Fesclient-python-elasticsearch-client&amp;title=ESClient%3A%20Python%20ElasticSearch%20Client" id="wpa2a_2"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2012/02/esclient-python-elasticsearch-client/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Canon software without the original CD</title>
		<link>http://www.eriky.com/2011/08/install-canon-software-without-the-original-cd</link>
		<comments>http://www.eriky.com/2011/08/install-canon-software-without-the-original-cd#comments</comments>
		<pubDate>Sun, 28 Aug 2011 14:27:58 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=160</guid>
		<description><![CDATA[Canon has an annoying and useless policy which makes it impossible to install the updates from their website without having an original cd. Apparently they want to make the lives of their customers harder than it already is.  (My Mackbook &#8230;<p class="read-more"><a href="http://www.eriky.com/2011/08/install-canon-software-without-the-original-cd">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Canon has an annoying and useless policy which makes it impossible to install the updates from their website without having an original cd. Apparently they want to make the lives of their customers harder than it already is.  (My Mackbook Air doesn&#8217;t even have a DVD player!)</p>
<p>Lucky for us <a href="http://www.northlight-images.co.uk/article_pages/install_canon_software.html">this website</a> has some tricks to circumvent this. For me simply removing an update.plist file was enough to get ImageBrowser 6.7.2-updater (Mac OS 10.5-10.6) to installing without original cd.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2011%2F08%2Finstall-canon-software-without-the-original-cd&amp;title=Install%20Canon%20software%20without%20the%20original%20CD" id="wpa2a_4"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2011/08/install-canon-software-without-the-original-cd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter&#8217;s list of 401 banned passwords</title>
		<link>http://www.eriky.com/2011/08/twitters-list-of-401-banned-passwords</link>
		<comments>http://www.eriky.com/2011/08/twitters-list-of-401-banned-passwords#comments</comments>
		<pubDate>Fri, 19 Aug 2011 20:22:08 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=156</guid>
		<description><![CDATA[I was looking at the source of a Twitter.com page when I noticed a javascript array with banned passwords. They were ROT13 encoded, so I decided to decode them and have a look. This has been done before but the &#8230;<p class="read-more"><a href="http://www.eriky.com/2011/08/twitters-list-of-401-banned-passwords">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I was looking at the source of a Twitter.com page when I noticed a javascript array with banned passwords. They were ROT13 encoded, so I decided to decode them and have a look. This <a href="http://techcrunch.com/2009/12/27/twitter-banned-passwords/">has been done before</a> but the list is now a bit longer, so here you go:</p>
<p>(warning: this list contains quite some dirty words, which could be the reason why Twitter does a rot13 enconding :-0)<span id="more-156"></span></p>
<p>1: zzzzzz<br />
2: zxcvbnm<br />
3: zxcvbn<br />
4: yellow<br />
5: yankees<br />
6: yankee<br />
7: yamaha<br />
8: xxxxxxxx<br />
9: xxxxxx<br />
10: xavier<br />
11: wizard<br />
12: winter<br />
13: winston<br />
14: winner<br />
15: wilson<br />
16: willie<br />
17: william<br />
18: whatever<br />
19: welcome<br />
20: warrior<br />
21: walter<br />
22: voyager<br />
23: voodoo<br />
24: viking<br />
25: victoria<br />
26: victor<br />
27: vagina<br />
28: united<br />
29: twitter<br />
30: turtle<br />
31: tucker<br />
32: trustno1<br />
33: trouble<br />
34: travis<br />
35: toyota<br />
36: topgun<br />
37: tomcat<br />
38: tigger<br />
39: tigers<br />
40: tiffany<br />
41: thx1138<br />
42: thunder<br />
43: thomas<br />
44: theman<br />
45: testing<br />
46: tester<br />
47: teresa<br />
48: tennis<br />
49: taylor<br />
50: tequiero<br />
51: sydney<br />
52: swimming<br />
53: surfer<br />
54: superman<br />
55: sunshine<br />
56: summer<br />
57: suckit<br />
58: success<br />
59: stupid<br />
60: sticky<br />
61: steven<br />
62: steelers<br />
63: starwars<br />
64: startrek<br />
65: srinivas<br />
66: squirt<br />
67: spider<br />
68: sparky<br />
69: spanky<br />
70: sophie<br />
71: soccer<br />
72: snoopy<br />
73: smokey<br />
74: slayer<br />
75: skippy<br />
76: silver<br />
77: sierra<br />
78: shaved<br />
79: shannon<br />
80: shadow<br />
81: sexsex<br />
82: secret<br />
83: sebastian<br />
84: scorpion<br />
85: scorpio<br />
86: scooter<br />
87: scooby<br />
88: saturn<br />
89: sandra<br />
90: samson<br />
91: sammy<br />
92: samantha<br />
93: russia<br />
94: rush2112<br />
95: runner<br />
96: rosebud<br />
97: rocket<br />
98: roberto<br />
99: robert<br />
100: richard<br />
101: redwings<br />
102: redsox<br />
103: redskins<br />
104: rebecca<br />
105: rangers<br />
106: ranger<br />
107: rainbow<br />
108: raiders<br />
109: racing<br />
110: rachel<br />
111: rabbit<br />
112: qwertyui<br />
113: qwerty<br />
114: qazwsx<br />
115: pussies<br />
116: purple<br />
117: private<br />
118: princess<br />
119: prince<br />
120: porsche<br />
121: pookie<br />
122: please<br />
123: player<br />
124: phoenix<br />
125: phantom<br />
126: pepper<br />
127: peanut<br />
128: peaches<br />
129: patrick<br />
130: password123<br />
131: password12<br />
132: password1<br />
133: password<br />
134: password<br />
135: parker<br />
136: panties<br />
137: panther<br />
138: packers<br />
139: orange<br />
140: oliver<br />
141: nipples<br />
142: nipple<br />
143: nicole<br />
144: nicholas<br />
145: newyork<br />
146: ncc1701<br />
147: naughty<br />
148: nathan<br />
149: nascar<br />
150: naked<br />
151: mustang<br />
152: murphy<br />
153: muffin<br />
154: mountain<br />
155: mother<br />
156: morgan<br />
157: monster<br />
158: monkey<br />
159: monkey<br />
160: monica<br />
161: mistress<br />
162: miller<br />
163: midnight<br />
164: mickey<br />
165: michelle<br />
166: michael<br />
167: merlin<br />
168: mercedes<br />
169: member<br />
170: melissa<br />
171: maxwell<br />
172: maverick<br />
173: matthew<br />
174: matrix<br />
175: master<br />
176: marvin<br />
177: martin<br />
178: marlboro<br />
179: mariposa<br />
180: marine<br />
181: magnum<br />
182: maggie<br />
183: madison<br />
184: maddog<br />
185: lovers<br />
186: london<br />
187: little<br />
188: letmein<br />
189: letmein<br />
190: legend<br />
191: leather<br />
192: lauren<br />
193: lakers<br />
194: ladies<br />
195: knight<br />
196: killer<br />
197: justin<br />
198: junior<br />
199: joshua<br />
200: joseph<br />
201: jordan<br />
202: johnson<br />
203: johnny<br />
204: jessica<br />
205: jeremy<br />
206: jennifer<br />
207: jasper<br />
208: jasmine<br />
209: jaguar<br />
210: jackson<br />
211: jackie<br />
212: iwantu<br />
213: internet<br />
214: iloveyou<br />
215: iceman<br />
216: hunting<br />
217: hunter<br />
218: hotdog<br />
219: horney<br />
220: hooters<br />
221: hockey<br />
222: hentai<br />
223: helpme<br />
224: heather<br />
225: harley<br />
226: hardcore<br />
227: hannah<br />
228: hammer<br />
229: gunner<br />
230: guitar<br />
231: gregory<br />
232: gordon<br />
233: golfer<br />
234: golden<br />
235: gizmodo<br />
236: ginger<br />
237: giants<br />
238: george<br />
239: gemini<br />
240: gators<br />
241: gateway<br />
242: gandalf<br />
243: fuckyou<br />
244: fuckme<br />
245: fucking<br />
246: fucker<br />
247: fucked<br />
248: freedom<br />
249: freddy<br />
250: forever<br />
251: football<br />
252: flyers<br />
253: flower<br />
254: florida<br />
255: fishing<br />
256: firebird<br />
257: ferrari<br />
258: fender<br />
259: falcon<br />
260: extreme<br />
261: estrella<br />
262: erotic<br />
263: einstein<br />
264: edward<br />
265: eagles<br />
266: eagle1<br />
267: driver<br />
268: dreams<br />
269: dragon<br />
270: donald<br />
271: dolphins<br />
272: dolphin<br />
273: doggie<br />
274: doctor<br />
275: diamond<br />
276: diablo<br />
277: dennis<br />
278: debbie<br />
279: danielle<br />
280: daniel<br />
281: dallas<br />
282: dakota<br />
283: cumshot<br />
284: cumming<br />
285: crystal<br />
286: cowboys<br />
287: cowboy<br />
288: corvette<br />
289: cooper<br />
290: cookie<br />
291: consumer<br />
292: computer<br />
293: compaq<br />
294: college<br />
295: coffee<br />
296: cocacola<br />
297: chicken<br />
298: chicago<br />
299: chester<br />
300: chelsea<br />
301: cheese<br />
302: charlie<br />
303: charles<br />
304: casper<br />
305: carter<br />
306: carlos<br />
307: captain<br />
308: canada<br />
309: cameron<br />
310: camaro<br />
311: calvin<br />
312: butthead<br />
313: butter<br />
314: buster<br />
315: bulldog<br />
316: broncos<br />
317: bronco<br />
318: brazil<br />
319: braves<br />
320: brandy<br />
321: brandon<br />
322: boston<br />
323: boomer<br />
324: booger<br />
325: booboo<br />
326: bonnie<br />
327: bonita<br />
328: bond007<br />
329: blowme<br />
330: blowjob<br />
331: blondes<br />
332: blonde<br />
333: blazer<br />
334: biteme<br />
335: bitches<br />
336: birdie<br />
337: bigtits<br />
338: bigdog<br />
339: bigdick<br />
340: bigdaddy<br />
341: bigcock<br />
342: beavis<br />
343: beaver<br />
344: beatriz<br />
345: batman<br />
346: baseball<br />
347: barney<br />
348: banana<br />
349: bailey<br />
350: badboy<br />
351: austin<br />
352: august<br />
353: asshole<br />
354: ashley<br />
355: asdfgh<br />
356: asdfgh<br />
357: arthur<br />
358: arsenal<br />
359: apples<br />
360: apollo<br />
361: anthony<br />
362: animal<br />
363: angels<br />
364: angela<br />
365: andrew<br />
366: andrea<br />
367: america<br />
368: amateur<br />
369: amanda<br />
370: alejandro<br />
371: alejandra<br />
372: alexis<br />
373: alberto<br />
374: albert<br />
375: action<br />
376: access14<br />
377: access<br />
378: abgrtyu<br />
379: abcdef<br />
380: abc123<br />
381: abc123<br />
382: aaaaaa<br />
383: 987654<br />
384: 8675309<br />
385: 7777777<br />
386: 777777<br />
387: 696969<br />
388: 666666<br />
389: 654321<br />
390: 232323<br />
391: 131313<br />
392: 123456789<br />
393: 12345678<br />
394: 1234567<br />
395: 123456<br />
396: 123123<br />
397: 121212<br />
398: 112233<br />
399: 11111111<br />
400: 111111<br />
401: 000000</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2011%2F08%2Ftwitters-list-of-401-banned-passwords&amp;title=Twitter%26%238217%3Bs%20list%20of%20401%20banned%20passwords" id="wpa2a_6"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2011/08/twitters-list-of-401-banned-passwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook Air fan stuck and making ticking noise?</title>
		<link>http://www.eriky.com/2011/08/macbook-air-fan-stuck-and-making-ticking-noise</link>
		<comments>http://www.eriky.com/2011/08/macbook-air-fan-stuck-and-making-ticking-noise#comments</comments>
		<pubDate>Thu, 04 Aug 2011 08:33:15 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fan noise]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=144</guid>
		<description><![CDATA[Does your Macbook Air fan makes a repeating, predictable ticking noise? Does it get hotter than usual when watching YouTube video&#8217;s? Does iStat Pro reports a fan speed of 0? A few taps with your finger help! If you have &#8230;<p class="read-more"><a href="http://www.eriky.com/2011/08/macbook-air-fan-stuck-and-making-ticking-noise">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Does your Macbook Air fan makes a repeating, predictable ticking noise? Does it get hotter than usual when watching YouTube video&#8217;s? Does <a title="Mac statistics" href="http://www.islayer.com/apps/istatpro/">iStat Pro</a> reports a fan speed of 0?</p>
<p>A few taps with your finger help! If you have an older model (2009) tick on the right side. If you have a newer model (mine is late 2010) then tap on the right side. Don&#8217;t overdo it, but don&#8217;t be too gentle either.</p>
<p>See also this discussion: <a href="https://discussions.apple.com/thread/1860264">https://discussions.apple.com/thread/1860264</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2011%2F08%2Fmacbook-air-fan-stuck-and-making-ticking-noise&amp;title=Macbook%20Air%20fan%20stuck%20and%20making%20ticking%20noise%3F" id="wpa2a_8"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2011/08/macbook-air-fan-stuck-and-making-ticking-noise/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to beat the hackers at their own game?</title>
		<link>http://www.eriky.com/2010/05/want-to-beat-the-hackers-at-their-own-game</link>
		<comments>http://www.eriky.com/2010/05/want-to-beat-the-hackers-at-their-own-game#comments</comments>
		<pubDate>Fri, 07 May 2010 19:10:23 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=135</guid>
		<description><![CDATA[Google shows how web application vulnerabilities can be exploited and how to defend against these attacks. The best way to learn things is by doing, so you&#8217;ll get a chance to do some real penetration testing, actually exploiting a real &#8230;<p class="read-more"><a href="http://www.eriky.com/2010/05/want-to-beat-the-hackers-at-their-own-game">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Google shows how web application vulnerabilities can be exploited and how to defend against these attacks. The best way to learn things is by doing, so you&#8217;ll get a chance to do some real penetration testing, actually exploiting a real application.</p>
<p><a title="Jarlsberg" href="http://jarlsberg.appspot.com/">http://jarlsberg.appspot.com/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2010%2F05%2Fwant-to-beat-the-hackers-at-their-own-game&amp;title=Want%20to%20beat%20the%20hackers%20at%20their%20own%20game%3F" id="wpa2a_10"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2010/05/want-to-beat-the-hackers-at-their-own-game/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti Counterfeiting Treaty Agreement leaked</title>
		<link>http://www.eriky.com/2010/03/anti-counterfeiting-treaty-agreement-leaked</link>
		<comments>http://www.eriky.com/2010/03/anti-counterfeiting-treaty-agreement-leaked#comments</comments>
		<pubDate>Sat, 27 Mar 2010 11:01:44 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Law & Society]]></category>
		<category><![CDATA[ACTA]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=132</guid>
		<description><![CDATA[The leaked ACTA agreement! Soon to be copy pasted into a law near you. Check out this page on The piratebay]]></description>
			<content:encoded><![CDATA[<pre>The leaked ACTA agreement!
Soon to be copy pasted into a law near you.</pre>
<p>Check out this page on <a title="ACTA leaked" href="http://thepiratebay.org/torrent/5425059/">The piratebay</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2010%2F03%2Fanti-counterfeiting-treaty-agreement-leaked&amp;title=Anti%20Counterfeiting%20Treaty%20Agreement%20leaked" id="wpa2a_12"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2010/03/anti-counterfeiting-treaty-agreement-leaked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another privacy invading monster (LSO cookies)</title>
		<link>http://www.eriky.com/2009/08/another-privacy-invading-monster-lso-cookies</link>
		<comments>http://www.eriky.com/2009/08/another-privacy-invading-monster-lso-cookies#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:36:04 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Computer networks]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=124</guid>
		<description><![CDATA[Recently I came across something called LSO cookies (read about it, I&#8217;m not going to explain them in detail here). Since more and more browsers, virus scanners and security software block cookies, these LSO cookies are a real treat for &#8230;<p class="read-more"><a href="http://www.eriky.com/2009/08/another-privacy-invading-monster-lso-cookies">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Recently I came across something called <a href="http://en.wikipedia.org/wiki/Local_Shared_Object">LSO cookies</a> (read about it, I&#8217;m not going to explain them in detail here). Since more and more browsers, virus scanners and security software block cookies, these LSO cookies are a real treat for advertisers and tracking companies for several reason:</p>
<ul>
<li>most people never heard of them</li>
<li>they are difficult to block</li>
<li>they provide lots of storage (100KB per site)</li>
<li>they are not removed by your browser, ever</li>
<li>they work and track you, even with your browsers &#8220;privacy mode&#8221;</li>
</ul>
<h2>Dangers</h2>
<p>There are several dangers to these cookies. First and foremost, we block cookies for a reason. We don&#8217;t want to be tracked everywhere on the web and we don&#8217;t want companies to build profiles of our web usage for whatever reasons they have. These companies shamelessly track us anyway by using all kinds of tricks, like these LSO cookies, instead of respecting our explicit choice to not be tracked and monitored.</p>
<p>Another problem is that this will leave tracks of your Internet usage on your computer, even if you try to cover those tracks by deleting cookies, browser cache and temporary files.</p>
<h2>So what can we do about this?</h2>
<p>First of all, the best thing would be to not use flash but that ain&#8217;t an option. (We want our youtube to work!). So the second best option is to block or at least remove the cookies. There is an excellent Firefox plugin called <a href="https://addons.mozilla.org/en-US/firefox/addon/6623">Better Privacy</a> that will give you all kinds of options to remove or block LSO cookies.</p>
<p>If you don&#8217;t have Firefox, your third option is to go to Abobe&#8217;s Flash player <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html">settings page</a> &#8211; you never heard of it, neither did I &#8211; and set the storage space to zero KB. Next, go to the last tab there or use <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html">this link</a>, and be amazed at the amount of sites that use LSO cookies to store whatever they want to store on your PC. Next, click the remove all button to remove it all. Note that setting the storage to zero prevents sites from storing cookies, but Flash will still create directories for each site that tries. So next time you visit that shameful pr0n site, be aware that Flash will keep track of it.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2009%2F08%2Fanother-privacy-invading-monster-lso-cookies&amp;title=Another%20privacy%20invading%20monster%20%28LSO%20cookies%29" id="wpa2a_14"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2009/08/another-privacy-invading-monster-lso-cookies/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WikiBench master thesis</title>
		<link>http://www.eriky.com/2009/05/wikibench-master-thesis</link>
		<comments>http://www.eriky.com/2009/05/wikibench-master-thesis#comments</comments>
		<pubDate>Wed, 20 May 2009 08:24:46 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[WikiBench]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=107</guid>
		<description><![CDATA[I officially got my WikiBench project graded with an 8, with which I&#8217;m of course very satisfied. You can now read my thesis called WikiBench: A distributed, Wikipedia based web application benchmark. People interested in this project already found their &#8230;<p class="read-more"><a href="http://www.eriky.com/2009/05/wikibench-master-thesis">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I officially got my WikiBench project graded with an 8, with which I&#8217;m of course very satisfied. You can now read my thesis called <em><a href="http://www.eriky.com/wp-content/uploads/2009/05/wikibench.pdf">WikiBench: A distributed, Wikipedia based web application benchmark</a>.</em></p>
<p>People interested in this project already found their way to my blog. For those who are wondering: I will publish the code and I will do so very shortly (within days). It will most probably appear on Google Code and you won&#8217;t have to search for it since I will devote a post to it right here and include the URL. I will probably release it under a BSD-style license which should give you lots of freedom. Unfortunately I&#8217;m not sure yet if I am allowed to release some of the trace files obtained from Wikipedia.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2009%2F05%2Fwikibench-master-thesis&amp;title=WikiBench%20master%20thesis" id="wpa2a_16"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2009/05/wikibench-master-thesis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ghostnet</title>
		<link>http://www.eriky.com/2009/04/ghostnet</link>
		<comments>http://www.eriky.com/2009/04/ghostnet#comments</comments>
		<pubDate>Tue, 14 Apr 2009 09:19:17 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Computer networks]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=99</guid>
		<description><![CDATA[After all the buzz around Ghostnet, it&#8217;s fun to look back and read the origal document describing the spy network. It&#8217;s an interesting read, and if you don&#8217;t have the time to read this you can also check out the &#8230;<p class="read-more"><a href="http://www.eriky.com/2009/04/ghostnet">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>After all the buzz around Ghostnet, it&#8217;s fun to look back and read the <a title="Ghostnet" href="http://www.scribd.com/doc/13731776/Tracking-GhostNet-Investigating-a-Cyber-Espionage-Network">origal document describing the spy network</a>. It&#8217;s an interesting read, and if you don&#8217;t have the time to read this you can also check out the <a title="Security Now!" href="http://www.grc.com/securitynow.htm">Security Now! podcast</a> from April 9th in which Steve Gibson explains how the research group found out about the spy network and how amateurish the (open source) Gh0trat software actually is.</p>
<p>One very important lesson learned from this story is that attackers no longer  control these networks by using IRC as we have seen in the past. Ghostnet used plain old http requests to periodically check for new commands. The startling thing about this is that this is exactly the kind of traffic that gets through firewalls and even proxy servers without any problems. HTTP replies consisting of jpg images contained the actual, encoded commands.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2009%2F04%2Fghostnet&amp;title=Ghostnet" id="wpa2a_18"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2009/04/ghostnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloom filters</title>
		<link>http://www.eriky.com/2009/03/bloom-filters</link>
		<comments>http://www.eriky.com/2009/03/bloom-filters#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:19:11 +0000</pubDate>
		<dc:creator>Erik-Jan</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[bloom filters]]></category>
		<category><![CDATA[distributed systems]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://www.eriky.com/?p=93</guid>
		<description><![CDATA[This article by Broder and Mitzenmacher gives a good description of how bloom filters work and what they can do for you. The bloom filter basically replaces a dataset with a filter that can tell you if an item is &#8230;<p class="read-more"><a href="http://www.eriky.com/2009/03/bloom-filters">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a title="Bloom filters" href="http://security.riit.tsinghua.edu.cn/seminar/2006_11_23/Bloomfilter_survey_Broder.pdf">This article</a> by Broder and Mitzenmacher gives a good description of how bloom filters work and what they can do for you. The bloom filter basically replaces a dataset with a filter that can tell you if an item is a member of that set or not. It will not give false negatives, but it might give false positives. In practise, this is a negative property that can be outweighted by the space savings a bloom filter introduces; after all, you do not need to query the dataset to determine membership. The most important and summarizing quote you should remember from the article:</p>
<p style="padding-left: 30px;"><strong>The Bloom ﬁlter principle:</strong> Wherever a list or set is used, and space is at a premium, consider using a Bloom ﬁlter if the effect of false positives can be mitigated.</p>
<p>The article also gives a number of examples in which bloom filters are used. E.g. to aid resource location in P2P and cache systems.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.eriky.com%2F2009%2F03%2Fbloom-filters&amp;title=Bloom%20filters" id="wpa2a_20"><img src="http://www.eriky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.eriky.com/2009/03/bloom-filters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

