<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Pentesting Adobe Flex Applications with a Custom AMF Client</title>
	<atom:link href="http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/</link>
	<description>Gotham Digital Science Security Blog</description>
	<lastBuildDate>Sat, 06 Mar 2010 20:58:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcin</title>
		<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/comment-page-1/#comment-347</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdssecurity.com/l/b/?p=172#comment-347</guid>
		<description>Hi Thijs!  During testing, I often prefer working with the HTTP request directly, rather than having it abstracted from me like RemotingService does.  I felt it was important in this post (from a security testing perspective) for the reader to understand how an AMF envelope and message are constructed.

I also had been running into TypeError&#039;s being thrown when using the RemotingService in some scripts, and didn&#039;t have time to track down the root cause for it.  I&#039;ll be sure to submit any details to you if I run into them again.

Thanks for your work on PyAMF!</description>
		<content:encoded><![CDATA[<p>Hi Thijs!  During testing, I often prefer working with the HTTP request directly, rather than having it abstracted from me like RemotingService does.  I felt it was important in this post (from a security testing perspective) for the reader to understand how an AMF envelope and message are constructed.</p>
<p>I also had been running into TypeError&#8217;s being thrown when using the RemotingService in some scripts, and didn&#8217;t have time to track down the root cause for it.  I&#8217;ll be sure to submit any details to you if I run into them again.</p>
<p>Thanks for your work on PyAMF!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thijs</title>
		<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/comment-page-1/#comment-344</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdssecurity.com/l/b/?p=172#comment-344</guid>
		<description>Interesting post! I&#039;m curious why you didn&#039;t use PyAMF&#039;s RemotingService, and rolled your own using httplib?</description>
		<content:encoded><![CDATA[<p>Interesting post! I&#8217;m curious why you didn&#8217;t use PyAMF&#8217;s RemotingService, and rolled your own using httplib?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/comment-page-1/#comment-316</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 23 Nov 2009 16:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdssecurity.com/l/b/?p=172#comment-316</guid>
		<description>Thanks for discovering and reporting this problem with our BlazeDS samples.  In the future can you also file a bug?
http://bugs.adobe.com

I&#039;ve created one for this issue:
https://bugs.adobe.com/jira/browse/BLZ-461

It&#039;s important to note that this vulnerability is just in the BlazeDS sample applications not in the BlazeDS product itself.

BTW: It&#039;s much easier to use a Flex app to illustrate these types of vulnerabilities.  No mucking with AMF packets, etc.  Here is the Flex app I created to test this particular vulnerability:
http://pastebin.com/f6c1e3114

-James (Adobe)</description>
		<content:encoded><![CDATA[<p>Thanks for discovering and reporting this problem with our BlazeDS samples.  In the future can you also file a bug?<br />
<a href="http://bugs.adobe.com" rel="nofollow">http://bugs.adobe.com</a></p>
<p>I&#8217;ve created one for this issue:<br />
<a href="https://bugs.adobe.com/jira/browse/BLZ-461" rel="nofollow">https://bugs.adobe.com/jira/browse/BLZ-461</a></p>
<p>It&#8217;s important to note that this vulnerability is just in the BlazeDS sample applications not in the BlazeDS product itself.</p>
<p>BTW: It&#8217;s much easier to use a Flex app to illustrate these types of vulnerabilities.  No mucking with AMF packets, etc.  Here is the Flex app I created to test this particular vulnerability:<br />
<a href="http://pastebin.com/f6c1e3114" rel="nofollow">http://pastebin.com/f6c1e3114</a></p>
<p>-James (Adobe)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/comment-page-1/#comment-314</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 22 Nov 2009 13:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdssecurity.com/l/b/?p=172#comment-314</guid>
		<description>IBM Rational AppScan has the ability to automatically crawl and test Flash applications. In addition, specifically for Flex/AMF applications, it performs the regular battery of application-layer tests (e.g. SQLi, XSS, etc.) on AMF message fields.</description>
		<content:encoded><![CDATA[<p>IBM Rational AppScan has the ability to automatically crawl and test Flash applications. In addition, specifically for Flex/AMF applications, it performs the regular battery of application-layer tests (e.g. SQLi, XSS, etc.) on AMF message fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arshan</title>
		<link>http://www.gdssecurity.com/l/b/2009/11/11/pentesting-adobe-flex-applications-with-a-custom-amf-client/comment-page-1/#comment-312</link>
		<dc:creator>arshan</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gdssecurity.com/l/b/?p=172#comment-312</guid>
		<description>cool post</description>
		<content:encoded><![CDATA[<p>cool post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
