summaryrefslogtreecommitdiffstats
path: root/peekaboo/toolbox
AgeCommit message (Expand)Author
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-02Remove file extension check from oletools module (#105)Felix Bauer
2019-10-01Add olereport to expression context (#100)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-06Add support for Cuckoo API Authentication Bearer TokenFelix Bauer
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-04-17Merge pull request #75 from michaelweiser/kill-the-authorsMichael Weiser
2019-04-16Trim in-source authorship info in favour of VCS metadataMichael Weiser
2019-04-15Rename analysis failed to submit failed exceptionMichael Weiser
2019-04-15Prevent Cuckoo job collisionsMichael Weiser
2019-04-08Fix more encoding problems highlighted by python3Michael Weiser
2019-04-08Avoid the str() constructorMichael Weiser
2019-04-01Fix sample file path accessor usage in peekabooyarMichael Weiser
2019-02-14Move failure decision into ruleMichael Weiser
2019-02-14Move client interaction to frontend for overall verdictMichael Weiser
2019-02-13Refactor report evaluation for submission error handlingMichael Weiser
2019-02-01Make docstrings consistently use EpytextMichael Weiser
2019-02-01Update dates in copyright headersMichael Weiser
2019-01-28Lint the office macro moduleMichael Weiser
2019-01-26Lint the init moduleMichael Weiser
2019-01-25Rework configuration logicMichael Weiser
2019-01-22Switch rules interface to classesMichael Weiser
2018-10-05Handle being unable to get the Cuckoo reportMichael Weiser
2018-09-21Make mime type guessing functions more reader-friendlyMichael Weiser
2018-09-06Kill the global config objectMichael Weiser
2018-09-06Simplify and fix cuckoo report handlingMichael Weiser
2018-09-06Enhance shutdown logicMichael Weiser
2018-09-06Kill global SingletonsMichael Weiser
2018-09-06Refactor report resubmit into cuckoo base classMichael Weiser
2018-09-06Replace OneAnalysis plugin with explicit submit backlogMichael Weiser
2018-08-29Catch (transient) API communications failuresMichael Weiser
2018-08-29Do not set report file path when using REST APIMichael Weiser
2018-08-29Fix cuckoo REST API submitMichael Weiser
2018-08-28Switch to JSON protocol on amavis socketMichael Weiser
2018-08-28removed dead code for CuckooDummy (#25)Felix Bauer
2018-08-24I removed CuckooDummy for now, will probably add one day in another wayFelix Bauer
2018-08-23added CuckooDummy classFelix Bauer
2018-08-23cuckoo api get report, plus some bug fixes (typos)Felix Bauer
2018-08-23fixed api poll for newly done analysesFelix Bauer
2018-08-23added code to use cuckoo api and config optionsFelix Bauer
2018-08-23moved stuff to toolbox/cuckooFelix Bauer
2018-06-28Improve MIME type determination by using multiple sourcesSebastian Deiss
2018-06-21Improve detection of failed Cuckoo analysisSebastian Deiss
2018-06-15Prevent crashes of the CuckooServerSebastian Deiss