exefilter
exefilter copied to clipboard
ExeFilter is an open-source tool and framework to filter file formats in e-mails, web pages or files. It detects many common file formats and can remove active content (scripts, macros, etc) according...
ExeFilter
ExeFilter is an open-source tool and framework to filter file formats in e-mails, web pages or files. It detects many common file formats and can remove active content (scripts, macros, etc) according to a configurable policy.
Authors: Philippe Lagadec, Arnaud Kerreneur, Tanguy Vinceleux
Copyright DGA/CELAR 2004-2008, NC3A 2008-2010
Homepage: http://www.decalage.info/exefilter
Project website: http://adullact.net/projects/exefilter
License: CeCILL (open-source GPL compatible), see source code for details. http://www.cecill.info
For more information, see ExeFilter_documentation_EN.pdf.
REQUIREMENTS:
- Python 2.5 or 2.6 (v3 is not supported yet)
- Pywin32 extensions on Windows
- wxPython for the GUI
- Ruby if you want to use the Origami engine for PDF analysis
(unless you use the Portable ExeFilter version: see README_portable.txt)
SAMPLE GUI USAGE:
- Open ExeFilter_GUI.py
- select source file or directory
- click on the Scan button.
- or select select destination file or directory, then click the Clean button.
SAMPLE COMMAND-LINE USAGE:
- How to SCAN a file or directory:
On Windows:
ExeFilter.py
On Unix/Linux/MacOSX:
python ExeFilter.py
- How to CLEAN a file or directory:
On Windows:
ExeFilter.py
On Unix/Linux/MacOSX:
python ExeFilter.py
QUICK DEMO:
-
open each file in the demo_files folder, to look at active content.
-
On Windows: simply run DEMO.bat, or type: ExeFilter.py demo_files -d demo_output
On Unix/Linux/MacOSX: python ExeFilter.py demo_files -d demo_output
- Then open each file in demo_output, and compare results.