This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Category:OWASP Flash Security Project"

From OWASP
Jump to: navigation, search
Line 1: Line 1:
The OWASP Flash Security Project aims is to produce guidelines and tools around Flash Security
+
== Overview ==
  
'''SWFIntruder''' is a tool developed by Stefano Di Paola and maintained by  [http://www.owasp.org OWASP] designed to perform a security analysis of Flash applications.
+
OWASP Flash Security Project is an open project for sharing a knowledge base in order to raise awareness around the subject of Flash applications security.
 
 
== SWF Intruder Overview ==
 
 
 
[[Image:SWFIntruderSnapThumb.jpg|thumb|300px|right|SWFIntruder in action]]
 
SWFIntruder (pronounced Swiff Intruder) is the first tool specifically
 
developed for analyzing and testing security of Flash applications at runtime.
 
It helps to find flaws in Flash applications using the methodology originally
 
described by Stefano Di Paola in [http://www.owasp.org/images/8/8c/OWASPAppSec2007Milan_TestingFlashApplications.ppt Testing Flash Applications] (May 2007) and in
 
[http://www.owasp.org/images/d/df/SanJose_AppSec2007_DiPaola.ppt Finding Vulnerabilities in Flash Applications] (Nov 2007).
 
 
 
SWFIntruder was developed using ActionScript, Html and JavaScript resulting in
 
a tool taking advantage of the best features of those technologies in order to
 
get the best capabilities for analysis and interaction with the testing Flash movies.
 
 
 
SWFIntruder was developed by using only open source software.
 
Thanks to its generality, SWFIntruder is OS independant.
 
  
 
== Goals ==
 
== Goals ==
  
SWFIntruder purpose is to analyze a Flash application for version =< 8 and to
+
The OWASP Flash Security Project aims is to produce guidelines and tools around Flash Security
help check in a semi automated fashion the presence of security issues like
 
Cross Site Scripting and Cross Site Flashing.
 
 
 
Moreover does help raise awareness around the subject of flash
 
applications security and how that can be used to and assist in the
 
security of applications.
 
 
 
== QuickStart ==
 
 
 
Tested on win32 and a few linux flavors.
 
Current version is 0.9.
 
Get it from [http://code.google.com/p/swfintruder/ Google code].
 
 
 
=== Latest Features ===
 
  
Permanent Preferences, Help Topics, ActionScript Object Explorer, Automated Xss testing fully customizable.
+
== Tools ==
  
=== Video Tutorial ===
+
Flash security testing [https://www.owasp.org/index.php/Category:SWFIntruder SWFIntruder]
  
Watch ([http://video.google.it/videoplay?docid=6363609589793955143 medium quality]) or download ([http://www.mindedsecurity.com/labs/fileshare/SWFIntruderTutorial.swf high quality]) the flash tutorial taking you through some basic features of SWFIntruder.
+
== White Papers ==
  
=== Download ===
+
[1] '''Testing Flash Applications''' [http://www.owasp.org/images/8/8c/OWASPAppSec2007Milan_TestingFlashApplications.ppt ppt], Stefano Di Paola, [http://www.owasp.org/index.php/6th_OWASP_AppSec_Conference_-_Italy_2007/Agenda Owasp Appsec 2007], 17th May 2007, Milan (Italy).
  
You can download the latest version of SWFIntruder from [http://code.google.com/p/swfintruder/ Google code].
+
[2] '''Finding Vulnerabilities in Flash Applications''' [http://www.owasp.org/images/d/df/SanJose_AppSec2007_DiPaola.ppt ppt], Stefano Di Paola, [http://www.owasp.org/index.php/7th_OWASP_AppSec_Conference_-_San_Jose_2007/Agenda Owasp Appsec 2007], 15th November 2007, San Jose CA (USA)
 
 
== Requirements ==
 
 
 
  1. Firefox 2.x [Needed]
 
  2. FireBug Addon [Suggested]
 
  3. Flash Player Plugin Ver >= 9 [Needed]
 
  4. Any Web Server [Needed]
 
  5. Any OS [Needed :> ]
 
 
 
== Quick and Dirty Tutorial ==
 
 
 
* Download SWFIntruder latest version from Google Code.
 
* Uncompress it and save it somewhere in your webserver root directory.
 
* Browse to http://YourHost/swfintruderDir/.
 
* Use test.swf (a simple flawed swf movie) by filling the "Flash Movie Form" with http://YourHost/swfintruderDir/testSwf/test.swf '''or''' download a swf from some host and save it to an accessible path from your web server (http://YourHost/swfDirectory/external.swf).
 
* Fill the "Flash Movie" form with full URL pointing to the movie (http://YourHost/swfDirectory/test.swf) and click "Load".
 
* Wait 1 second for the test movie to be loaded.
 
* Enjoy browsing the objects.
 
* Test undefined variables by selecting some of them in the "Undefined Variables" and click 'start' on the Xss window.
 
* Wait for the test to be finished.
 
* If some XSS was found, it will be listed in the Xss area click on it to get the result on a new browser window.
 
 
 
 
 
== Features and Screenshots ==
 
 
 
* Basic predefined attack patterns.
 
* Highly customizable attacks.
 
* Highly customizable undefined variables.
 
* Semi automated Xss check.
 
* User configurable internal parameters.
 
* Log Window for debugging and tracking.
 
* History of latest 5 tested SWF files.
 
* ActionScript Objects runtime explorer in tree view.
 
* Persistent Configuration and Layout.
 
  
 
== Project Contributors ==
 
== Project Contributors ==
  
 
The Flash Security project is run by Stefano Di Paola. He can be contacted at '''stefano.dipaola AT mindedsecurity.com'''.   
 
The Flash Security project is run by Stefano Di Paola. He can be contacted at '''stefano.dipaola AT mindedsecurity.com'''.   
 
SWFintruder distributions are currently maintained on [[http://code.google.com/p/swfintruder/ Google code]].
 
  
 
== Project Sponsors ==
 
== Project Sponsors ==
  
The SWF Intruder project is sponsored by  
+
The Flash Security project is sponsored by  
 
[http://www.mindedsecurity.com http://www.owasp.org/images/f/fe/MindedLogo.PNG]
 
[http://www.mindedsecurity.com http://www.owasp.org/images/f/fe/MindedLogo.PNG]
  

Revision as of 13:43, 3 December 2007

Overview

OWASP Flash Security Project is an open project for sharing a knowledge base in order to raise awareness around the subject of Flash applications security.

Goals

The OWASP Flash Security Project aims is to produce guidelines and tools around Flash Security

Tools

Flash security testing SWFIntruder

White Papers

[1] Testing Flash Applications ppt, Stefano Di Paola, Owasp Appsec 2007, 17th May 2007, Milan (Italy).

[2] Finding Vulnerabilities in Flash Applications ppt, Stefano Di Paola, Owasp Appsec 2007, 15th November 2007, San Jose CA (USA)

Project Contributors

The Flash Security project is run by Stefano Di Paola. He can be contacted at stefano.dipaola AT mindedsecurity.com.

Project Sponsors

The Flash Security project is sponsored by MindedLogo.PNG

This category currently contains no pages or media.