From c5c3d20b0cc8b61ca5674416951fc0ff98421290 Mon Sep 17 00:00:00 2001 From: dwasss Date: Wed, 25 Jul 2018 05:32:36 -0400 Subject: [PATCH] Update INSTALL.md (#809) * Update INSTALL.md Added updating requirements output dependencies. * Update INSTALL.md Updated text to include info about upgrading optional output plugin dependencies --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 7c7a21d9..e01556d7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -217,6 +217,12 @@ pip install --upgrade -r requirements.txt bin/cowrie start ``` +If you use output plugins like SQL, Splunk, or ELK, remember to also upgrade your dependencies for these too. + +``` +pip install --upgrade -r requirements-output.txt +``` + # Modifying Cowrie The pre-login banner can be set by creating the file `honeyfs/etc/issue.net`.