<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Code in my Bug!</title>
	
	<link>http://projectbee.org/blog</link>
	<description>Bipin's experiments with life, society, programming, hacking, &amp; other stuff</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/projectbee" /><feedburner:info uri="projectbee" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>projectbee</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Download PHP tidy extension for Mac OS X</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/-ADDMCkPC1M/</link>
		<comments>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:47:42 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=227</guid>
		<description><![CDATA[Yeah, I bought a Macbook Air I cannot deny that it&#8217;s an awesome device and all that, but I&#8217;m still getting used to a new OS. The major work&#8217;s rediscovering the right tools and, of course, learning OS X&#8217;s keyboard shortcuts. Thankfully, it seems like a nice OS and all the work seems worth it. [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I bought a Macbook Air <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I cannot deny that it&#8217;s an awesome device and all that, but I&#8217;m still getting used to a new OS. The major work&#8217;s rediscovering the right tools and, of course, learning OS X&#8217;s keyboard shortcuts. Thankfully, it seems like a nice OS and all the work seems worth it.</p>
<p>&nbsp;</p>
<div id="attachment_229" class="wp-caption alignleft" style="width: 355px"><a href="http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/" target="_blank"><img class=" wp-image-229" style="margin-right: 18px;" title="by http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/" src="http://projectbee.org/blog/wp-content/uploads/2012/01/2726423319_3034b606d1.jpg" alt="Friggin' spinning wheel" width="345" height="392" /></a><p class="wp-caption-text">by http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/</p></div>
<p>That said, I now have a technology startup and cannot afford to just keep on &#8216;learning&#8217;. And that&#8217;s why small problems become big issues. All I needed was <a href="http://pecl.php.net/package/tidy" target="_blank"><strong>PHP-tidy</strong></a> to get on with life. Little did I know that it&#8217;d take up half of my day. So I&#8217;m putting it up here for people to download.</p>
<p>As most people, I got <a href="http://www.mamp.info/en/" target="_blank">MAMP</a> to avoid unnecessary complications and get on with &#8220;the code that matters to me&#8221;. MAMP is pre-packaged Apache-MySQL-PHP stack for Mac. My beef with the project is that they seem to be focusing on things that don&#8217;t really matter a lot to the target audience, like shiny-gui interface to configure document root, specify ports etc.. However, they seem to ignore few major bugs which seem to date around 2009.</p>
<ol>
<li>They do not package tidy extension, even though there have been requests in the forum.</li>
<li>Their &#8220;pear.conf&#8221; configuration file&#8217;s broken, due to which neither pear nor pecl binary works, so tidy installation using pecl didn&#8217;t work either. The fix is a simple edit to the php_dir param though.</li>
<li>Sadly, pecl still fails due to some issue with phpize.</li>
<li>One solution is to compile PHP with tidy. However, <a href="http://lucasforge.bmeme.com/2010/07/how-enable-the-php-tidy-extension-for-mamp/" target="_blank">there apparently is (or was) some bug with tidy</a>, so I decided to avoid it and look around a little more.</li>
<li>Then, I found <a href="http://allensservices.com/php-tidy-on-mamp" target="_blank">this post</a> that recommends using pre-compiled php-tidy binary that comes bundled along with Zend Studio IDE. I decided to check it out, and thankfully, it worked.</li>
</ol>
<p>Sigh! Such a crazy way to solve a simple problem.</p>
<p>Anyways, since tidy is an open source project, I figured it may not be illegal to put the binary up for download. (Zend Studio is NOT free.)</p>
<h3>You may <a href="https://dl.dropbox.com/u/14915270/tidy.so">download php tidy for OS X (tested on Lion)  from my public Dropbox folder</a>.</h3>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/" rel="bookmark" title="November 2, 2007">Drive-by Download: Where Network Security Meets WebAppSec</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-mysqlphp-installation-configuration-tutorial-for-beginners/" rel="bookmark" title="February 25, 2006">Apache-MySQLPHP Installation &#38; Configuration Tutorial for Beginners :)</a></li>

<li><a href="http://projectbee.org/blog/archive/grabbing-video-from-youtube/" rel="bookmark" title="January 6, 2007">Grabbing Video from Youtube.</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>

<li><a href="http://projectbee.org/blog/archive/rediffmail-bug-anyone-interested/" rel="bookmark" title="May 19, 2007">Rediffmail Bug. Anyone Interested?</a></li>
</ul><!-- Similar Posts took 4.662 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=-ADDMCkPC1M:0L0pO-_BFiY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=-ADDMCkPC1M:0L0pO-_BFiY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=-ADDMCkPC1M:0L0pO-_BFiY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=-ADDMCkPC1M:0L0pO-_BFiY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=-ADDMCkPC1M:0L0pO-_BFiY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>HTTP protocol and other stuff that power the web</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/ZjT-_2K8ldg/</link>
		<comments>http://projectbee.org/blog/archive/http-protocol/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 10:38:02 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=212</guid>
		<description><![CDATA[Here&#8217;s a presentation that I&#8217;d delivered at a null Mumbai Chapter meet. It&#8217;d received pretty good response, so putting it up here as well Similar Posts:SecurityCamp is here, where are you? The Web is Broken Reviving OWASP Bangalore Chapter OWASP AppSec Conf Delhi &#8211; Day 1 SecurCamp and back.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a presentation that I&#8217;d delivered at a null Mumbai Chapter meet. It&#8217;d received pretty good response, so putting it up here as well</p>
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=5077640&doc=httpprotocolandotherstuff-100828152113-phpapp02' width='811' height='665'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=5077640&doc=httpprotocolandotherstuff-100828152113-phpapp02' /><param name='allowFullScreen' value='true' /></object>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>

<li><a href="http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/" rel="bookmark" title="June 29, 2008">Reviving OWASP Bangalore Chapter</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>

<li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>
</ul><!-- Similar Posts took 4.743 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=ZjT-_2K8ldg:BkBfDijWRAk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=ZjT-_2K8ldg:BkBfDijWRAk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=ZjT-_2K8ldg:BkBfDijWRAk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=ZjT-_2K8ldg:BkBfDijWRAk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=ZjT-_2K8ldg:BkBfDijWRAk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/http-protocol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/http-protocol/</feedburner:origLink></item>
		<item>
		<title>Life, so far…</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/hCsmNqpEsho/</link>
		<comments>http://projectbee.org/blog/archive/life-so-far/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:39:12 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=199</guid>
		<description><![CDATA[Apparently the last time I wrote something here was on Jan&#8217;26th Mar&#8217; 23rd, 2009 -almost 3 years ago. Obviously a lot&#8217;s happened and much has changed in life -or may be nothing&#8217;s changed. I recall lines from a Gulzar saab&#8217;s poem: Pal bhar mein sab kuchh badal gaya, Aur kuchh bhi nahi badla. Jo badla [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently the last time I wrote something here was on <del>Jan&#8217;26th</del> Mar&#8217; 23rd, 2009 -almost 3 years ago. Obviously a lot&#8217;s happened and much has changed in life -or may be nothing&#8217;s changed. I recall lines from a Gulzar saab&#8217;s poem:</p>
<p><em>Pal bhar mein sab kuchh badal gaya,<br />
Aur kuchh bhi nahi badla.<br />
Jo badla tha, woh toh guzar gaya</em></p>
<div class="wp-caption alignnone" style="width: 510px"><a href="https://secure.flickr.com/photos/jenson-lee/4401334015/" target="_blank"><img class=" " title="Life" src="https://farm5.staticflickr.com/4049/4401334015_1135f82487_d.jpg" alt="Life" width="500" height="333" /></a><p class="wp-caption-text">by Jen Son https://secure.flickr.com/photos/jenson-lee/4401334015/</p></div>
<p>In any case, here&#8217;s a few of my experiments I can remember:</p>
<ul>
<li>Left Satyam to join Directi and moved to Bombay  from Bangalore</li>
<li>Satyam went nearly broke and bankrupt, thanks to Mr. Raju, and the overly emotional and messed up capitalist system</li>
<li>Worked on the despicable, and yet vital, online advertisement and traffic monetization business</li>
<li>Learned about the awesome algorithms that go behind powering a beautiful, but annoying, parked page</li>
<li>Learned the art of writing Firefox addons and wrote a couple interesting ones (none open source, sorry)</li>
<li>Joined <a href="http://null.co.in/" target="_blank">null security group&#8217;s</a> core team and played the role of Mumbai chapter&#8217;s moderator</li>
<li>Did something I wanted to do for a long time -an experiment of living alone (for an year). Had the painful realization that human touch is an underrated indulgence.</li>
<li>Met a lot of crazy (and) talented people, and made some friends</li>
<li><a href="https://secure.flickr.com/photos/projectbee/4368857404/" target="_blank">Won an Olympus E450 in a photography contest</a> (Yay!). Sold both cameras and bought a Nikon D90</li>
<li>Became the proud owner of a 3rd generation Amazon Kindle B-)</li>
<li>Became an entrepreneur&#8230; eh, no, not entrepreneur. Rather a startup-businessman. Yeah, better!</li>
<li>Moved (back) to Bhubaneswar to work full time on the product</li>
<li>Volunteered for<a href="http://spicmacay.com/" target="_blank"> SPICMCAY&#8217;s</a> 26th National Convention and worked on the first ever LIVE streaming of performances</li>
<li>Launched two products, including <a href="http://entranceforms.com/?prjb" target="_blank">EntranceForms.com</a></li>
<li>Working on a third product -sort of derivative and related, but the one that&#8217;s got me pretty excited</li>
</ul>
<p>Like any startup guy would tell you, every dawn starts with a bunch of promises and hopes, and you&#8217;d be super lucky if even one of them materializes by sundown. For now, all  can say is life&#8217;s frustrating, irritating, brutal, lonely, rewarding, and fun -in short, <strong>fulfilling</strong>.</p>
<p>Oh by the way, I&#8217;m going to conduct another interesting experiment <a href="https://johnnyjacob.wordpress.com/" target="_blank">with a fellow nerd</a> -<strong>A Road Trip</strong> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>

<li><a href="http://projectbee.org/blog/archive/a-program-called-3-om/" rel="bookmark" title="March 3, 2007">A program called &#34;3~&#34; (Om)</a></li>

<li><a href="http://projectbee.org/blog/archive/a-phish-floating-in-google-survey/" rel="bookmark" title="January 29, 2008">A Phish floating in Google Survey!</a></li>

<li><a href="http://projectbee.org/blog/archive/idle-nights-devils-mind/" rel="bookmark" title="April 12, 2007">Idle Nights: Devil&#8217;s Mind</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>
</ul><!-- Similar Posts took 4.190 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=hCsmNqpEsho:WiomWsRw4xY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=hCsmNqpEsho:WiomWsRw4xY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=hCsmNqpEsho:WiomWsRw4xY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=hCsmNqpEsho:WiomWsRw4xY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=hCsmNqpEsho:WiomWsRw4xY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/life-so-far/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/life-so-far/</feedburner:origLink></item>
		<item>
		<title>ICICI Bank’s stupid “feature” introduces privacy concerns</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/oq1Gp9orC7w/</link>
		<comments>http://projectbee.org/blog/archive/icici-banks-stupid-feature-introduces-privacy-concerns/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:42:49 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=168</guid>
		<description><![CDATA[A couple of days back, I received an sms from ICICI bank informing me that I can view my credit card statement without logging into my account. As you may expect, it blew me away. It still beats me why someone would like to access her/his credit card statement without any password. No Privacy :&#8217;( [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days back, I received an sms from ICICI bank informing me that I can view my credit card statement without logging into my account. As you may expect, it blew me away. It still beats me why someone would like to access her/his credit card statement without any password.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="No Privacy - http://www.flickr.com/photos/paolocalvi91/2536503557/" src="https://projectbee.s3.amazonaws.com/img/Privacy.jpg" alt="No Privacy " width="470" height="315" /></p>
<p style="text-align: center;"><strong>No Privacy :&#8217;(</strong></p>
<p>To be fair to ICICI, this doesn&#8217;t mean that one can simply access the information using the credit card number. It does put three fields forward.</p>
<p><em>Field 1-</em> <strong>Card Number</strong>: The problem here is that most of the swipe machines that you come across, at least in India, will print your complete card number on the receipts. One copy is left with merchant where you shop. Moreover, in all probability, you keep you credit card in your purse which is easily accessible to your parents, wi[fe|ves], girl|boy-friend[s], and even friends. Hell, the waiter could jot it down. So let&#8217;s face it, it&#8217;s not really a secret anymore in the current scenario.</p>
<p><em>Field 2-</em> <strong>Date Of Birth</strong>: Doh!</p>
<p><em>Field 3-</em> <strong>Card valid <em>from</em></strong>: Now this one might sound a bit tricky, considering that only the <em>expiry</em> date of your credit card is specified on the receipts. However, please note that:<br />
<strong>(1)</strong> this date can be noticed by a cursory glance on the card,<br />
<strong>(2)</strong> the <em><strong>from </strong></em>and <em><strong>end </strong></em>months alomst always are the same, i.e., if your card expiry is <em><strong>05/2015</strong></em>, the start month, in all it&#8217;s probabilty will be <em><strong>05 </strong></em>(May). Just try a few combinations, and bang.</p>
<p>&#8230;and if all this sounds too complex and useless, consider that all of the above information is easily accessible to your family members and close friends. I am not sure about you, but I prefer a certain degree of privacy.</p>
<p>&#8230;and if the cynic in you is still not convinced, consider this &#8211;the total effort of keystrokes and clicks combing your <em>card number+date of birth (via a date picker)+card valid from </em>will most probably exceed the keystrokes for <em>ICICI userid+password</em>. Unless of course, you are paranoid who writes a poem in <a href="http://en.wikipedia.org/wiki/Leet#Orthography">1337</a> for the password. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So although there could be a debate on the level of privacy concern that it raises, there can&#8217;t be any debate on the sheer stupidity of this <em><strong>feature. Uh!</strong></em></p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/colukabki-aol-msn-yahoo-red-cross-aaah-commn-gimme-a-break/" rel="bookmark" title="January 28, 2006">&#34;COLUKABKI &#8211; AOL &#8211; MSN &#8211; YAHOO &#8211; RED CROSS&#34;&#8230;.. aaah Comm&#8217;n Gimme a break.</a></li>

<li><a href="http://projectbee.org/blog/archive/bittus-back/" rel="bookmark" title="June 12, 2008">Bittu&#8217;s back :)</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>
</ul><!-- Similar Posts took 4.266 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=oq1Gp9orC7w:QbOQG4DVpBU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=oq1Gp9orC7w:QbOQG4DVpBU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=oq1Gp9orC7w:QbOQG4DVpBU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=oq1Gp9orC7w:QbOQG4DVpBU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=oq1Gp9orC7w:QbOQG4DVpBU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/icici-banks-stupid-feature-introduces-privacy-concerns/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/icici-banks-stupid-feature-introduces-privacy-concerns/</feedburner:origLink></item>
		<item>
		<title>[OT] The Rant of a “Republic” Indian Hacker</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/7psEu53bWZs/</link>
		<comments>http://projectbee.org/blog/archive/ot-the-rant-of-a-republic-indian-hacker/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:55:24 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[bug]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[irony]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[off-topic]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[indian constitution]]></category>
		<category><![CDATA[parliament]]></category>
		<category><![CDATA[politicians]]></category>
		<category><![CDATA[reality]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=162</guid>
		<description><![CDATA[For me, the very foundations of Hacker-dom is based on three very fundamental steps: 1. Grasp the fundamentals 2. Question everything 3. Question everything, without being a fanatic As ironical (or rather illuminating, depending on the way you see) it may sound; as I start my very first step to understand the fundamentals of Indian [...]]]></description>
			<content:encoded><![CDATA[<p>For me, the very foundations of Hacker-dom is based on three very fundamental steps:<br />
1. Grasp the fundamentals<br />
2. Question everything<br />
3. Question everything, without being a fanatic</p>
<p><img class="alignnone" title="courtesy http://www.daylife.com/photo/07ox1R804F80k" src="https://projectbee.s3.amazonaws.com/img/PaintedKid.jpg" alt="" width="566" height="322" /></p>
<p>As ironical (or rather illuminating, depending on the way you see) it may sound; as I start my very first step to understand the fundamentals of Indian constitution on the <strong>59th Republic Day</strong>, I also start to learn to question it. It&#8217;s disturbing to learn that the borderline difference between pretending to be a democratic nation, and actually being one, has already depleted. What pains me more is that we &#8220;celebrate&#8221; the Republic day in the form of a &#8220;holiday&#8221;, without actually caring about being sovereign and republic.</p>
<p>I am starting to get fed up of getting used to all the abnormalities in the normal flow of life.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/" rel="bookmark" title="August 8, 2007">Apache Headache: &#8220;no listening sockets available&#8221;</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/" rel="bookmark" title="September 4, 2008">OWASP AppSec Conf Delhi &#8211; Day 2; and more</a></li>

<li><a href="http://projectbee.org/blog/archive/a-new-home-for-us/" rel="bookmark" title="May 6, 2008">A new home for us :)</a></li>

<li><a href="http://projectbee.org/blog/archive/bill-gates-no-more-the-richest/" rel="bookmark" title="July 4, 2007">Bill Gates no more The Richest</a></li>

<li><a href="http://projectbee.org/blog/archive/ot-sad-demise-of-guru-ammannur-madhava-chakyar/" rel="bookmark" title="July 2, 2008">[OT] Sad demise of Guru Ammannur Madhava Chakyar</a></li>
</ul><!-- Similar Posts took 5.069 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=7psEu53bWZs:SbuXWD8fRNk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=7psEu53bWZs:SbuXWD8fRNk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=7psEu53bWZs:SbuXWD8fRNk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=7psEu53bWZs:SbuXWD8fRNk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=7psEu53bWZs:SbuXWD8fRNk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/ot-the-rant-of-a-republic-indian-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/ot-the-rant-of-a-republic-indian-hacker/</feedburner:origLink></item>
		<item>
		<title>[How To] Implementing Shindig.</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/M-5pXKDC6Po/</link>
		<comments>http://projectbee.org/blog/archive/how-to-implementing-shindig/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:07:03 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[opensocial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[bcb7]]></category>
		<category><![CDATA[phpcamp]]></category>
		<category><![CDATA[phpcamppune08]]></category>
		<category><![CDATA[ppt]]></category>
		<category><![CDATA[shindig]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=146</guid>
		<description><![CDATA[I should have written an article/tutorial on how to implement/use Shindig to convert your SNS into and OpenSocial compliant SNS. Time, however, has prevented me from doing it so far. May be sometime later. For now, you can have a look at my presentation on the same topic. I had presented it at Barcamp Bangalore [...]]]></description>
			<content:encoded><![CDATA[<p>I should have written an article/tutorial on how to implement/use Shindig to convert your SNS into and OpenSocial compliant SNS. Time, however, has prevented me from doing it so far. May be sometime later.</p>
<p>For now, you can have a look at my presentation on the same topic. I had presented it at Barcamp Bangalore 7, and PHPCamp Pune. <strong>It was recommended by Dan Peterson, Google, on the Shindig developer&#8217;s mailing list. </strong> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For those who don&#8217;t have an idea what I am talking about; I have been (officially) working on OpenSocial for quite sometime. OpenSocial is a specification developed by giants like Google, MySpace, Ning, etc. to provide a common platform (API) for social app developers. <a href="http://incubator.apache.org/shindig/">Shindig, an Apache incubator project,</a> is what can help your site become OpenSocial compliant.</p>
<div id="__ss_616171" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="[Phpcamp]Shindig An OpenSocial container" href="http://www.slideshare.net/bipin/phpcampshindig-an-opensocial-container-presentation?type=powerpoint">[Phpcamp]Shindig An OpenSocial container</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=phpcampshindiganopensocialcontainer-1222280536661323-9&amp;stripped_title=phpcampshindig-an-opensocial-container-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=phpcampshindiganopensocialcontainer-1222280536661323-9&amp;stripped_title=phpcampshindig-an-opensocial-container-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View SlideShare <a style="text-decoration:underline;" title="View [Phpcamp]Shindig An OpenSocial container on SlideShare" href="http://www.slideshare.net/bipin/phpcampshindig-an-opensocial-container-presentation?type=powerpoint">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/shindig">shindig</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/phpcamp">phpcamp</a>)</div>
</div>
<p>By the way, I am referring to the <a href="http://en.wikipedia.org/wiki/Six_degrees_of_separation"><strong>Six degrees of Separation</strong></a> in the initial slides. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/apache-mysqlphp-installation-configuration-tutorial-for-beginners/" rel="bookmark" title="February 25, 2006">Apache-MySQLPHP Installation &#38; Configuration Tutorial for Beginners :)</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>

<li><a href="http://projectbee.org/blog/archive/an-insight-into-suns-crazy-strategy/" rel="bookmark" title="May 26, 2007">An insight into Sun&#8217;s *crazy* strategy.</a></li>

<li><a href="http://projectbee.org/blog/archive/google-lost-me/" rel="bookmark" title="June 17, 2007">Google Lost Me!</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/" rel="bookmark" title="August 8, 2007">Apache Headache: &#8220;no listening sockets available&#8221;</a></li>
</ul><!-- Similar Posts took 4.522 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=M-5pXKDC6Po:YOD_kol20bw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=M-5pXKDC6Po:YOD_kol20bw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=M-5pXKDC6Po:YOD_kol20bw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=M-5pXKDC6Po:YOD_kol20bw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=M-5pXKDC6Po:YOD_kol20bw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/how-to-implementing-shindig/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/how-to-implementing-shindig/</feedburner:origLink></item>
		<item>
		<title>OWASP AppSec Conf Delhi – Day 2; and more</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/FI5H6FwjoZg/</link>
		<comments>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 18:37:45 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[delhi]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[owaspbangalore]]></category>
		<category><![CDATA[owaspdelhi]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=130</guid>
		<description><![CDATA[The pictures of Day 2 are here. The second day consisted of 6 workshops &#8211; 3 before lunch and 3 after. I was confused on choosing between Sheeraj Shah and Mano Paul&#8217;s workshops during the first half; and Jason Li&#8217;s talk on &#8220;Web 2.0  Security&#8221; and &#8220;Secure Code Review&#8221; workshop (originally by Dinis Cruz, but [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>The <a href="http://picasaweb.google.com/muxical.geek/OWASPAppSecConfDelhiAug08Day2">pictures of Day 2 are here</a>.</strong></em></p>
<p>The second day consisted of <a href="http://www.owasp.org/index.php/OWASP_AppSec_India_Conference_2008#Day_Two_.5BTrainings.2FWorkshops.5D:__Thursday_21st_August.2C_2008">6 workshops</a> &#8211; 3 before lunch and 3 after. I was confused on choosing between Sheeraj Shah and Mano Paul&#8217;s workshops during the first half; and Jason Li&#8217;s talk on &#8220;Web 2.0  Security&#8221; and &#8220;Secure Code Review&#8221; workshop (originally by Dinis Cruz, but conducted by Gaurav Kumar of Microsoft) on the second half.</p>
<p style="text-align: center;"><img class="aligncenter" title="Threat Modelling - Mano Paul" src="https://projectbee.s3.amazonaws.com/img/ManpPaul.jpg" alt="Threat Modelling - Mano Paul" width="565" height="359" /></p>
<p style="text-align: center;"><strong>Mano Paul</strong></p>
<p>Choosing <strong>Mano Paul&#8217;s</strong> Workshop on <strong>Threat Modelling</strong> was relatively easier because I am trying to push in Threat Modeling in my company. However, the disappointment of missing Sheeraj&#8217;s talk was no less. Although, I must confess Mano Paul is one heck of a presenter. <em>I guess experience always count.</em></p>
<p style="text-align: center;"><img class="aligncenter" title="Code Review - Gaurav Kumar" src="https://projectbee.s3.amazonaws.com/img/GauravKumar.jpg" alt="Code Review - Gaurav Kumar" width="565" height="384" /></p>
<p style="text-align: center;"><strong>Gaurav Kumar</strong></p>
<p>The decision for the second half was pretty tough. I had finally chosen <strong>Secure Code Review</strong> talk over Jason Li&#8217;s talk, because I&#8217;ve a personal interest in Code Review; added by the fact that the workshop was to be conducted by <strong>Dinis Cruz</strong>. Since we had to pre-select the talks, there was no scope to change it later. Needless to say, I was a bit disappointed initially. However, I must also mention that I don&#8217;t regret attending it. It was conducted by <strong>Gaurav Kumar</strong>, Ace Team, Microsoft. The best part about him, apart from the fact that he knows his stuff, is that he took all the M$ jokes sportingly <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p style="text-align: center;"><img class="aligncenter" title="Bipin with Walter and Jordan" src="https://projectbee.s3.amazonaws.com/img/Bipin-Walter-Jordan.jpg" alt="Bipin with Walter and Jordan" width="565" height="430" /></p>
<p style="text-align: center;"><strong>Bipin with Walter and Jordan</strong></p>
<p>I also got to meet <strong>Jordan Forssman </strong>(Armorize) and <strong>Walter Tsai </strong>(CTO, Armorize), although I regret not being able to spend enough time and talk some Geeky stuff. Oh and yes, Walter gifted me and Amit the <em>31337 </em>Armorize T-Shirts <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . I also got to meet a couple of more like minded people, though very briefly. I couldn&#8217;t share cards with all of them. Today Lava (whom I met during Gaurav&#8217;s workshop), contacted me today via this blog. Feel greats to be in touch with fellow geeks and to be able to share the geekiness. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;d like to be in touch with others too. Please feel free to  <a href="http://projectbee.org/blog/contact/">buzz me</a>.</p>
<p>I must admit, the hangover remained for quite a few days. It had motivated us to evaluate the possibility of another OWASP conf at Banglore. We&#8217;ll be discussing it at the next meet. For now, I have another interesting announcement to make. <strong>OWASP Banglore Chapter is starting Open Workshops for developers, students, and anyone interested to learn about Web Security</strong>. The first one is on Sept. 7th, at Microland, Bellandur. If you are interested kindly <a href="http://projectbee.org/blog/contact/">drop me a mail</a>; or even better, joing the <a href="http://lists.owasp.org/mailman/listinfo/owasp-bangalore">OWASP Bangalore mailing list</a> and put up your details.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>

<li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>

<li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/" rel="bookmark" title="June 29, 2008">Reviving OWASP Bangalore Chapter</a></li>

<li><a href="http://projectbee.org/blog/archive/rediffmail-bug-anyone-interested/" rel="bookmark" title="May 19, 2007">Rediffmail Bug. Anyone Interested?</a></li>
</ul><!-- Similar Posts took 5.339 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=FI5H6FwjoZg:G3xbAR8qTc0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=FI5H6FwjoZg:G3xbAR8qTc0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=FI5H6FwjoZg:G3xbAR8qTc0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=FI5H6FwjoZg:G3xbAR8qTc0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=FI5H6FwjoZg:G3xbAR8qTc0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/</feedburner:origLink></item>
		<item>
		<title>OWASP AppSec Conf Delhi – Day 1</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/dZ1FYq9iJKM/</link>
		<comments>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 06:41:33 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[hackers]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[delhi]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[owaspdelhi]]></category>
		<category><![CDATA[pics]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=125</guid>
		<description><![CDATA[Special Note: I don&#8217;t have my Canon EOS 350D with me nowadays, so I had to borrow my roomates Canon Powershot. The quality sucks, but still, the pictures are here. I&#8217;ll be honest, going by the conf prices and some of the talk titles; I was expecting OWASP AppSec Delhi to be targeted mainly for [...]]]></description>
			<content:encoded><![CDATA[<p><em>Special Note: I don&#8217;t have my Canon EOS 350D with me nowadays, so I had to borrow my roomates Canon Powershot. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The quality sucks, but still, the <a href="http://picasaweb.google.com/muxical.geek/OWASPAppSecConfDelhiAug08Day1">pictures are here</a>.</em></p>
<p>I&#8217;ll be honest, going by the conf prices and some of the talk titles; I was expecting <a href="http://www.owasp.org/index.php/OWASP_AppSec_India_Conference_2008">OWASP AppSec Delhi </a>to be targeted mainly for managers. Moreover, I didn&#8217;t really have enough hopes for the first day talks, at least. It felt even worse when I realized that Dinis Cruz hasn&#8217;t been able to make it. I was looking forward to his workshop in App Sec Code Review. But boy, what a day! <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The registration was scheduled to begin at 8:15 AM and I reached at 7:45. As if that was not enough, the registration was delayed by another 40-45 minutes. I like to be punctual, but end up playing the endless wait-game more than often.  However, on the bright side I got to interact with a couple of great guys, like Amit Parekh (MPS). Quite surprisingly, I also came across Manjula (Aujas Networks). I say surprisingly because when we had discussed about the conference at a previous OWASP Bangalore chapter meet, she had no plans to visit. I am glad she decided at the last moment. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Before I mention about the talks, I feel obligated to thank Nitin of OWASP Delhi chapter for letting me attend the conference even though my company has failed to pay the conference fees at the moment due to some strange procedural issues.</p>
<p style="text-align: center;"><img class="aligncenter" title="Bipin &amp; Amit" src="http://s3.amazonaws.com/projectbee/img/OWASP-Delhi-1.JPG" alt="Bipin &amp; Amit" width="584" height="434" /></p>
<p style="text-align: center;"><span style="color: #808000;"><strong>Bipin &amp; Amit</strong></span></p>
<p>The day began with the <strong>keynote</strong> speeches by <strong>Dhruv Soni</strong> and <strong>Puneet Mehta</strong> (OWASP Delhi Chapter), <strong>Murli Krishna</strong>(HP),<strong> Dr. Kamlesh Bajaj</strong> (DSCI), <strong>Jason Li</strong>(OWASP), and <strong>Mano Paul</strong>(ISC^2). The welcome notes by Dhruv and Puneet were followed by Dr. Bajaj and Murli Krishna&#8217;s keynotes. I couldn&#8217;t help but wish I could get seniors from the network management unit of my firm. I would love to believe that they would have had a heart change with respect to application security after the keynote <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Jason spoke on behalf of Dinis and introduced the newbies to OWASP and a couple of its projects. In case you are unaware (like me), there has been an interesting addition to the OWASP projects called <a href="http://www.owasp.org/index.php/ESAPI"><strong>ESAPI</strong></a>. It looks good at first glance. Hopefully, I&#8217;ll be having a closer look pretty soon. Finally, Mano Paul provided some interesting metaphors to the security scenario, and also introduced the youngest hacker in the crowd, his two year old son. It&#8217;ll surely be fun to attend his workshop on <strong><em>Advanced Thread Modelling</em></strong>.</p>
<p>Following the Keynote speeches, <strong>Jason Li</strong> introduced the crowd to his <strong>AntiSamy project</strong>. I especially liked the way he&#8217;d organized his talk to compare several XSS mitigation techniques and then prove why AntiSamy&#8217;s (or HTMLPurifier&#8217;s) approach is better <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . His talk was followed by <strong>Rajesh Nayak&#8217;s</strong> (HP) talk titled <strong>Web App Security: Too costly to ignore</strong>. Although, it was more of a sales pitch, it did have some valid points; and we did manage to have our share of fun. When a certain demo of his failed a couple of times and he had to restart his system, I couldn&#8217;t control my tendency to pass on loud remarks and asked whether it was an HP laptop <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  .</p>
<p style="text-align: center;"><img class="aligncenter" title="Bipin &amp; Amit" src="http://s3.amazonaws.com/projectbee/img/OWASP-Delhi-2.JPG" alt="Bipin &amp; Amit" width="584" height="434" /></p>
<p style="text-align: center;"><strong>Manjula, Sheeraj, &amp; Amit</strong></p>
<p>The much awaited <strong>Sheeraj Shah&#8217;s</strong> talk on <strong>Web 2.0 Security</strong> came after the lunch. As expected of him, the talk was pretty technical and wasn&#8217;t really for the noobs. He also talked about his home-brewed scripts to analyze Web 2.0 enabled/hyped portals. Later, <strong>Roshan Chandran</strong> of <strong>Paladion</strong> presented a very interesting case study on <strong>Testing 200+ applications in a $10 Billion Enterprise</strong>. This talk provoked a lot of techies in the crowd who were silent till now. Finally, <strong>Nischal Bhalla</strong> delivered a talk on <strong>Building Enterprise AppSec Program</strong>. This is something I&#8217;ve been trying to do at my workplace (with the help of my Bosses) and I guess I&#8217;ll be mailing Nischal for the presentation.</p>
<p>To summarize, none of the talks were any ground breaking research that we were not aware of, but the difference always comes in with experience; and that&#8217;s what made it an amazing day. It was great to look at things from the perception of these uber hackers. I am eagerly looking forward for tomorrows workshop&#8217;s &#8211; <strong>Advanced Threat Modelling</strong> by <strong>Mano Paul</strong>, and <strong>App Sec Code Review</strong> by <strong>Gaurav Kumar</strong> (which was originally scheduled by Dinis Cruz.</p>
<p>Oh and yes! The food was pretty good too. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/" rel="bookmark" title="September 4, 2008">OWASP AppSec Conf Delhi &#8211; Day 2; and more</a></li>

<li><a href="http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/" rel="bookmark" title="June 29, 2008">Reviving OWASP Bangalore Chapter</a></li>

<li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>

<li><a href="http://projectbee.org/blog/archive/tpm-boys-withdraw-paper-from-blackhat-usa/" rel="bookmark" title="July 5, 2007">TPM Boys withdraw paper from BlackHat USA</a></li>
</ul><!-- Similar Posts took 6.998 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=dZ1FYq9iJKM:-zb6ktgeaJ4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=dZ1FYq9iJKM:-zb6ktgeaJ4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=dZ1FYq9iJKM:-zb6ktgeaJ4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=dZ1FYq9iJKM:-zb6ktgeaJ4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=dZ1FYq9iJKM:-zb6ktgeaJ4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/</feedburner:origLink></item>
		<item>
		<title>No more lectures now…</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/eU-cNR4V5uU/</link>
		<comments>http://projectbee.org/blog/archive/no-more-lectures-now/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 10:36:53 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[hackers]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[irony]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[randy pausch]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=119</guid>
		<description><![CDATA[Randy Pausch, fondly known as the Last Lecture Guy, is no more. If you have not heard of him, I suggest you watch his &#8220;last lecture&#8221;. A summary of the lecture and Randy Pausch&#8217;s life can be read here. p.s.: @Johnny: Thanks for updating me. @Slashdot-ters: Thanks for not making stupid and mean remarks this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Randy Pausch</strong>, fondly known as <strong>the Last Lecture Guy</strong>, is no more.</p>
<p>If you have not heard of him, I suggest you watch his &#8220;last lecture&#8221;. A summary of the lecture and Randy Pausch&#8217;s life can be <a href="http://www.brownalumnimagazine.com/november/december_2007/its_not_time_yet.html">read here</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/ji5_MqicxSo&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ji5_MqicxSo&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>p.s.:<br />
@Johnny: Thanks for updating me.<br />
@Slashdot-ters: Thanks for not making stupid and mean remarks this time.<br />
@Randy Pausch: Rest In Peace dude.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/ot-sad-demise-of-guru-ammannur-madhava-chakyar/" rel="bookmark" title="July 2, 2008">[OT] Sad demise of Guru Ammannur Madhava Chakyar</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/" rel="bookmark" title="August 8, 2007">Apache Headache: &#8220;no listening sockets available&#8221;</a></li>

<li><a href="http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/" rel="bookmark" title="May 9, 2007">Open JavaFX, an alternative to AJAX?</a></li>

<li><a href="http://projectbee.org/blog/archive/slashdot-uh/" rel="bookmark" title="May 21, 2008">Slashdot, uh! :|</a></li>

<li><a href="http://projectbee.org/blog/archive/amazing-interrupt-handling/" rel="bookmark" title="April 12, 2007">Amazing Interrupt Handling!</a></li>
</ul><!-- Similar Posts took 7.018 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=eU-cNR4V5uU:mB7qy4WrxsU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=eU-cNR4V5uU:mB7qy4WrxsU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=eU-cNR4V5uU:mB7qy4WrxsU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=eU-cNR4V5uU:mB7qy4WrxsU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=eU-cNR4V5uU:mB7qy4WrxsU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/no-more-lectures-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/no-more-lectures-now/</feedburner:origLink></item>
		<item>
		<title>SecurCamp and back.</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/soFh-i-M3ro/</link>
		<comments>http://projectbee.org/blog/archive/securcamp-and-back/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 15:25:28 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[hackers]]></category>
		<category><![CDATA[irony]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[owaspbangalore]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=113</guid>
		<description><![CDATA[I spent the first half of the day at SecurCamp -1 (or Security Barcamp). It always great to get together with the community and today was no different. It came a sweet surprise to me that I have quite a few acquaintances in the community. The best part of the whole day, however, was getting [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the first half of the day at <a href="http://securitycamp.pbwiki.com/">SecurCamp -1</a> (or Security Barcamp). It always great to get together with the community and today was no different. It came a sweet surprise to me that I have quite a few acquaintances in the community. The best part of the whole day, however, was getting together with <a href="http://reboot.in/">Lucky</a> after a loooong time. It&#8217;s pretty strange that even after being in the same city, we haven&#8217;t been able to meet as often as we could have. So I decided to use the opportunity properly. In fact, I am now at his house, using his 1 mbs line while he&#8217;s away for his dance class (and hoping he doesn&#8217;t keep a sniffer on).</p>
<p><img src="http://s3.amazonaws.com/projectbee/img/Camping2.jpg" alt="By flickr.com/photos/fortphoto/2563803794/" width="609" height="390" /></p>
<p>I presented on &#8220;A conceptual Phishing/Fraud IDS&#8221;, something I had worked in Jan/Feb, but have been sleeping on in for all this while. Thanks to <a href="http://johnnyjacob.wordpress.com/">Johnny&#8217;s</a> pestering, I think I&#8217;ll write a small paper on it and distribute for review. I just hope the increased official workload is minimized by the new members joining the team. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We also used the opportunity to announce the OWASP Bangalore chapter revival. I have personally been working on identifying ways to ensure OWASP&#8217;s reach to the colleges, and have prepared a list of colleges in Bangalore. Let&#8217;s hope that we make it quick on that front too. Just to re-announce, if you are a student in/around Bangalore, drop me a <a href="http://projectbee.org/blog/contact/">note</a> and we&#8217;ll put your college on top-priority. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also had a very strange realization today. I have been a member of several communities (security and otherwise) and differences creep-in at some point. However, they are pretty quick (and a little more obvious) in the security communities. Be it mailing lists, blogs or even physical meets, people respond (and then re-respond) pretty loudly. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Is it because security is pretty demanding field where there isn&#8217;t much scope for a mistake, or is it because we all in the field carry a &#8220;I CAN&#8217;T be wrong&#8221; badge, or is it some other reason?</p>
<p>Time to move now. Hancock at 9:45PM <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/" rel="bookmark" title="June 29, 2008">Reviving OWASP Bangalore Chapter</a></li>

<li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/zone-h-deafced-by-saudi-hackers/" rel="bookmark" title="January 23, 2007">Zone-H Deafced by Saudi Hackers.</a></li>

<li><a href="http://projectbee.org/blog/archive/open-javafx-an-alternative-to-ajax/" rel="bookmark" title="May 9, 2007">Open JavaFX, an alternative to AJAX?</a></li>

<li><a href="http://projectbee.org/blog/archive/iframes-to-be-or-not-to-be/" rel="bookmark" title="September 10, 2007">IFrames &#8211; To be or not to be?</a></li>
</ul><!-- Similar Posts took 5.530 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=soFh-i-M3ro:x-rw0G9RNng:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=soFh-i-M3ro:x-rw0G9RNng:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=soFh-i-M3ro:x-rw0G9RNng:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=soFh-i-M3ro:x-rw0G9RNng:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=soFh-i-M3ro:x-rw0G9RNng:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/securcamp-and-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/securcamp-and-back/</feedburner:origLink></item>
		<item>
		<title>[OT] Sad demise of Guru Ammannur Madhava Chakyar</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/MOsS8kXXyIM/</link>
		<comments>http://projectbee.org/blog/archive/ot-sad-demise-of-guru-ammannur-madhava-chakyar/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 15:06:00 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[off-topic]]></category>
		<category><![CDATA[ammannur madhava chakyar]]></category>
		<category><![CDATA[indian classical music]]></category>
		<category><![CDATA[spicmacay]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=109</guid>
		<description><![CDATA[This post is not technical. However, being a SPICMACAYite and an Indian, I felt compelled to let my readers know about the sad news; especially when the news channels are not finding any slot for this legend. Koodiyattam exponent Ammannur Madhava Chakyar, recipient of the Padma Shri as well as the Padma Bhushan honours by [...]]]></description>
			<content:encoded><![CDATA[<p>This post is not technical. However, being a <a href="http://spicmacay.com/">SPICMACAYite</a> and an Indian, I felt compelled to let my readers know about the sad news; especially when the news channels are not finding any slot for this legend.</p>
<p><a href="http://www.mykerala.net/koodiyattom/koodiyattom.html">Koodiyattam</a> exponent Ammannur Madhava Chakyar, recipient of the Padma Shri as well as the Padma Bhushan honours by the Govrnment of India. He was not only responsible for bringing the art form Kutiyattam (or Koodiyattam) out of temples, but also with reviving it.</p>
<p><img class="alignleft" style="float: left;" src="http://s3.amazonaws.com/projectbee/img/Ammannur_Madhava_Chakyar.jpg" alt="Ammannur Madhava Chakyar" width="247" height="400" />The following news article from <a href="http://www.hindu.com/2008/07/02/stories/2008070258000400.htm">The Hindu</a> provides other details.</p>
<blockquote><p><em>Koodiyattom expert Ammannur Madhava Chakyar died at his residence, Ammannur Chakyar Madom, at Irinjalakuda, near here, on Tuesday. He was 92.<br />
The end came around 9.30 p.m.<br />
The history of modern Koodiyattom is inexorably entwined with Madhava Chakyar’s life and art.<br />
He did not want Koodiyattam to be restricted to the temple arena. His major contribution to the art was to take it beyond traditional confines.<br />
Ammannur’s debut performance was at the age of 11 at the Thirumandhamkunnu temple, Angadipuram. He played the role of Sutradhara in the play ‘Balacharita.’ His first-ever Prabandha Koothuwas held at Trikkovil temple at Chendamangalam.<br />
He trained under the princes of the royal family of erstwhile Kodungallur. He played his first major role, Sreerama in ‘Soorpanakankam’ at the Koodalmanikya temple in Irinjalakuda. He was a recipient of Padma Bhushan, Kalidasa Samman, Kerala Sangeeta Nataka Akademi Award and Kendra Sangeet Nataka Akademi Award. He is survived by his wife Parukutty Nangiaramma.</em></p></blockquote>
<p><strong>May his soul rest in peace.</strong></p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/iframes-to-be-or-not-to-be/" rel="bookmark" title="September 10, 2007">IFrames &#8211; To be or not to be?</a></li>

<li><a href="http://projectbee.org/blog/archive/tpm-boys-withdraw-paper-from-blackhat-usa/" rel="bookmark" title="July 5, 2007">TPM Boys withdraw paper from BlackHat USA</a></li>

<li><a href="http://projectbee.org/blog/archive/fake-steve-jobs-revealed/" rel="bookmark" title="August 6, 2007">Fake Steve Jobs Revealed</a></li>
</ul><!-- Similar Posts took 3.379 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=MOsS8kXXyIM:YUueSxbNGPs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=MOsS8kXXyIM:YUueSxbNGPs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=MOsS8kXXyIM:YUueSxbNGPs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=MOsS8kXXyIM:YUueSxbNGPs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=MOsS8kXXyIM:YUueSxbNGPs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/ot-sad-demise-of-guru-ammannur-madhava-chakyar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/ot-sad-demise-of-guru-ammannur-madhava-chakyar/</feedburner:origLink></item>
		<item>
		<title>Adieu, Billy Boy!</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/QAN83DFCCZc/</link>
		<comments>http://projectbee.org/blog/archive/adieu-billy-boy/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 12:17:21 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[adieu]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[geekculture]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=108</guid>
		<description><![CDATA[Taken from Joy of Tech On a personal note, you did change the world Billy Boy. Hope you do the same again. p.s. BTW, Joy Of Tech guys are good. Subscribe to them if you like a laugh once in a while. Similar Posts:Bill Gates no more The Richest Apache Headache: &#8220;no listening sockets available&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Taken from <a href="http://www.geekculture.com/joyoftech/joyarchives/1122.html">Joy of Tech</a></p>
<p style="text-align: center;"><img src="http://s3.amazonaws.com/projectbee/img/Billy.jpg" alt="by Joy Of Tech -- geekculture.com" width="516" height="707" /></p>
<p>On a personal note, you did change the world Billy Boy. Hope you do the same again. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>p.s. BTW, Joy Of Tech guys are good. <a href="http://www.joyoftech.com/joyoftech/jotblog/index.xml">Subscribe</a> to them if you like a laugh once in a while.</em></p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/bill-gates-no-more-the-richest/" rel="bookmark" title="July 4, 2007">Bill Gates no more The Richest</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/" rel="bookmark" title="August 8, 2007">Apache Headache: &#8220;no listening sockets available&#8221;</a></li>

<li><a href="http://projectbee.org/blog/archive/dreams-and-huh-reality/" rel="bookmark" title="June 4, 2007">Dreams&#8230; and (huh!) Reality.</a></li>

<li><a href="http://projectbee.org/blog/archive/tpm-boys-withdraw-paper-from-blackhat-usa/" rel="bookmark" title="July 5, 2007">TPM Boys withdraw paper from BlackHat USA</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>
</ul><!-- Similar Posts took 4.559 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=QAN83DFCCZc:lmmPgPl86Ao:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=QAN83DFCCZc:lmmPgPl86Ao:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=QAN83DFCCZc:lmmPgPl86Ao:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=QAN83DFCCZc:lmmPgPl86Ao:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=QAN83DFCCZc:lmmPgPl86Ao:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/adieu-billy-boy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/adieu-billy-boy/</feedburner:origLink></item>
		<item>
		<title>Reviving OWASP Bangalore Chapter</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/GsstQvHPg_M/</link>
		<comments>http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 14:23:56 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[owaspbangalore]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=106</guid>
		<description><![CDATA[The OWASP Bangalore Chapter met after almost an year today, and I was priviledged to be a part of it. As happens often with technical groups, including LUGs (Linux User Groups), they tend to loose participation and go to indefinite hibernation mode. OWASP-Bangalore&#8217;s fate was no different. Anyhoo! The important point is that we finally [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.owasp.org/index.php/Bangalore">OWASP Bangalore Chapter</a> met after almost an year today, and I was priviledged to be a part of it. As happens often with technical groups, including LUGs (Linux User Groups), they tend to loose participation and go to indefinite hibernation mode. OWASP-Bangalore&#8217;s fate was no different.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-107" title="Meeting room stencil graffiti by -- flickr.com/photos/clagnut/252185030/" src="http://projectbee.s3.amazonaws.com/img/Meeting.jpg" alt="Meeting room stencil graffiti by -- flickr.com/photos/clagnut/252185030/" width="500" height="375" /></p>
<p>Anyhoo! The important point is that we finally met today. There were around 12 peole who turned up, and boy, It&#8217;s always an honour to meet enthusiastic people from the Security community. Minutes of the meeting will be posted by Hari, Chapter coordinator, pretty soon on the OWASP-Bangalore mailing list. To cut things short, we discussed and decided on a couple of points to revive the Bangalore Chapter. I&#8217;ll personally be looking forward to spreading the information to younger audience. So, <strong>just in case you are a part of some College around Bangalore, <a href="http://projectbee.org/blog/contact/">feel free to drop me a note</a></strong>. We&#8217;d love to visit your campus and deliver talks, free of charge. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
As for the regular meetings, we&#8217;ve decided to meet every fourth Wednesday of the month. Venues will of course, keep changing.</p>
<p><em>p.s. I love the song &#8220;Jaane Kya Baat Hai&#8221; from the movie Sunny. But somehow, I am not able to get the other song,&#8221;Aur Kya Ahde Wafaa Hote Hain&#8221;, out of my mind since morning. Not that I am complaining <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
<table style="  background-color: #FFFFFF   ;border-color: #cccccc; color:#0000FF ; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:0px; border-width:1px; border-style:solid" border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="92" height="140" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#FFFFFF" /><param name="flashvars" value="autoPlay=no&amp;theFile=http://www.esnips.com//nsdoc/25708aa0-66eb-430c-be00-49a660bae4f4&amp;theName=Aur Kya Ahede Wafa Hote Hai - Sunny&amp;thePlayerURL=http://www.esnips.com//escentral/images/widgets/flash/mp3WidgetPlayer.swf" /><param name="src" value="http://www.esnips.com//escentral/images/widgets/flash/candle.swf" /><embed type="application/x-shockwave-flash" width="92" height="140" src="http://www.esnips.com//escentral/images/widgets/flash/candle.swf" flashvars="autoPlay=no&amp;theFile=http://www.esnips.com//nsdoc/25708aa0-66eb-430c-be00-49a660bae4f4&amp;theName=Aur Kya Ahede Wafa Hote Hai - Sunny&amp;thePlayerURL=http://www.esnips.com//escentral/images/widgets/flash/mp3WidgetPlayer.swf" bgcolor="#FFFFFF"></embed></object></td>
</tr>
<tr>
<td style="font-size:11px" align="center" valign="bottom"><a style="color: #0000FF" href="http://www.esnips.com/doc/25708aa0-66eb-430c-be00-49a660bae4f4/Aur-Kya-Ahede-Wafa-Hote-Hai---Sunny/?widget=flash_player_candle">Aur Kya Ahede Wafa&#8230;</a></td>
</tr>
</tbody>
</table>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>

<li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/" rel="bookmark" title="September 4, 2008">OWASP AppSec Conf Delhi &#8211; Day 2; and more</a></li>

<li><a href="http://projectbee.org/blog/archive/http-protocol/" rel="bookmark" title="December 15, 2011">HTTP protocol and other stuff that power the web</a></li>
</ul><!-- Similar Posts took 5.316 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=GsstQvHPg_M:WAWC8FVyl9A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=GsstQvHPg_M:WAWC8FVyl9A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=GsstQvHPg_M:WAWC8FVyl9A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=GsstQvHPg_M:WAWC8FVyl9A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=GsstQvHPg_M:WAWC8FVyl9A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/</feedburner:origLink></item>
		<item>
		<title>SecurityCamp is here, where are you?</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/d54M9dOIADw/</link>
		<comments>http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 12:34:52 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[owaspbangalore]]></category>
		<category><![CDATA[securitycamp]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=104</guid>
		<description><![CDATA[Update: OWASP Bangalore Chapter is meeting on 29th June, i.e. Sunday, morning at 9:00 AM at Indian Coffee House. M.G. Road, Bangalore. Join us, if you can. I feel extremely glad to announce that Security Camp, the first security Barcamp in Bangalore (as far as as I know) is on12th of July. It&#8217;s being hosted [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #808000;">Update: OWASP Bangalore Chapter is meeting on 29th June, i.e. Sunday, morning at 9:00 AM at Indian Coffee House. M.G. Road, Bangalore. Join us, if you can.</span></strong></p>
<p>I feel extremely glad to announce that <a href="http://securitycamp.pbwiki.com/"><span style="color: #808000;"><strong>Security Camp</strong></span></a>, the first security Barcamp in Bangalore (as far as as I know) is on12th of July. It&#8217;s being hosted by RSA.</p>
<p><img src="file:///C:/DOCUME~1/bu45674/Local%20Settings/Temp/moz-screenshot.jpg" alt="" /><img class="aligncenter" src="http://farm1.static.flickr.com/10/15355970_5c4e25928d_o_d.jpg" alt="by flickr.com/photos/place_light/15355970/" width="430" height="302" /></p>
<p>Being a FOSS and NGO enthusiast, I am big fan of communities and highly respect the power they can unleash towards the motive. I have always felt that the Security community in India could be a little more organized and visible. Unfortunately, all I have seen till now is a couple of mailing lists (which are really good btw), some hacker gamers (who game all night long <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), and a couple of small conferences (like Club Hack, OWASP&#8217;s Mumbai meet). Although these deserve respect in their own right, but there&#8217;s always scope for a lot more, especially the visibility factor. Now, this BarCamp isn&#8217;t going change everything overnight (in fact the number of registrations are pretty low), but I am happy to see yet another one popping up. Luckily, Harinath, the chapter lead of OWASP-Bangalore, has called for revival of the chapter. I am hoping that we meet at Security Camp and come up with a survival plan <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But again, firstly I wish I can make it to the Security Camp. We, at office, are expecting some OpenSocial related work in the first week of July, which probably means no Saturdays and no Sundays <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  I was also hoping to visit the meet with my Geeky-partner <a href="http://johnnyjacob.wordpress.com/">Johnny</a> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , but he&#8217;d be out of town. No complaints though, he&#8217;d be talking at <a href="http://guadec.expectnation.com/public/content/main">GUADEC</a> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (uh, who came up with that acronym?)</p>
<p>I am sincerely hoping to be able to make it (and may be take my team there too). If I do, I&#8217;ll probably talk about a small research I did towards <em><strong>Designing a Phishing/Fraud IDS</strong></em>. Apart from the fact that I tried talking about it during DevCamp (where my lappy didn&#8217;t work with the projector and I&#8217;d to hold it in my hand <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ), I&#8217;ve been sleeping on it. Mostly because there&#8217;s lot to be done to reduce the false-positives, which is anyways the case with all IDSes.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>

<li><a href="http://projectbee.org/blog/archive/reviving-owasp-bangalore-chapter/" rel="bookmark" title="June 29, 2008">Reviving OWASP Bangalore Chapter</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-2-and-more/" rel="bookmark" title="September 4, 2008">OWASP AppSec Conf Delhi &#8211; Day 2; and more</a></li>

<li><a href="http://projectbee.org/blog/archive/owasp-appsec-conf-delhi-day-1/" rel="bookmark" title="August 21, 2008">OWASP AppSec Conf Delhi &#8211; Day 1</a></li>

<li><a href="http://projectbee.org/blog/archive/what-a-new-year-gift/" rel="bookmark" title="January 5, 2008">What a new year Gift! :)</a></li>
</ul><!-- Similar Posts took 4.851 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=d54M9dOIADw:Qo-4FbbvbGM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=d54M9dOIADw:Qo-4FbbvbGM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=d54M9dOIADw:Qo-4FbbvbGM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=d54M9dOIADw:Qo-4FbbvbGM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=d54M9dOIADw:Qo-4FbbvbGM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/</feedburner:origLink></item>
		<item>
		<title>Bittu’s back :)</title>
		<link>http://feedproxy.google.com/~r/projectbee/~3/OHLjDVyy1AM/</link>
		<comments>http://projectbee.org/blog/archive/bittus-back/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 11:31:15 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=103</guid>
		<description><![CDATA[Bittu, my wife, got revamped. For unemotional people, it simply means I bought a new laptop She is red, and she&#8217;s hot! She&#8217;s a Dell XPS M1330. Other features include: 1. Intel Core-2 Duo, 2.1 GHz (My first intel. I used to be with AMD) 2. 200GB HD , 7200rpm 3. 128 MB Nvidia graphics [...]]]></description>
			<content:encoded><![CDATA[<p>Bittu, my wife, got revamped. <em>For unemotional people, it simply means I bought a new laptop</em> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>She is red, and she&#8217;s hot!</p>
<p><img src="http://farm4.static.flickr.com/3163/2571423177_fdc6c3a8c9_o_d.jpg" alt="Bittu" width="454" height="340" /></p>
<p>She&#8217;s a Dell XPS M1330. Other features include:</p>
<p>1. Intel Core-2 Duo, 2.1 GHz (<em>My first intel. I used to be with AMD</em>)<br />
2. 200GB HD , 7200rpm<br />
3. 128 MB Nvidia graphics card (<em>the games run awesomely, and I have re-entered the gaming arena. Currently re-re-replaying Serious Sam, Second Encounter</em>)<br />
4. Pre-Loaded Vista <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   (<em>I am still a little confused, whether I go ahead with OpenSuse 10.3 or wait 6 more days for OpenSuse 11 to arrive.</em> <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )<br />
5. and other regular features like DVD writer, fingerprint scanner, built-in webcam, etc. etc. etc.</p>
<p>I should have updated about her by now, but have been very very busy with an official work involving OpenSocial till yesterday. Hoping to publish other draftified articles soon.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/what-a-new-year-gift/" rel="bookmark" title="January 5, 2008">What a new year Gift! :)</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>

<li><a href="http://projectbee.org/blog/archive/iframes-to-be-or-not-to-be/" rel="bookmark" title="September 10, 2007">IFrames &#8211; To be or not to be?</a></li>

<li><a href="http://projectbee.org/blog/archive/securitycamp-is-here-where-are-you/" rel="bookmark" title="June 25, 2008">SecurityCamp is here, where are you?</a></li>

<li><a href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/" rel="bookmark" title="August 8, 2007">Apache Headache: &#8220;no listening sockets available&#8221;</a></li>
</ul><!-- Similar Posts took 5.957 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/projectbee?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/projectbee?i=OHLjDVyy1AM:_j6KWQdp84c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/projectbee?i=OHLjDVyy1AM:_j6KWQdp84c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/projectbee?i=OHLjDVyy1AM:_j6KWQdp84c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/projectbee?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/projectbee?i=OHLjDVyy1AM:_j6KWQdp84c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/projectbee?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/projectbee?a=OHLjDVyy1AM:_j6KWQdp84c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/projectbee?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/bittus-back/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://projectbee.org/blog/archive/bittus-back/</feedburner:origLink></item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->

