<?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>Web Security Archives - CVTF Studios.net</title>
	<atom:link href="https://cvtfstudios.net/category/web-security/feed/" rel="self" type="application/rss+xml" />
	<link>https://cvtfstudios.net/category/web-security/</link>
	<description>Webhosting in the city</description>
	<lastBuildDate>Wed, 30 Jun 2021 12:28:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Let&#8217;s Encrypt Revoking 3 Million TLS Certificates</title>
		<link>https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/</link>
					<comments>https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 04 Mar 2020 12:55:35 +0000</pubDate>
				<category><![CDATA[IT Industry]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Security]]></category>
		<guid isPermaLink="false">https://cvtfstudios.net/?p=68248</guid>

					<description><![CDATA[<p>The most popular free certificate signing authority Let's Encrypt is going to revoke more than 3 million TLS certificates within the next 24 hours that may have been issued wrongfully due to a bug in its Certificate Authority software. The bug, which Let's Encrypt confirmed on February 29 and was fixed two hours after discovery,  [...]</p>
<p>The post <a href="https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/">Let&#8217;s Encrypt Revoking 3 Million TLS Certificates</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div dir="ltr">
<p>The most popular free certificate signing authority <b>Let&#8217;s Encrypt</b> is going to revoke more than 3 million TLS certificates within the next 24 hours that may have been issued wrongfully due to a bug in its Certificate Authority software.</p>
<p>The bug, which Let&#8217;s Encrypt <a href="https://community.letsencrypt.org/t/2020-02-29-caa-rechecking-bug/114591" target="_blank" rel="noopener noreferrer">confirmed</a> on February 29 and was fixed two hours after discovery, impacted the way it checked the domain name ownership before issuing new TLS certificates.</p>
<p>As a result, the bug opened up a scenario where a certificate could be issued even without adequately validating the holder&#8217;s control of a domain name.</p>
<p>The <a href="https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization" target="_blank" rel="noopener noreferrer">Certification Authority Authorization</a> (CAA), an internet security policy, allows domain name holders to indicate to certificate authorities (CAs) whether or not they are authorized to issue digital certificates for a specific domain name.</p>
<div class="ad_two clear"></div>
<p>Let&#8217;s Encrypt considers domain validation results good only for 30 days from the time of validation, after which it rechecks the CAA record authorizing that domain before issuing the certificate. The bug — which was uncovered in the code for Boulder, the certificate signing software used by Let&#8217;s Encrypt — is as follows:</p>
<blockquote class="tr_bq"><p>&#8220;When a certificate request contained N domain names that needed CAA rechecking, Boulder would pick one domain name and check it N times.&#8221; In other words, when Boulder needed to parse, for example, a group of 5 domains names that required CAA rechecking, it would check one domain name 5 times as opposed to checking each of the 5 domains once.</p></blockquote>
<p>The company said the bug was introduced as part of an update back in July 2019.</p>
<p>This means that Let&#8217;s Encrypt might have issued certificates that it shouldn&#8217;t have in the first place, as a result of which it&#8217;s revoking all the TLS certificates that were affected by the bug.</p>
<p>The development comes as Let&#8217;s Encrypt project announced last week that it had issued its <a href="https://thehackernews.com/2020/02/lets-encrypt-ssl-certificate.html" target="_blank" rel="noopener noreferrer">one-billionth free TLS certificate</a> since its launch in 2015.</p>
<div class="separator"><a href="https://1.bp.blogspot.com/-D-UMK4IH20Q/Xl-IC-yQ2DI/AAAAAAAAADg/GLU_4BTJEE8zZ7NOq6a6aSQmIn0QMo27ACLcBGAsYHQ/s728-e100/ssl-error.png"><img decoding="async" title="SSL error page" src="https://1.bp.blogspot.com/-D-UMK4IH20Q/Xl-IC-yQ2DI/AAAAAAAAADg/GLU_4BTJEE8zZ7NOq6a6aSQmIn0QMo27ACLcBGAsYHQ/s728-e100/ssl-error.png" alt="SSL error page" border="0" data-original-height="563" data-original-width="728" /></a></div>
<p>Let&#8217;s Encrypt said <a href="https://community.letsencrypt.org/t/revoking-certain-certificates-on-march-4/114864/" target="_blank" rel="noopener noreferrer">2.6 percent</a> of approximately 116 million active certificates are affected — about 3,048,289 — out of which about one million are duplicates of other affected certificates.</p>
<div class="ad_two clear"></div>
<p>Affected website owners have until 8PM UTC (3PM EST) March 4 to <a href="https://certbot.eff.org/docs/using.html?highlight=renew#renewing-certificates" target="_blank" rel="noopener noreferrer">manually renew and replace their certificates</a>, failing which visitors to the websites will be greeted with <b>TLS security warnings</b> — as the certificates are revoked — until the renewal process is complete.</p>
<p>It&#8217;s worth noting that the certificates issued by Let&#8217;s Encrypt are valid for a period of 90 days, and ACME clients such as Certbot are capable of automatically renewing them.</p>
<p>But with Let&#8217;s Encrypt revoking all impacted certificates, website admins will have to perform a forced renewal to prevent any interruptions.</p>
<p>Besides using the tool <a href="https://checkhost.unboundtest.com/">https://checkhost.unboundtest.com/</a> to check if a certificate needs replacement, Let&#8217;s Encrypt has put together a <a href="https://letsencrypt.org/caaproblem/" target="_blank" rel="noopener noreferrer">downloadable list of affected serial numbers</a>, allowing subscribers to check if their websites rely on an affected certificate.</p>
</div>
<p>&nbsp;</p>
<div class="cf note-b">Have something to say about this article? Comment below or share it with us on <a href="https://www.facebook.com/thehackernews" target="_blank" rel="noopener noreferrer">Facebook</a>, <a href="https://twitter.com/thehackersnews" target="_blank" rel="noopener noreferrer">Twitter</a> or our <a href="https://www.linkedin.com/company/thehackernews/" target="_blank" rel="noopener noreferrer">LinkedIn Group</a>.</div>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&amp;linkname=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Flets-encrypt-revoking-3-million-tls-certificates%2F&#038;title=Let%E2%80%99s%20Encrypt%20Revoking%203%20Million%20TLS%20Certificates" data-a2a-url="https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/" data-a2a-title="Let’s Encrypt Revoking 3 Million TLS Certificates"></a></p><p>The post <a href="https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/">Let&#8217;s Encrypt Revoking 3 Million TLS Certificates</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/lets-encrypt-revoking-3-million-tls-certificates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Crypto-Mining Supply Chain Attack Hits UK Gov&#8217;t websites</title>
		<link>https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/</link>
					<comments>https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 15:08:57 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Word Press]]></category>
		<guid isPermaLink="false">https://cvtfstudios.net/?p=3567</guid>

					<description><![CDATA[<p>This entry was posted in General Security, WordPress Security on February 11, 2018 by Mark Maunder . In the past 24 hours, Security researcher Scott Helme discovered that a third party accessibility plugin called ‘Browsealoud’ had their servers compromised. The plugin relies on a website including Javascript in their content in order to work.  [...]</p>
<p>The post <a href="https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/">Crypto-Mining Supply Chain Attack Hits UK Gov&#8217;t websites</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<div class="post-title">
<div style="text-align: left;" align="left">
<p>This entry was posted in <a href="https://www.wordfence.com/blog/category/general-security/" rel="category tag">General Security</a>, <a href="https://www.wordfence.com/blog/category/wordpress-security/" rel="category tag">WordPress Security</a> on February 11, 2018 by <a href="https://www.wordfence.com/blog/author/mark/">Mark Maunder</a> .</p>
</div>
</div>
<p>In the past 24 hours, Security researcher <a href="https://twitter.com/Scott_Helme" target="_blank" rel="noopener noreferrer">Scott Helme</a> discovered that a third party accessibility plugin called ‘Browsealoud’ had their servers compromised. The plugin relies on a website including Javascript in their content in order to work. This compromise resulted in over 4,000 websites serving up cryptomining malware.</p>
<p>The malware uses site visitor CPUs to mine for Monero cryptocurrency. The sites that use Browsealoud included the UK Information Commissioner’s office, UK National Health Service websites, an Australian provincial government website and <a href="https://twitter.com/Scott_Helme/status/962810451817041920" target="_blank" rel="noopener noreferrer">many more</a>.</p>
<p>Texthelp is the company that makes the Browsealoud plugin. They <a href="https://www.texthelp.com/en-gb/company/corporate-blog/february-2018/data-security-investigation-underway-at-texthelp/" target="_blank" rel="noopener noreferrer">are reporting</a> that their product was infected for four hours, affecting sites that use the Browsealoud plugin before it was take offline. The product remains offline while they investigate.</p>
<h2>Cryptomining Attacks On The Rise</h2>
<p>In November we <a href="https://www.wordfence.com/blog/2017/11/wordpress-plugin-banned-crypto-mining/" target="_blank" rel="noopener noreferrer">wrote about a WordPress plugin that was banned for including cryptomining code</a>, specifically CoinHive code that mines <a href="https://en.wikipedia.org/wiki/Monero_(cryptocurrency)" target="_blank" rel="noopener noreferrer">Monero</a> currency. In that case, if a website used the banned plugin, any visitor to the site would see their browser CPU resources exploited to mine Monero and the proceeds were aggregated using CoinHive and sent to the plugin owner. Back then I included a <a href="https://www.youtube.com/watch?time_continue=2&amp;v=jIzyZAkMusM" target="_blank" rel="noopener noreferrer">video showing how CPU fan speed increases as the workload increases</a> from Monero mining.</p>
<p>In December of last year, we wrote about a <a href="https://www.wordfence.com/blog/2017/12/massive-cryptomining-campaign-wordpress/" target="_blank" rel="noopener noreferrer">massive Monero cryptomining attack campaign that targeted WordPress</a>.</p>
<p>Scott <a href="https://scotthelme.co.uk/protect-site-from-cyrptojacking-csp-sri/" target="_blank" rel="noopener noreferrer">reports</a> that this campaign also used CoinHive code to mine Monero and send the proceeds back to the attacker.</p>
<h2>Supply Chain Attacks Have Wide Impact</h2>
<p>On January 2nd of this year, my colleague <a href="https://www.wordfence.com/blog/2018/01/wordpress-supply-chain-attacks/" target="_blank" rel="noopener noreferrer">Dan Moen wrote about the emerging threat of supply chain attacks</a>. He had mentioned to me that, in light of the rise in supply chain attacks we saw in 2017 targeting WordPress, it is quite likely that 2018 is going to see a large number of these kinds of attacks affecting site owners and we had better get the word out, which we did.</p>
<p>As Dan <a href="https://www.wordfence.com/blog/2018/01/wordpress-supply-chain-attacks/" target="_blank" rel="noopener noreferrer">wrote</a> in January, “In the software industry, a supply chain attack exploits a trusted relationship between software vendors or authors and their customers.”. In that post we were focused on discussing the risk of compromised plugins affecting thousands of WordPress sites.</p>
<p>This is another kind of supply chain attack that affects the “trusted relationship between software vendors or authors and their customers”. You trust a service distributing Javascript to maintain site security. If that service is compromised, it affects any website using that code – potentially thousands of websites. As is the case with WordPress plugins, Javascript supply chain attacks allow a malicious actor to compromise thousands of websites with a single hack.</p>
<p>In the case of Browsealoud, the incident could have been much worse. The attacker could have stolen credentials from government websites in multiple countries. Instead, they simply exploited the CPU resources of site visitors to mine Monero cryptocurrency.</p>
<h2>How To Protect Your Site and Site Visitors From JS Supply Chain Attacks</h2>
<p>There is an easy way to protect yourself against Javascript supply chain attacks using a security feature called <a href="https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity" target="_blank" rel="noopener noreferrer"><em>Subresource Integrity, or SRI</em></a>. If you are including javascript code from an external source using the &lt;SCRIPT&gt; tag, simply include an ‘integrity’ attribute which will cause browsers to not load the script if it is modified from the original version.</p>
<p>Normally you’ll include a script like this:</p>
<p><a href="https://www.wordfence.com/wp-content/uploads/2018/02/insecure-jquery.png"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-18921" src="https://www.wordfence.com/wp-content/uploads/2018/02/insecure-jquery.png" sizes="(max-width: 544px) 100vw, 544px" srcset="https://www.wordfence.com/wp-content/uploads/2018/02/insecure-jquery.png 544w, https://www.wordfence.com/wp-content/uploads/2018/02/insecure-jquery-150x28.png 150w, https://www.wordfence.com/wp-content/uploads/2018/02/insecure-jquery-300x55.png 300w" alt="" width="544" height="100" /></a></p>
<p>To secure your site against JS supply chain attacks, change it to:</p>
<p><a href="https://www.wordfence.com/wp-content/uploads/2018/02/jquery-secure.png"><img decoding="async" class="alignnone size-full wp-image-18922" src="https://www.wordfence.com/wp-content/uploads/2018/02/jquery-secure.png" sizes="(max-width: 644px) 100vw, 644px" srcset="https://www.wordfence.com/wp-content/uploads/2018/02/jquery-secure.png 644w, https://www.wordfence.com/wp-content/uploads/2018/02/jquery-secure-150x36.png 150w, https://www.wordfence.com/wp-content/uploads/2018/02/jquery-secure-300x72.png 300w" alt="" width="644" height="154" /></a></p>
<p>Making this change is easy. You can <a href="https://report-uri.com/home/sri_hash" target="_blank" rel="noopener noreferrer">visit this page to generate a hash and the inclusion code</a> from a script URL.</p>
<p>The ‘integrity’ attribute contains a ‘hash’ that uniquely identifies the content of the script. If that content changes, the browser can recognize that it has changed and will refuse to load the script. This gives site owners back control over what they load from remote servers, by refusing to load code that has changed from the original version.</p>
<p>You should be aware that once you use SRI and include a hash for your scripts, if the vendor changes the script, it will not load. This has the benefit of protecting your site visitors if a hacker compromises the vendor site and injects malware into the javascript that you are loading. But it also has the side effect that if a vendor updates their code at that same URL, your script will no longer load.</p>
<p>Some legacy vendors may rely on the ability to update their code at a URL whenever they please and have your site simply load the new code without you taking action. If a vendor includes a version number in the script URL, as in the jQuery URL above, then you probably don’t have to worry about this. But if the URL is something like //example.com/source/code/lives/here.js and there is no version specified, then check with the vendor to find out whether they will be updating the script you are using. They may need to notify you when they perform updates to avoid service interruptions.</p>
<p>In general I would avoid any vendor that insists on the ability to remotely update code without you making a change to your website code. It’s a security risk, as this case illustrates.</p>
<h2>Javascript Supply Chain Attacks Are Real-Time</h2>
<p>The thing that differentiates a JS supply chain attack from other forms is that, once the attacker installs their malicious code, victims are instantly affected. No action is required by the site administrator or site visitors. Code is being loaded per visit from the compromised server and the moment a code change is made, it is active in victim browsers.</p>
<p>This is different from application supply chain attacks or WordPress plugin supply chain attacks. An application supply chain attack needs a compromised application to be distributed before it exploits users. Desktop or mobile users need to upgrade to the new version before they are effected. Even if an auto-update is pushed out by the attacker somehow, there will be some delay before it is effective.</p>
<p>A WordPress plugin supply chain attack needs site owners to update to the new compromised plugin version before it is active. Javascript supply chain attacks are instantly active and being loaded by site visitors as soon as the attacker saves the file to the distribution web server. That is why it is critically important to use SRI for all external scripts on your site.</p>
<p>Please spread the word about the risk of Javascript supply chain attacks and how to mitigate them using Subresource Integrity or SRI.</p>
<div class="fm_social_share">
<p><strong>Did you enjoy this post? Share it!</strong></p>
</div>

		</div>
	</div>
</div></div></div></div>
</div><p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&amp;linkname=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Fcryptomining-supply-chain-attack-hits-government-websites%2F&#038;title=Crypto-Mining%20Supply%20Chain%20Attack%20Hits%20UK%20Gov%E2%80%99t%20websites" data-a2a-url="https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/" data-a2a-title="Crypto-Mining Supply Chain Attack Hits UK Gov’t websites"></a></p><p>The post <a href="https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/">Crypto-Mining Supply Chain Attack Hits UK Gov&#8217;t websites</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/cryptomining-supply-chain-attack-hits-government-websites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>15000 compromised servers</title>
		<link>https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/</link>
					<comments>https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 17:56:38 +0000</pubDate>
				<category><![CDATA[IT Industry]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Virus and spyware cleaning services]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Botnets]]></category>
		<guid isPermaLink="false">https://cvtfstudios.net/?p=3546</guid>

					<description><![CDATA[<p>Swati Khandelwal Technical Writer, Security Blogger and IT Analyst. She is a Technology Enthusiast with a keen eye on the Cyberspace and other tech related developments. Link: https://thehackernews.com/2017/05/cryptocurrency-mining-botnet.html     A new botnet consisting of more than 15,000 compromised servers has been used to mine various cryptocurrencies, earning  [...]</p>
<p>The post <a href="https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/">15000 compromised servers</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1352px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-image-element" style="text-align:center;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);"><span class=" fusion-imageframe imageframe-none imageframe-1 hover-type-zoomin"><img decoding="async" width="745" height="425" title="heatmap of BotNets around the globe" src="https://cvtfstudios.net/wp-content/uploads/2018/01/heatmap-of-BotNets-around-the-globe.png" alt class="img-responsive wp-image-3547" srcset="https://cvtfstudios.net/wp-content/uploads/2018/01/heatmap-of-BotNets-around-the-globe-300x171.png 300w, https://cvtfstudios.net/wp-content/uploads/2018/01/heatmap-of-BotNets-around-the-globe-500x285.png 500w, https://cvtfstudios.net/wp-content/uploads/2018/01/heatmap-of-BotNets-around-the-globe-700x399.png 700w, https://cvtfstudios.net/wp-content/uploads/2018/01/heatmap-of-BotNets-around-the-globe.png 745w" sizes="(max-width: 745px) 100vw, 745px" /></span></div><div class="fusion-section-separator section-separator triangle fusion-section-separator-1" style="--awb-border-top:1px solid rgba(237,238,242,0);--awb-spacer-height:1px;--awb-svg-margin-left:1.92%;--awb-svg-margin-right:1.92%;--awb-svg-margin-left-medium:1.92%;--awb-svg-margin-right-medium:1.92%;--awb-svg-margin-left-small:1.92%;--awb-svg-margin-right-small:1.92%;--awb-icon-color:;"><div class="fusion-section-separator-svg"><div class="divider-candy-arrow top" style="bottom:0px;border-bottom-color: rgba(244,246,247,0);"></div><div class="divider-candy top" style="top:-21px;border-bottom:1px solid rgba(237,238,242,0);border-left:1px solid rgba(237,238,242,0);"></div></div><div class="fusion-section-separator-spacer"><div class="fusion-section-separator-spacer-height"></div></div></div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:3.84%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-spacing-right-medium:3.84%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1"><div id="aim1915063168749987277">
<div dir="ltr">
<address class="author-info clear">
<div class="author-info-pic">
<figure class="author-img"><img decoding="async" class="alignright" src="https://3.bp.blogspot.com/-HtAkqjuOK1M/Wezp-pHtRiI/AAAAAAAAufA/OgZyPFEhy3YVeSE_5PIgaohtPJefgyUowCLcBGAs/s1600/swati-khandelwal-hackernews.png" alt="Swati - Hacking News" width="125" height="125" /></figure>
</div>
<div class="author-info-bio"></div>
</address>
</div>
<div dir="ltr"></div>
<div dir="ltr"></div>
</div>
</div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_2 1_2 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:50%;--awb-margin-top-large:0px;--awb-spacing-right-large:3.84%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:3.84%;--awb-width-medium:50%;--awb-spacing-right-medium:3.84%;--awb-spacing-left-medium:3.84%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-2"><div id="aim1915063168749987277">
<div dir="ltr">
<address class="author-info clear">
<div class="author-info-bio">
<div style="text-align: left;"><a class="authors" href="https://twitter.com/Swati_THN" rel="author"><span class="author-name"><strong>Swati Khandelwal</strong></span></a></div>
<div class="author-bio" style="text-align: left;">Technical Writer, Security Blogger and IT Analyst.</div>
<div class="author-bio" style="text-align: left;">She is a Technology Enthusiast with a keen eye on the Cyberspace and other tech related developments.</div>
<div style="text-align: left;">Link: https://thehackernews.com/2017/05/cryptocurrency-mining-botnet.html</div>
</div>
<div></div>
</address>
</div>
<div dir="ltr"></div>
<div dir="ltr"></div>
</div>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:calc( 1300px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:0px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-3"><div id="aim1915063168749987277">
<div dir="ltr">
<p>A new botnet consisting of more than 15,000 compromised servers has been used to mine various cryptocurrencies, earning its master around $25,000 per month.</p>
<p>Mining cryptocurrencies can be a costly investment, as it requires an enormous amount of computing power, but cybercriminals have found an easy money-making solution.</p>
<p>Dubbed BondNet, the botnet was first <a href="https://www.guardicore.com/2017/05/the-bondnet-army/" target="_blank" rel="nofollow noopener noreferrer">spotted</a> in December 2016 by GuardiCore researchers, who traced back the botnet malware developer, using online handle Bond007.01, to China.</p>
</div>
</div>
<div id="aim2915063168749987277">According to the GuardiCore researchers, Bond007.01 is currently using BondNet for mining cryptocurrencies</div>
<div>— primarily Monero, but also ByteCoin, RieCoin, and ZCash</div>
<div>— but they warn that the hacker could easily take full control of compromised servers for malicious purposes, like mounting <a href="https://thehackernews.com/2016/10/ddos-attack-mirai-iot.html" target="_blank" rel="noopener noreferrer">Mirai-style DDoS</a> attacks.</div>
<h3>BondNet&#8217;s Botnet Infrastructure</h3>
<p><span class="main-article-info">One thing that&#8217;s worth noticing is that the botnet operator does not use all infected machines for mining cryptocurrencies. The operator has built its botnet infrastructure of compromised servers with various roles:</span></p>
<p><span class="main-article-info"><b>1. </b>Some infected machines serve as scanning servers to check for vulnerable systems on the Internet by going through a list of IP addresses with open ports that have been compiled with the WinEggDrop TCP port scanner.</span></p>
<p><b>2. </b>Some servers are used as file servers to host the mining software.</p>
<p><b>3. </b>Other infected servers are turned into command-and-control (C&amp;C) servers after they have been equipped with a fork of <a href="https://github.com/dAnjou/goup" target="_blank" rel="nofollow noopener noreferrer">goup</a> — a small open source HTTP server written in Golang.</p>
<blockquote class="tr_bq">
<p>&#8220;Building an attack infrastructure on top of victim machines helps conceal the attacker’s true identity and origin of the attack,&#8221; the GuardiCore researchers explained in their report published Thursday.</p>
</blockquote>
<blockquote class="tr_bq">
<p>&#8220;It also provides high availability infrastructure, which is very helpful when relying on compromised servers, providing infinite backup options in case one of the servers fails or loses connectivity to the internet.&#8221;</p>
</blockquote>
<p><span class="main-article-info">BondNet has already infected more than 15,000 server machines at major institutions around the world, including high-profile global companies, universities, and city councils, while the majority of them runs Windows Server 2008 R2.</span></p>
<p>Additionally, the BondNet botnet adds around 500 new machines to its network each day, and an approximately the same number of servers are delisted.</p>
<h3>Here&#8217;s How to Detect the Threat and How to Mitigate:</h3>
<p><span class="main-article-info"><br />
To prevent your machines from getting hacked, server admins are advised to secure their systems by regularly applying security patches for all software, updating the firmware, and employing stronger passwords.</span></p>
<p>Meanwhile, GuardiCore has also provided <a href="https://www.guardicore.com/2017/05/the-bondnet-army/#network-IOC" target="_blank" rel="nofollow noopener noreferrer">network and file indicators</a> of compromise systems to help server administrators check whether their machines are among compromised ones.</p>
<p>The researchers have also released a <a href="https://www.guardicore.com/2017/05/the-bondnet-army/#cleanup-tool" target="_blank" rel="nofollow noopener noreferrer">detection &amp; cleanup tool</a> (registration is required to download it) to help admins find and remove BondNet bots from their servers, as well as instructions on how to clean the system manually, without using the script.</p>
</div></div></div></div></div>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&amp;linkname=15000%20compromised%20servers" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2F15000-compromised-servers-used-mine-various-cryptocurrencies%2F&#038;title=15000%20compromised%20servers" data-a2a-url="https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/" data-a2a-title="15000 compromised servers"></a></p><p>The post <a href="https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/">15000 compromised servers</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/15000-compromised-servers-used-mine-various-cryptocurrencies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Two critical vulnerabilities in Foxit Reader</title>
		<link>https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/</link>
					<comments>https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 03 Oct 2017 11:50:23 +0000</pubDate>
				<category><![CDATA[Virus and spyware cleaning services]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Windows OS]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3505</guid>

					<description><![CDATA[<p>Using Foxit Reader? You might be vulnerable to network breaches Desktop Central | August 25, 2017 | 2 min read Cybersecurity and cyberattacks have become prominent topics lately. No matter how much you secure your network, vulnerabilities continue to emerge for different operating systems and applications. Most recently, security professionals have discovered two critical vulnerabilities  [...]</p>
<p>The post <a href="https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/">Two critical vulnerabilities in Foxit Reader</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Using Foxit Reader? You might be vulnerable to network breaches<br />
<a href="https://blogs.manageengine.com/desktop-mobile/desktopcentral/2017/08/25/using-foxit-reader-you-might-be-vulnerable-to-network-breaches.html">Desktop Central</a> | August 25, 2017 | 2 min read</p>
<p><a href="https://blogs.manageengine.com/desktop-mobile/desktopcentral/2017/08/25/using-foxit-reader-you-might-be-vulnerable-to-network-breaches.html"><img decoding="async" class="aligncenter size-large wp-image-3506" src="https://cvtfstudios.net/wp-content/uploads/2017/10/foxit-1024x427.jpg" alt="" width="1024" height="427" srcset="https://cvtfstudios.net/wp-content/uploads/2017/10/foxit-300x125.jpg 300w, https://cvtfstudios.net/wp-content/uploads/2017/10/foxit-500x208.jpg 500w, https://cvtfstudios.net/wp-content/uploads/2017/10/foxit-700x292.jpg 700w, https://cvtfstudios.net/wp-content/uploads/2017/10/foxit-1024x427.jpg 1024w, https://cvtfstudios.net/wp-content/uploads/2017/10/foxit.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Cybersecurity and cyberattacks have become prominent topics lately. No matter how much you secure your network, vulnerabilities continue to emerge for different operating systems and applications. Most recently, security professionals have discovered two critical vulnerabilities in a third-party PDF reading application called Foxit Reader. These vulnerabilities allow hackers to execute arbitrarily-defined code on a user‘s computer when Foxit Reader is used without Safe Reading Mode enabled.</p>
<p>Two critical zero–day vulnerabilities</p>
<p>On August 17th, researchers Steven Seeley and Ariele Caltabiano discovered two vulnerabilities in Foxit Reader:</p>
<p>1. CVE-2017-10951, which acts as a command injection bug that resides in the app.launchURL function and executes strings provided by hackers. This vulnerability is mainly due to improper validation.</p>
<p>2. CVE-2017-10952, which exists in the saveAs function and allows hackers to execute an arbitrarily–specified file on user computers. If the arbitrary file is modified, then hackers can modify anything on the end user’s computer. Steven Seeley has tested a proof of concept and published it on Zero Day Initiative.</p>
<p>How can you keep Foxit Reader safe?</p>
<p>1.Take precautions: Avoid downloading attachments from email addresses you don’t know. Opening a PDF from a nefarious sender could compromise your entire system.</p>
<p>2.Manually change settings: Whether you’re using Foxit Reader or Foxit Phantom PDF, go to the settings menu and enable Safe Reading Mode and uncheck Enable JavaScript Actions.</p>
<p>3.Employ automatic patch management: Doing all the ground work manually is tiresome and complicated, especially since the number of vulnerabilities per application continually increases. Regularly updating your network is one of the best ways to remain free from zero-day vulnerabilities. Stay vigilant by employing patch management software like Desktop Central, which manages and deploys patches automatically.</p>
<p>How can ManageEngine help?</p>
<p>ManageEngine offers two types of support for these Foxit Reader vulnerabilities:</p>
<p>1.Patch deployment</p>
<p>Desktop Central can patch Windows, Mac, Linux, and over 250 third-party applications, all from a central location. We have released an update specifically for Foxit products to automatically enable Safe Reading Mode in Foxit PDF applications.</p>
<p>2.Registry configuration</p>
<p>With Desktop Central, you can deploy specific registry configurations, including the Foxit-specific keys below, to managed computers.</p>
<p>Key for enabling Safe Reading Mode:<br />
HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader 8.0\Preferences\TrustManager<br />
bSafeMode=1 (Enable Safe Reading Mode)<br />
bSafeMode=0 (Disable Safe Reading Mode)</p>
<p>Key for unchecking Enable JavaScript Actions:<br />
HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader 8.0\Preferences\Others<br />
bEnableJS=1 (Enable JavaScript Actions)<br />
bEnableJS=0 (Disable JavaScript Actions)</p>
<p>Start using Desktop Central today to evade vulnerabilities and breaches happening across any third–party application.<br />
Related posts :</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&amp;linkname=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Ftwo-critical-vulnerabilities-in-foxit-reader%2F&#038;title=Two%20critical%20vulnerabilities%20in%20Foxit%20Reader" data-a2a-url="https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/" data-a2a-title="Two critical vulnerabilities in Foxit Reader"></a></p><p>The post <a href="https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/">Two critical vulnerabilities in Foxit Reader</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/two-critical-vulnerabilities-in-foxit-reader/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Update of WordPress to 4.8</title>
		<link>https://cvtfstudios.net/update-wordpress-4-8/</link>
					<comments>https://cvtfstudios.net/update-wordpress-4-8/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 09 Jun 2017 16:05:56 +0000</pubDate>
				<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Word Press]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3471</guid>

					<description><![CDATA[<p>WordPress 4.8 “Evans” Posted June 8, 2017 by Matt Mullenweg. Filed under Releases. An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add  [...]</p>
<p>The post <a href="https://cvtfstudios.net/update-wordpress-4-8/">Update of WordPress to 4.8</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="fancy"><a href="https://wordpress.org/news/2017/06/evans/">WordPress 4.8 “Evans”</a></h2>
<div class="meta">Posted June 8, 2017 by <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>. Filed under <a href="https://wordpress.org/news/category/releases/" rel="category tag">Releases</a>.</div>
<div class="storycontent">
<h2>An Update with You in Mind</h2>
<h3>Gear up for a more intuitive WordPress!</h3>
<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>
<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>
<hr />
<h2>Exciting Widget Updates</h2>
<p><center><br />
<img decoding="async" class="wp-image-4776 aligncenter" src="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&amp;ssl=1" sizes="(max-width: 632px) 100vw, 632px" srcset="https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&amp;ssl=1 1264w" alt="" width="862" height="595" /></center></div>
<div>
<h3></h3>
<hr />
<h3>Image Widget</h3>
<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>
<h3>Video Widget</h3>
<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>
<h3>Audio Widget</h3>
<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>
<h3>Rich Text Widget</h3>
<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>
</div>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&amp;linkname=Update%20of%20WordPress%20to%204.8" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Fupdate-wordpress-4-8%2F&#038;title=Update%20of%20WordPress%20to%204.8" data-a2a-url="https://cvtfstudios.net/update-wordpress-4-8/" data-a2a-title="Update of WordPress to 4.8"></a></p><p>The post <a href="https://cvtfstudios.net/update-wordpress-4-8/">Update of WordPress to 4.8</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/update-wordpress-4-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the best Linux Distributions for Hacking and Penetration Testing in 2016</title>
		<link>https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/</link>
					<comments>https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 21:09:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Linux Distributions for Hacking and Penetration Testing]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3441</guid>

					<description><![CDATA[<p>Last updated August 1, 2016 By Munif Tanjim- https://itsfoss.com Looking for best Linux to learn hacking? Whether you want to pursue a career in Information Security or you are already working as a security professional or if you are just interested in this specific field of knowledge, a decent Linux distro that suits your purpose  [...]</p>
<p>The post <a href="https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/">What is the best Linux Distributions for Hacking and Penetration Testing in 2016</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h6><img decoding="async" class="alignnone wp-image-3447" src="https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F-1024x640.png" alt="kali-wp-june-2014_1920x1200_F" width="806" height="504" srcset="https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F-300x188.png 300w, https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F-500x313.png 500w, https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F-700x438.png 700w, https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F-1024x640.png 1024w, https://cvtfstudios.net/wp-content/uploads/2016/08/kali-wp-june-2014_1920x1200_F.png 1920w" sizes="(max-width: 806px) 100vw, 806px" /></h6>
<h6>Last updated <time class="entry-modified-time" datetime="2016-08-01T20:42:41+00:00">August 1, 2016</time> By <span class="entry-author"><a class="entry-author-link" href="https://itsfoss.com/author/munif/" rel="author"><span class="entry-author-name">Munif Tanjim</span></a></span>&#8211; <a href="https://itsfoss.com/linux-hacking-penetration-testing/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=linux_and_open_source_stories_this_week">https://itsfoss.com</a></h6>
<p>Looking for <strong>best Linux to learn hacking</strong>?</p>
<p>Whether you want to pursue a career in Information Security or you are already working as a security professional or if you are just interested in this specific field of knowledge, a decent Linux distro that suits your purpose is a must.</p>
<p>There are countless Linux distros for various purposes. Some are designed for specific tasks in mind and others are for different interfaces.</p>
<p>We have seen <a href="https://itsfoss.com/weird-ubuntu-based-linux-distributions/" target="_blank" rel="noopener">weird Ubuntu distributions</a> in an older article. But, today we are going to have a look at a list of some of the <em><strong>best Linux distro to learn hacking</strong> and Penetration Testing</em>.</p>
<p>Before we see the best Linux distros for hackers, I would recommend you to check for <a href="https://shop.itsfoss.com/search?utf8=%E2%9C%93&amp;query=hacking+course" target="_blank" rel="noopener">online hacking courses at our ITSFOSS shop</a>.</p>
<h2>Best Linux hacking distros in 2016</h2>
<p>I have basically listed out various Linux distributions focusing on security. These Linux distros provide various tools that are needed for assessing networking security and other similar tasks. List is in no particular order.</p>
<h3><a class="external external_icon" href="https://www.kali.org/" target="_blank" rel="nofollow noopener">Kali Linux</a></h3>
<p>Kali Linux is the most widely known Linux distro for ethical hacking and penetration testing. Kali Linux was developed by Offensive Security taking on the mantle of <a class="external external_icon" href="https://www.backtrack-linux.org/" target="_blank" rel="nofollow noopener">BackTrack</a>.</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&amp;linkname=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Fbest-linux-distributions-hacking-penetration-testing-2016%2F&#038;title=What%20is%20the%20best%20Linux%20Distributions%20for%20Hacking%20and%20Penetration%20Testing%20in%202016" data-a2a-url="https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/" data-a2a-title="What is the best Linux Distributions for Hacking and Penetration Testing in 2016"></a></p><p>The post <a href="https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/">What is the best Linux Distributions for Hacking and Penetration Testing in 2016</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/best-linux-distributions-hacking-penetration-testing-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fortinet SSH Backdoor Found In Firewalls</title>
		<link>https://cvtfstudios.net/3399-2/</link>
					<comments>https://cvtfstudios.net/3399-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 21 Apr 2016 12:35:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Fortinet SSH Backdoor Found In Firewalls]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3399</guid>

					<description><![CDATA[<p>    January 14, 2016 So the Fortinet SSH Backdoor, apparently it’s just a management authentication issue. Sorry, what’s that? It looks like a passphrase based admin level access login via SSH to me personally. Which is scary. They are adamantly shouting from rooftops that it was not planted by a 3rd party (NSA? Like  [...]</p>
<p>The post <a href="https://cvtfstudios.net/3399-2/">Fortinet SSH Backdoor Found In Firewalls</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="post-meta"><abbr class="date time published updated" title="2016-01-14T01:55:11+0800"> </abbr></div>
<section class="entry">
<p align="center"><img decoding="async" class="aligncenter" src="https://c2.staticflickr.com/2/1720/24332701546_d394b9b905.jpg" alt="Fortinet SSH Backdoor Found In Firewalls" /></p>
<p>&nbsp;</p>
<p><abbr class="date time published updated" title="2016-01-14T01:55:11+0800">January 14, 2016</abbr></p>
<p>So the Fortinet SSH Backdoor, apparently it’s just a management authentication issue. Sorry, what’s that? It looks like a passphrase based admin level access login via SSH to me personally.</p>
<p>Which is scary.</p>
<p>They are adamantly shouting from rooftops that it was not planted by a 3rd party (<a href="https://www.schneier.com/blog/archives/2015/12/back_door_in_ju.html">NSA? Like Juniper</a>..) or any kind of malicious activity.</p>
<blockquote><p>Enterprise security vendor Fortinet has attempted to explain why its FortiOS firewalls were shipped with hardcoded SSH logins.</p>
<p>It appears Fortinet’s engineers implemented their own method of authentication for logging-into FortiOS-powered devices, and the mechanism ultimately uses a secret passphrase. This code was reverse-engineered by persons unknown, and a Python script to exploit the hole emerged on the Full Disclosure mailing list this week.</p>
<p>Anyone who uses this script against vulnerable firewalls will gain administrator-level command-line access to the equipment. After some outcry on Twitter and beyond, Fortinet responded by saying it has already killed off the dodgy login system.</p>
<p>“This issue was resolved and a patch was made available in July 2014 as part of Fortinet’s commitment to ensuring the quality and integrity of our codebase,” a spokeswoman told El Reg.</p>
<p>“This was not a ‘backdoor’ vulnerability issue but rather a management authentication issue. The issue was identified by our product security team as part of their regular review and testing efforts. After careful analysis and investigation, we were able to verify this issue was not due to any malicious activity by any party, internal or external.”</p>
<p>In a security advisory dated today, Fortinet explained that the issue affects FortiOS versions 4.3.0 to 4.3.16 and 5.0.0 to 5.0.7. This covers FortiOS builds from between November 2012 and July 2014, and it’s certainly possible that some slack IT admins haven’t updated the software since then.</p></blockquote>
<div align="center"></div>
<p>It was actually patched by Fortinet in July 2014, but with edge devices like Firewalls – they don’t often get updated as it usually causes network downtime. So I’d guess there are plenty of firewalls out there very vulnerable to this, which basically gives you full admin access.</p>
<p>You can find the ‘exploit’ script in Python here: <a href="https://seclists.org/fulldisclosure/2016/Jan/26">SSH Backdoor for FortiGate OS Version 4.x up to 5.0.7</a></p>
<blockquote><p>It’s also possible that even if they did update in a timely fashion, their devices could have been breached before the fix was issued.</p>
<p>The login method is used by FortiManager, a tool for controlling any number of Fortinet devices from a central system.</p>
<p>If you are running older code and can’t upgrade, the firewall maker suggests a couple of workarounds. Managers can disable admin access via SSH and use the web interface instead, or the console browser applet for command-line access. If you really need SSH access, then version 5.x can restrict access to SSH to a minimal set of authorized IP addresses.</p>
<p>Whether you call it a backdoor or a “management authentication issue,” it’s still a pretty major issue for some sysadmins, and they are unlikely to be happy about the news.</p>
<p>One significant part of Fortinet’s statement was the assertion that this didn’t come from an external party. Ever since the Juniper backdooring security vendors have been at pains to avoid any suggestion that they are allowing intelligence agencies access to their products.</p>
<p>In the meantime, if you are using FortiOS then make sure the fimrware is up to date. The news of this hole will have the malicious hacking community aflutter and many are no doubt already scanning for vulnerable targets.</p></blockquote>
<p>There are some work arounds, what I’d personally like to see though is more transparency about the process and decisions made that led to this code being on production firewalls. How does this even happen?</p>
<p>And how did they only find it during scheduled review and testing? What kind of testing/QA/CI process do they have?</p>
<p>It all sounds rather fishy to me.</p>
<p>Source: <a href="https://www.theregister.co.uk/2016/01/12/fortinet_bakdoor/">The Register</a></p>
</section>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&amp;linkname=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2F3399-2%2F&#038;title=Fortinet%20SSH%20Backdoor%20Found%20In%20Firewalls" data-a2a-url="https://cvtfstudios.net/3399-2/" data-a2a-title="Fortinet SSH Backdoor Found In Firewalls"></a></p><p>The post <a href="https://cvtfstudios.net/3399-2/">Fortinet SSH Backdoor Found In Firewalls</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/3399-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use SSH Pipes on Linux</title>
		<link>https://cvtfstudios.net/use-ssh-pipes-linux/</link>
					<comments>https://cvtfstudios.net/use-ssh-pipes-linux/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Mar 2016 13:35:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[SSH Pipes on Linux]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3319</guid>

					<description><![CDATA[<p>Like most commands on Linux, SSH can be used with input/output redirection via |Unix Pipe. SSH can be used with this pipeline too. The basic concept here is understanding how the Unix pipeline works. When you understand the way pipes work, you can get seriously creative. This article covers what happens when you combine Unix  [...]</p>
<p>The post <a href="https://cvtfstudios.net/use-ssh-pipes-linux/">How to Use SSH Pipes on Linux</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="aligncenter size-large wp-image-70749" src="https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-1024x830.png" alt="" width="1024" height="830" srcset="https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-177x142.png 177w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-200x162.png 200w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-300x243.png 300w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-400x324.png 400w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-500x406.png 500w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-600x487.png 600w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-700x568.png 700w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-800x649.png 800w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-1024x830.png 1024w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy-1200x973.png 1200w, https://cvtfstudios.net/wp-content/uploads/2016/03/SSH-with-Secure-Pipes-macOS-Perfect-Privacy.png 1344w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Like most commands on Linux, SSH can be used with input/output redirection via <code>|</code>Unix Pipe. SSH can be used with this pipeline too. The basic concept here is understanding how the Unix pipeline works.<br />
When you understand the way pipes work, you can get seriously creative. This article covers what happens when you combine Unix pipes and SSH. It should be noted that since Unix pipes can be just about anything, there are no doubt going to be commands not on this list would also be useful.</p>
<h2 class="nolinks">Understanding the Unix Pipeline</h2>
<p>Pipes on Unix (and by extension, Linux) are used to chain programs together and make them work together. For example, using <code>cat</code>, you can show the contents of a file, but if you used a pipe, you could chain the <code>cat</code> command to the <code>more</code> command to make the file easier to read through.</p>
<div class="holsh-div">
<div class="bash">
<pre>cat file1 | more</pre>
</div>
</div>
<p>&nbsp;</p>
<p>The basic idea here is this: <code>program1 fileX | program2</code>. It’s not just limited to one file and two programs, though. Piping can get about as advanced as you need it to be with as many modifiers as you can think of.</p>
<p><strong>Note:</strong> Some types of pipes can be done without using the <code>|</code>. Some may use <code>&gt;</code> instead.</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&amp;linkname=How%20to%20Use%20SSH%20Pipes%20on%20Linux" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Fuse-ssh-pipes-linux%2F&#038;title=How%20to%20Use%20SSH%20Pipes%20on%20Linux" data-a2a-url="https://cvtfstudios.net/use-ssh-pipes-linux/" data-a2a-title="How to Use SSH Pipes on Linux"></a></p><p>The post <a href="https://cvtfstudios.net/use-ssh-pipes-linux/">How to Use SSH Pipes on Linux</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/use-ssh-pipes-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Engineers Might Quit If Ordered To Unlock iPhone For FBI</title>
		<link>https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/</link>
					<comments>https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 18 Mar 2016 15:49:19 +0000</pubDate>
				<category><![CDATA[IT Industry]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Apple Engineers]]></category>
		<guid isPermaLink="false">http://cvtfstudios.net/?p=3270</guid>

					<description><![CDATA[<p>                Even if law enforcement wins the case, it could still lose. Michael Grothaus 03.18.16 7:15 AM https://www.fastcompany.com/3058040/fast-feed/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi There's a new challenge to law enforcement's effort to get Apple to unlock one of the San Bernardino shooter’s phones. The government faces off against Apple in court on Tuesday  [...]</p>
<p>The post <a href="https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/">Apple Engineers Might Quit If Ordered To Unlock iPhone For FBI</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><em><img decoding="async" class="alignleft size-full wp-image-70723" src="https://cvtfstudios.net/wp-content/uploads/2016/03/apple-engs-may-quit-if-they-have-to-unlock-phones.jpeg" alt="" width="474" height="247" srcset="https://cvtfstudios.net/wp-content/uploads/2016/03/apple-engs-may-quit-if-they-have-to-unlock-phones-200x104.jpeg 200w, https://cvtfstudios.net/wp-content/uploads/2016/03/apple-engs-may-quit-if-they-have-to-unlock-phones-300x156.jpeg 300w, https://cvtfstudios.net/wp-content/uploads/2016/03/apple-engs-may-quit-if-they-have-to-unlock-phones-400x208.jpeg 400w, https://cvtfstudios.net/wp-content/uploads/2016/03/apple-engs-may-quit-if-they-have-to-unlock-phones.jpeg 474w" sizes="(max-width: 474px) 100vw, 474px" /></em></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><em>Even if law enforcement wins the case, it could still lose.</em></strong></p>
<div class="article-content post-body">
<div class="text-wrapper">
<div class="article-post-meta top">
<h6 class="byline"><span class="name"><a class="js-author" href="https://www.fastcompany.com/user/michael-grothaus">Michael Grothaus</a></span> <span class="date">03.18.16</span> <span class="time">7:15 AM</span></h6>
</div>
</div>
</div>
<h6><a href="https://www.fastcompany.com/3058040/fast-feed/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi">https://www.fastcompany.com/3058040/fast-feed/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi</a></h6>
<p>There&#8217;s a new challenge to law enforcement&#8217;s <a href="https://www.fastcompany.com/3057689/fast-feed/apple-warns-of-surveillance-state-if-fbi-wins-encryption-case" target="_self" rel="noopener">effort to get Apple to unlock one of the San Bernardino shooter’s phones</a>. The government <a href="https://www.fastcompany.com/3057756/apple-vs-the-fbi-whats-at-stake" target="_self" rel="noopener">faces off against Apple in court</a> on Tuesday to argue that the company must comply with a previous court order to bypass the security features built into iOS and also build a version of iOS with a back door accessible to the government. <a href="https://www.fastcompany.com/3057532/most-innovative-companies/apple-vp-fbi-wants-to-turn-back-the-clock-to-a-less-secure-time" target="_self" rel="noopener">Apple has been strongly opposed to the order</a> and now several key Apple engineers are saying they could simply quit the company instead of being forced to work to weaken the security of software and devices they helped build, <a href="https://www.nytimes.com/2016/03/18/technology/apple-encryption-engineers-if-ordered-to-unlock-iphone-might-resist.html?_r=0" target="_blank" rel="noopener">reports the <em>New York Times</em></a>.</p>
<p>&#8220;Apple employees are already discussing what they will do if ordered to help law enforcement authorities,&#8221; reports the <em>Times</em>. &#8220;Some say they may balk at the work, while others may even quit their high-paying jobs rather than undermine the security of the software they have already created, according to more than a half-dozen current and former Apple employees.&#8221;</p>
<p>By choosing to quit instead of work on building what Apple is referring to as &#8220;GovtOS,&#8221; several legal experts told the <em>Times</em>, Apple and the engineers that choose to leave the company could likely avoid accusations of being in contempt of court. Indeed, Apple has already argued in its legal filings in the case that any conscription would curb an employee’s freedom of speech by forcing them to do things they consider offensive.</p>
<p>While quitting a job isn’t ideal for any employee, it’s not like these engineers would have trouble finding work elsewhere. &#8220;The fear of losing a paycheck may not have much of an impact on security engineers whose skills are in high demand,&#8221; notes the <em>Times</em>. &#8220;Indeed, hiring them could be a badge of honor among other tech companies that share Apple’s skepticism of the government’s intentions.&#8221;</p>
<p>Apple has said that if it is ordered to build &#8220;GovtOS&#8221; it would likely take six to 10 Apple engineers a month to do so. Sources told the <em>Times</em> that the team would need to be made up of very specific engineers in Apple across its hardware, software, and services division. And while Apple currently doesn’t have a GovtOS team assembled, the specific members of the team are obvious.</p>
<p>&#8220;They include an engineer who developed software for the iPhone, iPad and Apple TV. That engineer previously worked at an aerospace company. Another is a senior quality-assurance engineer who is described as an expert ‘bug catcher’ with experience testing Apple products all the way back to the iPod. A third likely employee specializes in security architecture for the operating systems powering the iPhone, Mac and Apple TV,&#8221; the <em>Times</em> reports.</p>
<p>Of course, these Apple employees could simply refuse to comply with the order instead of quitting, but in doing so, say legal sources, those employees and Apple could then be found in contempt of court.</p>
<p>But if every engineer Apple needed for GovtOS quit &#8220;Apple could demonstrate that this happened to the court’s satisfaction, then Apple could not comply and would not have to,&#8221; Joseph DeMarco, a former federal prosecutor, told the <em>Times</em>. &#8220;It would be like asking my lawn guy to write the code.&#8221;</p>
<p>This is, of course, all theoretical, for now. No one knows what the outcome of Apple’s legal battle with the FBI will be or how long and drawn out the fight will be. But if worse comes to worst, the FBI may still not get what it wants.</p>
<p>&#8220;It’s an independent culture and a rebellious one,&#8221; Jean-Louis Gassée, a former engineering manager at Apple, told the <em>Times</em>. &#8220;If the government tries to compel testimony or action from these engineers, good luck with that.&#8221;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&amp;linkname=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Fapple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi%2F&#038;title=Apple%20Engineers%20Might%20Quit%20If%20Ordered%20To%20Unlock%20iPhone%20For%20FBI" data-a2a-url="https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/" data-a2a-title="Apple Engineers Might Quit If Ordered To Unlock iPhone For FBI"></a></p><p>The post <a href="https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/">Apple Engineers Might Quit If Ordered To Unlock iPhone For FBI</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cvtfstudios.net/apple-engineers-might-quit-if-ordered-to-unlock-iphone-for-fbi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FaceBooks Messenger&#8217;s app lets people send their location to friends and it defaults to sending a location with all messages</title>
		<link>https://cvtfstudios.net/facebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 19 Aug 2015 10:10:53 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[FaceBook Messenger App exploited]]></category>
		<guid isPermaLink="false">http://www.cvtfradio.net/?p=2941</guid>

					<description><![CDATA[<p>'Marauders Map' lets you track friends using FB Messenger: Tool plots a precise location each time someone uses the site Harvard student has created a digital 'Marauder's Map' that uses location data from Facebook Messenger to pinpoint an individual's movements Relies on people sharing their location by default in  [...]</p>
<p>The post <a href="https://cvtfstudios.net/facebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages/">FaceBooks Messenger&#8217;s app lets people send their location to friends and it defaults to sending a location with all messages</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div>
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>

<h1><img decoding="async" class="aligncenter size-large wp-image-70761" src="https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-1024x545.jpeg" alt="" width="1024" height="545" srcset="https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-200x107.jpeg 200w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-300x160.jpeg 300w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-400x213.jpeg 400w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-500x266.jpeg 500w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-600x320.jpeg 600w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-700x373.jpeg 700w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-800x426.jpeg 800w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-1024x545.jpeg 1024w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-1200x639.jpeg 1200w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location-1536x818.jpeg 1536w, https://cvtfstudios.net/wp-content/uploads/2015/08/How-to-stop-Facebook-from-tracking-your-location.jpeg 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></h1>
<h1></h1>
<h1>&#8216;Marauders Map&#8217; lets you track friends using FB Messenger: Tool plots a precise location each time someone uses the site</h1>
<ul class="mol-bullets-with-font">
<li class=""><strong>Harvard student has created a digital &#8216;Marauder&#8217;s Map&#8217; that uses location data from Facebook Messenger to pinpoint an individual&#8217;s movements</strong></li>
<li class=""><strong>Relies on people sharing their location by default in messages</strong></li>
<li class=""><strong>Map was designed to highlight how much data is leaked from Facebook </strong></li>
</ul>
<p class="author-section byline-plain">By <a class="author" href="https://www.dailymail.co.uk/home/search.html?s=&amp;authornamef=Sarah+Griffiths+for+MailOnline" rel="nofollow">Sarah Griffiths for MailOnline</a></p>
<p class="byline-section"><span class="article-timestamp article-timestamp-published"> <span class="article-timestamp-label">Published:</span> 14:02, 28 May 2015 </span> | <span class="article-timestamp article-timestamp-updated"> <span class="article-timestamp-label">Updated:</span> 16:26, 28 May 2015 </span></p>
<p class="mol-para-with-font">Harry Potter may have had a magical paper ‘Marauder’s Map’ but now there’s a digital equivalent that can pinpoint your friends&#8217; locations using information from Facebook.</p>
<p class="mol-para-with-font">The extension loads when the Messages tab is opened and &#8216;scrapes&#8217; the page for location data to show the movement of friends with a startling degree of accuracy.</p>
<p class="mol-para-with-font">While some people may see the map as a useful tool, it serves to highlight how much data Facebook’s messaging service shares &#8211; and could leave individuals open to stalking, for example.</p>
<div class="artSplitter mol-img-group">
<div class="mol-img"><img decoding="async" id="i-207ecbd3c3ddc516" class="blkBorder img-share aligncenter" src="https://i.dailymail.co.uk/i/pix/2015/05/28/12/29249B1A00000578-0-A_digital_version_of_Harry_Potter_s_Marauder_s_Map_can_pinpoint_-a-30_1432813913356.jpg" alt="Earlier this year, a developer created a browser extension dubbed 'Marauder's Map'. The extension loaded when a person opened their Messages tab and 'scraped' the page for location data to show the movement of friends with a startling degree of accuracy" width="796" height="565" /></div>
</div><p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_printfriendly" href="https://www.addtoany.com/add_to/printfriendly?linkurl=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&amp;linkname=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" title="PrintFriendly" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fcvtfstudios.net%2Ffacebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages%2F&#038;title=FaceBooks%20Messenger%E2%80%99s%20app%20lets%20people%20send%20their%20location%20to%20friends%20and%20it%20defaults%20to%20sending%20a%20location%20with%20all%20messages" data-a2a-url="https://cvtfstudios.net/facebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages/" data-a2a-title="FaceBooks Messenger’s app lets people send their location to friends and it defaults to sending a location with all messages"></a></p><p>The post <a href="https://cvtfstudios.net/facebooks-messengers-app-lets-people-send-their-location-to-friends-and-it-defaults-to-sending-a-location-with-all-messages/">FaceBooks Messenger&#8217;s app lets people send their location to friends and it defaults to sending a location with all messages</a> appeared first on <a href="https://cvtfstudios.net">CVTF Studios.net</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
