Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenSecurityResearch/flash-xdomain-xploit
ActionScript Proof of Concept to perform cross-domain reads
https://github.com/OpenSecurityResearch/flash-xdomain-xploit
Last synced: 3 months ago
JSON representation
ActionScript Proof of Concept to perform cross-domain reads
- Host: GitHub
- URL: https://github.com/OpenSecurityResearch/flash-xdomain-xploit
- Owner: OpenSecurityResearch
- Created: 2013-08-26T06:21:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T06:39:22.000Z (about 11 years ago)
- Last Synced: 2024-06-24T01:40:18.260Z (5 months ago)
- Language: ActionScript
- Size: 37.1 KB
- Stars: 16
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - flash-xdomain-xploit - ActionScript Proof of Concept to perform cross-domain reads (Unsorted / Other API)
README
Author: Gursev Singh Kalra ([email protected])
Bypassing Same Origin Policy with Flash and Insecure crossdomain.xml
Compiling and deploying the Proof of Concept ActionScript code
1. Download and install Apache Flex SDK. It comes with an ActionScript compiler.
2. Copy the ActionScript code to your local directory and name it XDomainXploit.as.
3. Change the values of readFrom and sendTo parameters to appropriate values as per your needs.
4. Compile the code with the mxmlc compiler to a Flash file by running the following command. The mxmlc compiler is shipped with Apache Flex.
mxmlc XDomainXploit.as
5. Deploy the generated Swf and the provided HTML(xdm.html) files to enjoy the Flash goodness.