HoneyClient::Agent::Driver::ActiveContent::Flash - Perl module that


HoneyClient-Agent documentation  | view source Contained in the HoneyClient-Agent distribution.

Index


NAME

Top

HoneyClient::Agent::Driver::ActiveContent::Flash - Perl module that extract URLs from Adobe Flash (SWF) movies. Returns a list of URLs.

VERSION

Top

This documentation refers to HoneyClient::Agent::Driver::ActiveContent::Flash version 0.1.

SYNOPSIS

Top

  use HoneyClient::Agent::Driver::ActiveContent::Flash;







DESCRIPTION

Top

GLOBAL VARIABLES

Top

flasm_exec

Path to the flasm executable (default=./thirdparty/flasm/flasm.exe).

PRIVATE METHODS

Top

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

Top

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.

AUTHORS

Top

Jeff Puchalski, <jpuchalski@mitre.org>

COPYRIGHT & LICENSE

Top


HoneyClient-Agent documentation  | view source Contained in the HoneyClient-Agent distribution.