Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flashfunctionfinder

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flashfunctionfinder

A Tool to find functions exposed in a swf

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

FlashFunctionFinder

This is a tool to help web developers discover the undercover functions that are exposed from a swf. Essentially just copy and paste the bin directly into your browser console window and it will try to find word matches that are actual functions.

Install

Copy and paste the hack.js straight into your chrome console and it should automatically start finding swf functions on the page. It will automatically execute and start the process of uncovering the functions.

Custom run

You can always specify a manual location for the hack attempt by modifying the below query:

jQuery('object[type="application/x-shockwave-flash"]').hack()

Sample output from twitch.tv

Alt text

Just for fun let's compare this against the offical api... for twitch.tv

Looks like quite a few undocumented methods there... feel free to ping me with any questions/comments!

Happy Coding :)

Keywords

FAQs

Package last updated on 02 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc