HoneyClient::Agent::Driver::ActiveContent::Flash is a Perl module that extract URLs from Adobe Flash (SWF) movies. Returns a list of URLs.
SYNOPSIS
use HoneyClient::Agent::Driver::ActiveContent::Flash;
GLOBAL VARIABLES
flasm_exec
Path to the flasm executable (default=./thirdparty/flasm/flasm.exe).
PRIVATE METHODS
HoneyClient::Agent::Driver::ActiveContent::Flash->_addURL($url, $urls)
Adds the specified URL to the hash of URLs to be returned. Checks to see if the URL is relative or absolute, and in the former case appends the base URL appropriately.
PUBLIC METHODS
HoneyClient::Agent::Driver::ActiveContent::Flash->extract()
Extracts URLs from an Adobe Flash SWF movie file. Takes in a file name and a base URL, and uses the latter to construct relative URLs to local links found in the movie. Returns a hash containing the found URLs as keys, and values of 1 for each of them, where the values represent the weights used by the link ranking code.
Product's homepage
Requirements:
· Perl