<?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>Bonsai - Information Security Blog &#187; open source</title>
	<atom:link href="http://www.bonsai-sec.com/blog/index.php/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bonsai-sec.com/blog</link>
	<description>Information security news from the small tree</description>
	<lastBuildDate>Tue, 12 Jul 2011 00:39:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Vulnerando Sistemas con Herramientas Open Source</title>
		<link>http://www.bonsai-sec.com/blog/index.php/vulnerando-sistemas-con-herramientas-open-source/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/vulnerando-sistemas-con-herramientas-open-source/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 19:29:11 +0000</pubDate>
		<dc:creator>andres.riancho</dc:creator>
				<category><![CDATA[bonsai]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[w3af]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[interesante]]></category>
		<category><![CDATA[junin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software libre]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=563</guid>
		<description><![CDATA[El año pasado tuve el agrado de estar en las &#8220;VI Jornadas de Software Libre&#8221; en Junín, provincia de Buenos Aires. Para esta conferencia preparé una charla interesante y divertida sobre como &#8220;Vulnerar Sistemas con Herramientas Open Source&#8220;. Gracias a los organizadores de la conferencia, tenemos el video disponible aquí mismo, enjoy!

]]></description>
			<content:encoded><![CDATA[<p>El año pasado tuve el agrado de estar en las &#8220;VI Jornadas de Software Libre&#8221; en Junín, provincia de Buenos Aires. Para esta conferencia preparé una charla interesante y divertida sobre como &#8220;<strong>Vulnerar Sistemas con Herramientas Open Source</strong>&#8220;. Gracias a los organizadores de la conferencia, tenemos el video disponible aquí mismo, enjoy!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="414" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYKQ%2B3oC" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="414" src="http://blip.tv/play/AYKQ%2B3oC" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/vulnerando-sistemas-con-herramientas-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>moth &#8211; A VMware image with vulnerable web applications</title>
		<link>http://www.bonsai-sec.com/blog/index.php/moth-vulnerable-vmware-image/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/moth-vulnerable-vmware-image/#comments</comments>
		<pubDate>Fri, 08 May 2009 01:40:53 +0000</pubDate>
		<dc:creator>andres.riancho</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[PHP-IDS]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[w3af]]></category>
		<category><![CDATA[WAF]]></category>
		<category><![CDATA[Web Application Security]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=69</guid>
		<description><![CDATA[Moth is a VMware image with a set of vulnerable Web Applications and scripts, that you may use for:

Testing Web Application Security Scanners
Testing Static Code Analysis tools (SCA)
Giving an introductory course to Web Application Security

The motivation for creating this tool came after reading &#8220;anantasec-report.pdf&#8221; which is included in the release file which you are free [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Moth" href="http://www.bonsai-sec.com/research/moth.php" target="_self">Moth</a> is a VMware image with a set of vulnerable Web Applications and scripts, that you may use for:</p>
<ul>
<li>Testing Web Application Security Scanners</li>
<li>Testing Static Code Analysis tools (SCA)</li>
<li>Giving an introductory course to Web Application Security</li>
</ul>
<p>The motivation for creating this tool came after reading &#8220;anantasec-report.pdf&#8221; which is included in the release file which you are free to download. The main objective of this tool is to give the community a ready to use testbed for web application security tools. For almost every web application vulnerability in existance, there is a test script available in <a title="moth" href="http://www.bonsai-sec.com/research/moth.php" target="_self">moth</a>.</p>
<p>Other tools like this are available but they lack one very important feature: a list of vulnerabilities included in the Web Applications! In our case, we used the results gathered in the anantasec report to solve this issue without any extra work.</p>
<p>There are three different ways to access the web applications and vulnerable scripts:</p>
<ul>
<li>Directly</li>
<li>Through mod_security</li>
<li>Through PHP-IDS (only if the web application is written in PHP)</li>
</ul>
<p>Both mod_security and PHP-IDS have their default configurations and they show a log of the offending request when one is found. This is very useful for testing web application scanners, and teaching students how web application firewalls work. The beauty is that a user may access the same vulnerable script using the three methods; which helps a lot in the learning process.</p>
<p>Click here to <a href="https://sourceforge.net/project/showfiles.php?group_id=170274&amp;package_id=321355&amp;release_id=680646" target="_blank">download moth from sourceforge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/moth-vulnerable-vmware-image/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>FLISOL 2009</title>
		<link>http://www.bonsai-sec.com/blog/index.php/flisol-2009/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/flisol-2009/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 12:21:57 +0000</pubDate>
		<dc:creator>andres.riancho</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[FLISOL]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[w3af]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=54</guid>
		<description><![CDATA[This saturday (April 25th) I&#8217;m going to be delivering a small presentation about w3af at FLISOL. The presentation is going to be a project introduction, and will contain a lot of demos.
FLISOL is the acronym of the Latin American Festival of Installation of Free Software is the largest event of diffusion of free software that [...]]]></description>
			<content:encoded><![CDATA[<p>This saturday (April 25th) I&#8217;m going to be delivering a small presentation about w3af at <a title="FLISOL" href="http://www.flisol.net/FLISOL2009/Argentina/Quilmes" target="_blank">FLISOL</a>. The presentation is going to be a project introduction, and will contain a lot of demos.</p>
<p>FLISOL is the acronym of the <strong>Latin American Festival of Installation of Free Software</strong> is the largest event of diffusion of free software that is made since 2005 in different countries simultaneously. In 2008 involved more than 200 cities in 18 countries of Latin America.</p>
<p>It is an opportunity for all those interested in learning more about the operating system GNU / Linux and <strong>free software</strong>. Participating is possible to contact the world of free software, meet others, to resolve doubts and questions, share opinions and experiences, to attend lectures and other activities.</p>
<p>Once again, Bonsai is supporting the Open Source initiative!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/flisol-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

