mirror of https://github.com/cowrie/cowrie.git
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
This commit is contained in:
parent
af2efaad7a
commit
c5c3d20b0c
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue