summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-15fixup! fixup! WIP: Fix: Work around bug in oletools where vba macros are not ...add-travisMatthias Beyer
2019-11-15fixup! WIP: Fix: Work around bug in oletools where vba macros are not detecte...Matthias Beyer
2019-11-15fixup! WIP: Fix: Work around bug in oletools where vba macros are not detecte...Matthias Beyer
2019-11-15fixup! WIP: Fix: Work around bug in oletools where vba macros are not detecte...Matthias Beyer
2019-11-15fixup! WIP: Fix: Work around bug in oletools where vba macros are not detecte...Matthias Beyer
2019-11-15WIP: Fix: Work around bug in oletools where vba macros are not detected properlyMatthias Beyer
2019-11-15fixup! Add travis configuration fileMatthias Beyer
2019-11-15Add travis configuration fileMatthias Beyer
2019-10-29Fix returned RuleResult istead of CuckooReportFelix Bauer
2019-10-29Replaced logging of entire exception with precise warningFelix Bauer
2019-10-29Removed raise OSError when Cuckoo report not foundFelix Bauer
2019-10-29Removed overly specific exception handlingFelix Bauer
2019-10-29Python3 Exception TypeError in scan_file.pyFelix Bauer
2019-10-15add some more default bad signatures to ruleset.conf.sample (#103)Marcel Caspar
2019-10-02Remove file extension check from oletools module (#105)Felix Bauer
2019-10-01Add olereport to expression context (#100)Felix Bauer
2019-10-01Add None type to expressions (#101)Felix Bauer
2019-09-05Handles deprecation warnings in unit tests with python3 (#99)Felix Bauer
2019-08-27Ignore gpg signatures (#97)Felix Bauer
2019-08-27Add implementation of generic rules (expressions) (#96)Felix Bauer
2019-08-20Add an additional static test to the ruleset to check for office macros with ...Felix Bauer
2019-08-06Merge pull request #91 from Jack28/cuckoo-api-authtokenFelix Bauer
2019-08-06Add support for Cuckoo API Authentication Bearer TokenFelix Bauer
2019-06-24Merge pull request #86 from michaelweiser/setup-docMichael Weiser
2019-06-05Deprecate installation using setup.pyMichael Weiser
2019-06-05Merge pull request #85 from michaelweiser/augment-distMichael Weiser
2019-06-05Add documentation on PyPI interaction testingMichael Weiser
2019-05-21Update documentation with sample config pathsMichael Weiser
2019-05-21Update systemd unitMichael Weiser
2019-05-21Distribute sample configuration filesMichael Weiser
2019-05-09Merge pull request #84 from michaelweiser/orig-filenameMichael Weiser
2019-05-09Update change logMichael Weiser
2019-05-09More robustly poll Cuckoo REST API jobsMichael Weiser
2019-05-09Submit sample with its original filename to CuckooMichael Weiser
2019-05-09Use super() for other Cuckoo classes as wellMichael Weiser
2019-05-09Let requests and urllib3 do our retries for usMichael Weiser
2019-05-09Merge pull request #76 from michaelweiser/ruleset-reworkMichael Weiser
2019-04-25Update change logMichael Weiser
2019-04-25Avoid TypeError on ruleset config validation with python3Michael Weiser
2019-04-25Fix test regex for python3Michael Weiser
2019-04-25Avoid config access boilerplate in rule classesMichael Weiser
2019-04-25Lower default for in-flight lock stalenessMichael Weiser
2019-04-25Detect unknown config sections and optionsMichael Weiser
2019-04-25Validate ruleset configMichael Weiser
2019-04-25Allow rules to run to be configuredMichael Weiser
2019-04-25Merge pull request #79 from michaelweiser/python3Michael Weiser
2019-04-24Remove explicit references to python 2Michael Weiser
2019-04-24Leave DB engine disposal to garbage collectorMichael Weiser
2019-04-24db: Remove unnecessary else clauseMichael Weiser
2019-04-24Raise oletools version for python3 compatibilityMichael Weiser