mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
rename OSX references to MacOS
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* [Step 7: Port redirection (optional)](#step-7-port-redirection-optional)
|
||||
* [Running within supervisord(optional)](#running-using-supervisord)
|
||||
* [Troubleshooting](#troubleshooting)
|
||||
* [Installing on OSX for development](#installing-on-osx-for-development)
|
||||
* [Installing on MacOS for development](#installing-on-macos-for-development)
|
||||
|
||||
## Step 1: Install dependencies
|
||||
|
||||
@@ -206,13 +206,13 @@ double check that your PYTHONPATH is set to the source code directory.
|
||||
|
||||
To make Cowrie logfiles public readable, change the ```--umask 0077``` option in start.sh into ```--umask 0022```
|
||||
|
||||
## Installing on OSX for development
|
||||
## Installing on MacOS for development
|
||||
|
||||
gmpy2 requires a number of libraries which are not included by default with Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/)
|
||||
gmpy2 requires a number of libraries which are not included by default with MacOS Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/)
|
||||
|
||||
```
|
||||
brew install gmp
|
||||
brew install mpfr
|
||||
brew install mpc
|
||||
brew install libmpc
|
||||
```
|
||||
```
|
||||
|
||||
@@ -401,7 +401,7 @@ logfile = log/cowrie.json
|
||||
#index = cowrie
|
||||
|
||||
|
||||
# Splunk HTTP Event Collector (HEC) output module
|
||||
# Splunk HTTP Event Collector (HEC) output module
|
||||
# Sends JSON directly to Splunk over HTTPS
|
||||
# mandatory fields: url, token
|
||||
# optional fields: index, source, sourcetype, host
|
||||
|
||||
Reference in New Issue
Block a user