From d19f758fb5cc179f1244fcbf8843c538b6ba3d8f Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Thu, 28 Oct 2021 16:40:42 +0200 Subject: [PATCH] Adding flask for OSQuery experiment. OSquery sensor will be remote controlled by a small web server running on the target --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 074e221..33965c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ sphinxcontrib.asciinema==0.3.2 paramiko==2.7.2 pymetasploit3==1.0.3 pylint +flask # Mypy stuff mypy