Xxxswf

From aldeid
Jump to navigation Jump to search

Description

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Installation

$ git clone https://bitbucket.org/Alexander_Hanel/xxxswf.git

Usage

Syntax

Usage: xxxswf.py [options] <file.bad>

Options

-h, --help
show this help message and exit
-x, --extract
Extracts the embedded SWF(s), names it MD5HASH.swf & saves it in the working dir. No addition args needed
-y, --yara
Scans the SWF(s) with yara. If the SWF(s) is compressed it will be deflated. No addition args needed
-s, --md5scan
Scans the SWF(s) for MD5 signatures. Please see func checkMD5 to define hashes. No addition args needed
-H, --header
Displays the SWFs file header. No addition args needed
-d, --decompress
Deflates compressed SWFS(s)
-r PATH, --recdir=PATH
Will scan a directory for files that contain SWFs.
Must provide path in quotes
-c, --compress
Compress SWF using Zlib
-z, --zcompress
Compress SWF using LZMA

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.