fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
81 stars 31 forks source link

Task server #104

Closed jstucke closed 1 year ago

jstucke commented 1 year ago

This PR adds a flask server to the extractor that can be used to start multiple extractions without restarting the extractor container (needed for "Unpacking as a Service" (UaaS))

gunicorn -w 1 -b 0.0.0.0:5000 server:app