<?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; france</title>
	<atom:link href="http://www.bonsai-sec.com/blog/index.php/tag/france/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>Web Application Security training @ FRHACK</title>
		<link>http://www.bonsai-sec.com/blog/index.php/web-application-security-training-frhack/</link>
		<comments>http://www.bonsai-sec.com/blog/index.php/web-application-security-training-frhack/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:00:48 +0000</pubDate>
		<dc:creator>andres.riancho</dc:creator>
				<category><![CDATA[bonsai]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[france]]></category>
		<category><![CDATA[september]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[w3af]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bonsai-sec.com/blog/?p=7</guid>
		<description><![CDATA[I&#8217;m going to be delivering a Web Application Security training at FRHACK next September 2009! FRHACK is a highly technical, non-business conference that is going to be held at Besançon, France. The training is a two day, hands-on class where the w3af project leader will train you in the techniques and methodologies needed to discover [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be delivering a Web Application Security training at <a href="http://www.frhack.org/trainings.html">FRHACK</a> next September 2009! FRHACK is a highly technical, non-business conference that is going to be held at Besançon, France. The training is a two day, hands-on class where the w3af project leader will train you in the techniques and methodologies needed to discover and exploit web application vulnerabilities.</p>
<p>Here is some extra information regarding the training,</p>
<p><strong>Training name:</strong> Discovery and exploitation of web application vulnerabilities</p>
<p><strong>Overview</strong></p>
<p>This training course focus is on manual and automated, <strong>discovery and exploitation of web application vulnerabilities</strong>. During this course you are going to go through a series of lectures followed by <strong>hands on</strong> practice. In each practice you will find vulnerabilities to exploit, each with a different level of complexity, which will defy your understanding of the subject. After the hands on practice, a small lecture on how the vulnerability is fixed is presented, together with common errors introduced by developers in that process.</p>
<p>The training will also teach you how to use the most <strong>advanced tools</strong> used by professionals in the field, like w3af (<em>developed by the trainer</em>), the burp suite, sqlmap and many others.</p>
<p><strong>Course Structure</strong></p>
<p>This is a two-day course that combines lectures with increasingly difficult <strong>hands-on exercises</strong> designed to teach the attendee different ways to discover and exploit web application vulnerabilities. All course materials, and a certificate of completion will be offered. You must provide your own laptop.</p>
<p><strong>Deliverables</strong></p>
<p>- Training booklet with printed slides and trainer comments<br />
- Live CD with Web Application Security Tools<br />
- <strong>VMware image with the training environment</strong><br />
- w3af T-Shirt ;)</p>
<p><strong>Audience</strong></p>
<p>Security consultants, system and network administrators, experienced web application developers, information security officers, government agencies.</p>
<p><strong>Topics Covered</strong></p>
<ul>
<li><strong>Day One</strong>
<ol>
<li>HTTP protocol review
<ul>
<li>Web architecture</li>
<li>HTTP headers and methods</li>
<li>HTTP authentication</li>
<li>HTTPS</li>
<li>Session management: cookies</li>
</ul>
</li>
<li>Common web server misconfigurations
<ul>
<li>Banners</li>
<li>Directory Indexing</li>
<li>HTTP authentication</li>
<li>HTTP method restrictions</li>
</ul>
</li>
<li>Common development and configuration errors
<ul>
<li>HTML comments and versioning</li>
<li>File inclusions</li>
<li>Backup and local database files</li>
<li>Hidden HTML Fields</li>
<li>Path Disclosure and directory enumeration</li>
<li>Exceptions and error messages</li>
</ul>
</li>
<li>Types of analysis
<ul>
<li>Static code analysis, black box testing and gray box testing:</li>
<li>Definitions</li>
<li>Vulnerabilities that can be detected</li>
<li>Vulnerabilities that CAN&#8217;T be detected</li>
</ul>
</li>
<li>Web Application Vulnerabilities
<ul>
<li>Reverse engineering of Java applets y Flash movies</li>
<li>Local file read</li>
<li>Local file inclusions</li>
<li>Path Traversal and Null Bytes</li>
<li>Remote file inclusions</li>
<li>Cross Site Scripting (XSS)</li>
<li>Cross Site Tracing</li>
<li>Cross Site Request Forgeries / Session Riding</li>
<li>HTTP Response Splitting</li>
</ul>
</li>
</ol>
</li>
<li><strong>Day Two</strong>
<ol>
<li>Web Application Vulnerabilities
<ul>
<li>Uncommon attack vectors</li>
<li>LDAP Injection</li>
<li>OS Commanding</li>
<li>SQL Injection:
<ul>
<li>Enumeration of tables and columns</li>
<li>Execution of queries and stored procedures</li>
<li>Creation of files</li>
<li>Execution of OS commands</li>
</ul>
</li>
<li>Blind SQL Injection</li>
</ul>
</li>
<li>Web application privilege escalation
<ul>
<li>Session handling</li>
<li>Logical vulnerabilities</li>
</ul>
</li>
<li>Countermeasures
<ul>
<li>mod_security</li>
<li>Hardening for Java
<ul>
<li>HDIV</li>
<li>Spring Security</li>
</ul>
</li>
<li>PHP hardening:
<ul>
<li>Secure configuration parameters</li>
<li>GRASP</li>
<li>PHP-IDS</li>
</ul>
</li>
</ul>
</li>
</ol>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bonsai-sec.com/blog/index.php/web-application-security-training-frhack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

