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

<channel>
	<title>Code in my Bug! &#187; demo</title>
	<atom:link href="http://projectbee.org/blog/archive/category/demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://projectbee.org/blog</link>
	<description>Bipin&#039;s experiments with life, society, programming, hacking, &#38; 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>
		<item>
		<title>A Phish floating in Google Survey!</title>
		<link>http://projectbee.org/blog/archive/a-phish-floating-in-google-survey/</link>
		<comments>http://projectbee.org/blog/archive/a-phish-floating-in-google-survey/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 16:24:26 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[demo]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/?p=68</guid>
		<description><![CDATA[Demo 1. Phizy-Phizy-Phizy I have always loved making this phizy-phizy-phizy sound purposelessly, which I once heard in a Rob Schneider movie (which, if I remember correctly, was a pathetic movie). Anyhoo! I, now, have a set of very strong reasons to move around repeating the same lines. First, we received a request to be involved [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #3366ff;"><strong><a href="http://yahoo-survey.99k.org/">Demo</a></strong></span></h3>
<h3><span style="color: #3366ff;"><strong><a href="http://yahoo-survey.99k.org/"></a></strong></span> <span style="color: #3366ff;"><strong>1. Phizy-Phizy-Phizy</strong></span></h3>
<p>I have always loved making this <em>phizy-phizy-phizy</em> sound purposelessly, which I once heard in a <a href="http://www.imdb.com/name/nm0001705/">Rob Schneider</a> movie (which, if I remember correctly, was a pathetic movie). Anyhoo! I, now, have a set of very strong reasons to move around repeating the same lines.<br />
First, we received a request to be involved in a discussion for a Risk Assessment Model for a Banking site. This model had to be focussed on Two Factor Authentication and <strong>Phishing</strong>. This brainstorming gave me a couple of interesting avenues to work on. Hopefully, I&#8217;ll be writing more in this pretty soon.<br />
Secondly, <a href="http://jtrac.info">Peter Thomas</a> (one of my amazing Bosses), forwarded me the link about the <a href="http://www.net-security.org/article.php?id=1110">latest research</a> by <a href="http://www.dhanjani.com/blog/2008/01/bad-sushi-beati.html/">Nitesh Dhanjani</a> &amp; Billy Rios. They virtually infiltrated the Phishers ecosystem and have come up with some very interesting information.<br />
Thirdly, my friend <a href="http://theaveragelife.wordpress.com/">Swen</a> called me up to let me know about a phishing mail, claiming to be a Google survey, that had landed in his mailbox. He was excited for two reasons:<br />
a) He had received a phishing mail for the first time, and I guess you all remember the excitement the first time you discovered your first phishing mail.<br />
b) He is one of the Google fans, and is worried about the safety of the vast majority of user-base Google has. Obviously, his concern isn&#8217;t without reasons.<br />
<img src="http://s3.amazonaws.com/projectbee/img/Phishes.jpg" alt="by-mcbeth www.flickr.com/photos/mcbeth/235875/" width="498" height="368" /></p>
<h3><span style="color: #3366ff;">2. A Phish named GoogleSurvey</span></h3>
<p>As I mentioned Swen informed me about the shiny phish called GoogleSurvey. It presents you a page that looks completely similar to the Google Login page and requests you to login in order to complete the survey. If you login, you are presented with 3 questions on by one. At the end you are thanked for completing the survey.</p>
<h3><span style="color: #3366ff;">3. Anatomy of Google-Survey-Phish gills</span></h3>
<p>The Google Survey Phish isn&#8217;t sophisticated y ANY standards. Clearly, it&#8217;s done by some n00b, and was probably deployed using a very cheap Phishing Kit. However, it&#8217;s really interesting to understand how it works.<br />
The first page the you encounter while analyzing is <a href="http://www.googlesurvey.co.nr/">http://www.googlesurvey.co.nr/</a>, which I must admit, looks very similar to the Google Mail login page. A look at the source code reveals that this is not the original page. The google mail look-alike page is alike page is actually located at <a href="http://googlesurvey.99k.org/">http://googlesurvey.99k.org/</a>. http://www.googlesurvey.co.nr/ only frames the page at with 100% width and 0px border.</p>
<p>Another interesting point to note is that the phisher used a free hosting service http://www.zymic.com/free-web-hosting/. Thus, theoretically he/she cannot be traced. Not via the hosting service, at least. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, when you enter your id and password, the data is sent to a php script on the server located at http://googlesurvey.99k.org/LoginAuth.php. Quite obviously, this script stores/mails your credentials for someone who&#8217;s not a very pleasing person.</p>
<h3><span style="color: #3366ff;">4. <a href="http://yahoo-survey.99k.org/">Demo: Farming your own Phishes for fun &amp; profit *cough*</a></span></h3>
<p>The world of Phishing is so dark, deep, safe, easy, and seductive that a person with even a slight malign would be tempted to this farm his/her own phishes and make easy money. I <a href="http://yahoo-survey.99k.org/">set up my phishing domain for educational purposes</a>. It also shows how quickly you can setup your very own phishing portal, sometimes even without a phishing kit. The domain I&#8217;ve setup has the following flaws (introduced to prevent me getting screwed by some half-witted law enforcer) :<br />
1. The domain points at Yahoo!, while the page displayed is similar to the GMail login page.<br />
2. The information entered is NOT stored. You can check it by entering garbage data.</p>
<p>I have used the same page used by the GoogleSurvey Phish, and also used the same free hosting service.</p>
<h3><span style="color: #3366ff;">5. Conclusion</span></h3>
<p>It&#8217;s almost impossible to prevent users from getting Phished. People will continue to click on links they receive in their inbox and &lt;/sarcasm&gt; proceed to win an ipod &lt;/sarcasm&gt;. Reducing phishing requires a number of things to be in place -sensible developers, well informed end user, smart browsers with phishing aware features (IE7, Fx2 etc.), a few toolbars like NetCraft to be installed, etc. etc. And even doing all this doesn&#8217;t guarantee to save a user ignorant of phshing. I mean how do you save a person who doesn&#8217;t even know that such a kind of fraud exists.<br />
Moreover, the URI vulnerabilities have added another dimension to the whole phishing scene. <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/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/rediffmail-bug-anyone-interested/" rel="bookmark" title="May 19, 2007">Rediffmail Bug. Anyone Interested?</a></li>

<li><a href="http://projectbee.org/blog/archive/adsense-exploited-by-malware-trojanqhostwu/" rel="bookmark" title="December 22, 2007">AdSense exploited by malware (Trojan.Qhost.WU)</a></li>

<li><a href="http://projectbee.org/blog/archive/google-bomb-update-diffused/" rel="bookmark" title="January 22, 2007">Google Bomb! [Update: Diffused]</a></li>

<li><a href="http://projectbee.org/blog/archive/top-rating-in-google-d/" rel="bookmark" title="January 18, 2007">Top Rating in Google :D</a></li>
</ul><!-- Similar Posts took 8.956 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/a-phish-floating-in-google-survey/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Yahoo!&#8217;s javascript based media player!</title>
		<link>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/</link>
		<comments>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 10:45:55 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[malgudi days]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[surabhi]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2008/01/09/yahoos-javascript-based-mp3-player/</guid>
		<description><![CDATA[Yahoo! launched it browser based media player written in javascript. All you have to do is link the javascript code (located at http://mediaplayer.yahoo.com/js) in a web page having links to audio file(s) . Although it takes a while for the &#8220;player&#8221; to load completely, yet I am pretty okay with it (for now). Moreover, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/mediaplayer/">Yahoo! launched it browser based media player</a> written in javascript. All you have to do is link the javascript code (located at <a href="http://mediaplayer.yahoo.com/js">http://mediaplayer.yahoo.com/js</a>) in a web page having links to audio file(s) .</p>
<p>Although it takes a while for the &#8220;player&#8221; to load completely, yet I am pretty okay with it (for now). Moreover, it&#8217;s in beta. I, however, sincerely hope that it doesn&#8217;t follow GMail beta path. urghh!</p>
<p><strike>Check back again in a few hours. I&#8217;ll posting a demo of the player on my portal.</strike> <a href="http://projectbee.org/demos/YMusic.html">A demo is here. </a><strike>The demo would have</strike> This demo has a special meaning for the Indians of my age (or older than) because the songs I&#8217;ll be using will be the one we all grew up with, viz. Jungle Book, Mile Sur Mera Tumhara, Baje Sargam, Byomkesh Bakshi, Malgudi Days, Surabhi, Tipu Sultan &amp; Mahbharat. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Special thanks to Madhav for sharing them.</p>
Similar Posts:<ul><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/yahoo-gone-insane/" rel="bookmark" title="August 11, 2007">Yahoo! gone Insane!</a></li>

<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/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/m-windowsxp-just-got-a-newer-version-of-update-with-new-components/" rel="bookmark" title="August 21, 2007">M$ WindowsXP just got a newer version of Update with new Components!</a></li>
</ul><!-- Similar Posts took 6.897 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Drive-by Download: Where Network Security Meets WebAppSec</title>
		<link>http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/</link>
		<comments>http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 13:19:01 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[demo]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[loophole]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[webappsec]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[iframe]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/11/02/drive-by-download-where-network-security-meets-webappsec/</guid>
		<description><![CDATA[DEMO This post was due since the Bank of India hack incident, and was fueled by PDP&#8217;s Drive-by Java post, which is a very simple, yet a well thought of extension (sort of) to the Drive-by Download attack. This post is aimed to provide a clearer understanding of the Drive-by Download attack (via a demo). [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://projectbee.org/demos/dbd.html"><strong>DEMO</strong></a></h3>
<p>This post was due since the <a href="http://sunbeltblog.blogspot.com/2007/08/breaking-bank-of-india-seriously.html">Bank of India hack incident</a>, and was fueled by <a href="http://www.gnucitizen.org/blog/hacking-without-0days-drive-by-java/">PDP&#8217;s Drive-by Java post</a>, which is a very simple, yet a well thought of extension (sort of) to the Drive-by Download attack. This post is aimed to provide a clearer understanding of the Drive-by Download attack (via a demo).</p>
<p>Citing <a href="http://en.wikipedia.org/wiki/Drive-by_download">Wikipedia</a>, <strong>Any download that happens without knowledge of the user</strong> can be referred to as Drive-by Download (DBD). Pretty obviously, an attacker downloads (or uploads, depending on the perspective) malwares, viruses etc., especially in case of a zero-day. Now, I should also specify that by the sub-title &#8220;network security meets web application security&#8221;, I simply wish to point that viruses, malwares, worms are not really a concern of WebAppSec. <em>Please note that these exclude the Javascript payloads</em>.</p>
<p>Here is the video of Bank of India Hack, <strong>showing </strong>DBD in action.<br />
<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="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/aWV8d2rWf8E&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/aWV8d2rWf8E&amp;hl=en" wmode="transparent"></embed></object></p>
<p>Here is <a href="http://projectbee.org/demos/dbd.html">my demo of <strong>DBD in action</strong></a><strong>.<br />
</strong>All files downloaded to your system are 0 (zero) KB and are completely harmless. You&#8217;ve my word. <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/grabbing-video-from-youtube/" rel="bookmark" title="January 6, 2007">Grabbing Video from Youtube.</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>

<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/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/securcamp-and-back/" rel="bookmark" title="July 12, 2008">SecurCamp and back.</a></li>
</ul><!-- Similar Posts took 5.300 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</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! -->
