<?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>TechBuzz &#187; firefox 3</title> <atom:link href="http://tech-buzz.net/tag/firefox-3/feed/" rel="self" type="application/rss+xml" /><link>http://tech-buzz.net</link> <description>Tech Tips, Mobiles, Web and Computer How-Tos</description> <lastBuildDate>Thu, 09 Feb 2012 17:00:11 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</title><link>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/</link> <comments>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/#comments</comments> <pubDate>Mon, 25 Apr 2011 14:05:32 +0000</pubDate> <dc:creator>Thilak</dc:creator> <category><![CDATA[Browser]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox 3]]></category> <category><![CDATA[Firefox 4]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Keylogger]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://tech-buzz.net/?p=5196</guid> <description><![CDATA[<p>Firefox has a feature which remembers your password, so that you don’t have to physically type it whenever you visit your favorite site like Facebook or Twitter. Each time you log into the site for the first time, Firefox will display a note requesting whether you want to save the password or not. By removing [...]</p><p>This article, <a href="http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/">Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2006/06/02/download-rapidshare-premium-passwords/' rel='bookmark' title='Download Rapidshare Premium Passwords'>Download Rapidshare Premium Passwords</a></li><li><a href='http://tech-buzz.net/2006/08/01/firefox-extension-scrapbook/' rel='bookmark' title='Firefox Extension: Scrapbook'>Firefox Extension: Scrapbook</a></li><li><a href='http://tech-buzz.net/2006/09/02/firefox-2-beta-2-released/' rel='bookmark' title='Firefox 2 Beta 2 Released'>Firefox 2 Beta 2 Released</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Firefox has a feature which remembers your password, so that you don’t have to physically type it whenever you visit your favorite site like Facebook or Twitter. Each time you log into the site for the first time, Firefox will display a note requesting whether you want to save the password or not. By removing this password prompt message, you can turn your Firefox into a secret key logger remembering each and every password used to login. There are two scenarios where you may find this worthwhile:</p><p>1. You are the only person using the computer, and you have used a master security password. In this scenario, you find it rather annoying to see the message consistently, and it’s safe to disable the password prompt since you have encrypted all your passwords with a master password, which is required to either use or view your saved password.</p><p>2. Your friend frequently uses your computer, without your permission and you want to steal his password to warn him about the consequence. Whatever the reason maybe, I truly believe having your own little key logger in your own computer isn’t something which is morally wrong; unless you are stealing his PayPal password (Firefox doesn’t remember passwords from sites like PayPal by default).</p><p><img style="margin: 0px auto; display: block; float: none;" title="Firefox Remember Password Message" src="http://tech-buzz.net/wp-content/uploads/2011/04/disable_firefox_remember.png" alt="Firefox Remember Password Message" width="390" height="128" /></p><p>Firefox saves all its “not-to-be-messed-with” settings in the components folder normally located at C:\Program Files\Mozilla Firefox\. We modify nsLoginManagerPrompter.js to change the way Firefox behaves when it comes to saving passwords.</p><h3>How to Disable Save Password Notification in Firefox 4+</h3><p>1. Go to your Mozilla Firefox installation folder. By default, Firefox 4 is installed to this folder: C:/Program Files (×86)/Mozilla Firefox/ (in Windows 7)</p><p>2. Here comes the tricky part, Firefox 4 saves most of its components in an archive called omni.jar and archive extracting tools such as the one built into Windows 7 or 7Zip fail to open or extract omni.jar. I tried WinRAR 4 and it seems to handle omni.jar without any snags. I have not tested other programs, so it’s wise to <strong>make a backup of omni.jar for the worst case scenario</strong>. Also note that WinRAR cannot extract omni.jar in system folders such as “Program Files”, so copy omni.jar to a different location before extracting it.</p><p>3. Open component &gt; nsLoginManagerPrompter.js with a text editor (preferably the one with syntax highlight. I use Notepad++)</p><p>4.<strong> Select everything between line 800 to 869 and replace it with:</strong></p><p>{code type=php}var pwmgr = this._pwmgr; pwmgr.addLogin(aLogin);{/code}</p><p><img style="margin: 0px auto; display: block; float: none;" title="Disable Password Prompt in Firefox 4" src="http://tech-buzz.net/wp-content/uploads/2011/04/firefox-keylogger.png" alt="Disable Password Prompt in Firefox 4" width="510" height="181" /></p><p>5. Save the file and repack omni.jar. Again, be a careful while you repack. Do not repack “omni” folder, but repack everything inside that folder. Compress it as zip, and then rename omni.zip as omni.jar</p><p>6. Close Firefox and overwrite the old omni.jar with the one which you just modified.</p><h3>How to Disable Password Save Notification Bar in Firefox 3+</h3><p>Removing the password save notification in Firefox 3+ is simpler than Firefox 4 because older versions of Firefox do not compress their components in omni.jar. You can find nsLoginManagerPrompter.js normally located in C:\Program Files\Mozilla Firefox\components\</p><p><strong>Replace line 642 to 711 with this code:</strong></p><p>{code type=php}var pwmgr = this._pwmgr;</p><p>pwmgr.addLogin(aLogin);{/code}</p><p>Firefox will now save all the usernames and passwords automatically without the user’s consent. You can view saved password from Firefox &gt; Options &gt; Security &gt; Saved Passwords.</p><h3>Things to keep in mind:</h3><p>1. Use this tutorial at your own risk and responsibility.</p><p>2. <strong>Do not use this tutorial with malicious intent.</strong></p><p>3. nsLoginManagerPrompter.js might change when you upgrade your Firefox to a newer version.</p><p>4. <strong>Use a strong master password before you disable “Remember Password” notification</strong>. Otherwise, anyone with access to your browser can see your passwords in plain text.</p><p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2006/06/02/download-rapidshare-premium-passwords/' rel='bookmark' title='Download Rapidshare Premium Passwords'>Download Rapidshare Premium Passwords</a></li><li><a href='http://tech-buzz.net/2006/08/01/firefox-extension-scrapbook/' rel='bookmark' title='Firefox Extension: Scrapbook'>Firefox Extension: Scrapbook</a></li><li><a href='http://tech-buzz.net/2006/09/02/firefox-2-beta-2-released/' rel='bookmark' title='Firefox 2 Beta 2 Released'>Firefox 2 Beta 2 Released</a></li></ol></p><p>This article, <a href="http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/">Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>]]></content:encoded> <wfw:commentRss>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Firefox 3 gets native theme for Vista, XP and OS X</title><link>http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/</link> <comments>http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/#comments</comments> <pubDate>Sun, 21 Oct 2007 18:46:12 +0000</pubDate> <dc:creator>Thilak</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[firefox 3]]></category> <category><![CDATA[themes]]></category><guid isPermaLink="false">http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/</guid> <description><![CDATA[<p>Firefox has the same standard look and feel across all platforms. But this is going to change in Firefox 3. Mozilla is working on new visual theme for Firefox, which will be designed to smoothly fit into the operating system. Probably, this will help Mozilla in retaining new users, who would otherwise find it difficult [...]</p><p>This article, <a href="http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/">Firefox 3 gets native theme for Vista, XP and OS X</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2007/01/31/firefox-2-with-a-ie-7-look/' rel='bookmark' title='Make Firefox Look Like Internet Explorer 7'>Make Firefox Look Like Internet Explorer 7</a></li><li><a href='http://tech-buzz.net/2006/09/10/flock-theme-for-firefox/' rel='bookmark' title='Flock theme for Firefox'>Flock theme for Firefox</a></li><li><a href='http://tech-buzz.net/2006/05/13/orkut-toolbar-for-firefox/' rel='bookmark' title='Orkut Toolbar for Firefox'>Orkut Toolbar for Firefox</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Firefox has the same standard look and feel across all platforms. But this is going to change in Firefox 3. Mozilla is working on new visual theme for Firefox, which will be designed to smoothly fit into the operating system. Probably, this will help Mozilla in retaining new users, who would otherwise find it difficult in Firefox environment.</p><p align="center"><img id="id" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="220" alt="Firefox 3 for Vista" src="http://uploads.tech-buzz.net/Firefox3getsnativethemeforVistaXPandOSX_487/vista_firefox.png" width="440" border="0" /></p><p align="center"><a href="http://uploads.tech-buzz.net/Firefox3getsnativethemeforVistaXPandOSX_487/osx_fireofx3.png"><img id="id" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="113" alt="Firefox 3 for OS X" src="http://uploads.tech-buzz.net/Firefox3getsnativethemeforVistaXPandOSX_487/osx_fireofx3_thumb.png" width="440" border="0" /></a></p><p>From the screenshots, the planned Vista theme looks a lot like Internet Explorer 7 with the same forward/backward icons. Likewise, the OS X version of Firefox 3 would resembles a lot with Safari. Linux will probably have a native theme as well, but this is going to be hard as Linux comes in variety of flavors.</p><p>I think this is step in the right direction to retain more users, but at the same time, it will be hard for those using Firefox across different platforms. For instance, I use both Vista and Ubuntu on my laptop, but I use XP on my desktop, which meansÃ¢â‚¬Â¦ i&#8217;ll have to get used to three different themes of Firefox. I hope, they add an option switch back to the standard theme, just like how it looks today.</p><p>[Via: <a href="http://blog.mozilla.com/faaborg/2007/10/10/the-firefox-3-visual-refresh-system-integration/">Alex Faaborg</a>, <a href="http://cybernetnews.com/2007/10/18/firefox-3-to-include-separate-vista-xp-themes/">CyberNet</a>]</p><p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2007/01/31/firefox-2-with-a-ie-7-look/' rel='bookmark' title='Make Firefox Look Like Internet Explorer 7'>Make Firefox Look Like Internet Explorer 7</a></li><li><a href='http://tech-buzz.net/2006/09/10/flock-theme-for-firefox/' rel='bookmark' title='Flock theme for Firefox'>Flock theme for Firefox</a></li><li><a href='http://tech-buzz.net/2006/05/13/orkut-toolbar-for-firefox/' rel='bookmark' title='Orkut Toolbar for Firefox'>Orkut Toolbar for Firefox</a></li></ol></p><p>This article, <a href="http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/">Firefox 3 gets native theme for Vista, XP and OS X</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>]]></content:encoded> <wfw:commentRss>http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 5/27 queries in 0.013 seconds using apc
Object Caching 978/989 objects using apc

Served from: tech-buzz.net @ 2012-02-09 12:44:15 -->
