<?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>$blog-&#62;myself("tom"); &#187; Web Security</title>
	<atom:link href="http://www.tomasdev.com.ar/category/web-security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tomasdev.com.ar</link>
	<description>Web Development and Online Software</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:20:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GREP and RM without FIND</title>
		<link>http://www.tomasdev.com.ar/web-security/grep-and-rm-without-find</link>
		<comments>http://www.tomasdev.com.ar/web-security/grep-and-rm-without-find#comments</comments>
		<pubDate>Sun, 24 Oct 2010 07:02:17 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web Security]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=226</guid>
		<description><![CDATA[So, a really nasty Windows virus, infects all your HTML and could also reach your FTP login. First of all clear that computer. Second, change the FTP password and claim for a SSH access. Once logged in, try to detect which are the HTML the virus created, in my case it added some randomly named [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-security/grep-and-rm-without-find/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileZilla Server and Windows Firewall problems</title>
		<link>http://www.tomasdev.com.ar/web-security/filezilla-server-and-windows-firewall-problems</link>
		<comments>http://www.tomasdev.com.ar/web-security/filezilla-server-and-windows-firewall-problems#comments</comments>
		<pubDate>Sat, 28 Mar 2009 17:35:17 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web Security]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=115</guid>
		<description><![CDATA[Well, today I decided to start the FTP Server on my mini-server, so I tried to install Filezilla FTP Server and everything went right (just selected everything to start manually). But then, from a client PC when I tried to connect I got some errors (frequent errors). So I look it up, and then found [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-security/filezilla-server-and-windows-firewall-problems/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trying to stop</title>
		<link>http://www.tomasdev.com.ar/web-dev/trying-to-stop</link>
		<comments>http://www.tomasdev.com.ar/web-dev/trying-to-stop#comments</comments>
		<pubDate>Thu, 04 Sep 2008 22:49:15 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com/?p=41</guid>
		<description><![CDATA[1) It is about real attacks. 2) No theory, just practice. A) Detecting the attack. 1) Using netstat command netstat -an &#124; grep :80 &#124; sort netstat -n -p &#124; grep SYN_REC &#124; awk '{print $5}' &#124; awk -F: '{print $1} netstat -n -p&#124;grep SYN_REC &#124; wc -l netstat -lpn&#124;grep :80 &#124;awk '{print $5}'&#124;sort netstat [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/trying-to-stop/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

