Tiny improvements for the documentation (fixing anchor links) (#317)

This commit is contained in:
Daxda
2016-10-25 20:43:49 +02:00
committed by Michel Oosterhof
parent d98239e897
commit 6289ae5b6f
3 changed files with 18 additions and 19 deletions

View File

@ -1,18 +1,17 @@
# Installing Cowrie in seven steps.
- [Installing Cowrie in seven steps.](#installing-cowrie-in-six-steps)
* [Step 1: Install required Python packages](#step-1--install-required-debian-packages)
+ [Option A: dependencies for virtualenv](#option-a--dependencies-for-virtualenv)
+ [Option B: dependencies for bare install](#option-b--dependencies-for-bare-install)
* [Step 2: Create a user account](#step-2--create-a-user-account)
* [Step 3: Checkout the code](#step-3--checkout-the-code)
* [Step 3: Setup virtualenv (if desired)](#step-3--setup-virtualenv--if-desired-)
* [Step 4: Install configuration file](#step-4--install-configuration-file)
* [Step 5: Generate a DSA key](#step-5--generate-a-dsa-key)
* [Step 6: Turning on cowrie](#step-6--turning-on-cowrie)
* [Step 7: Port redirection (optional)](#step-7--port-redirection--optional-)
* [Troubleshooting](#troubleshooting)
* [Step 1: Install dependencies](#step-1-install-dependencies)
+ [Option A: dependencies for virtualenv](#option-a-dependencies-for-virtualenv)
+ [Option B: dependencies for bare install](#option-b-dependencies-for-bare-install)
* [Step 2: Create a user account](#step-2-create-a-user-account)
* [Step 3: Checkout the code](#step-3-checkout-the-code)
* [Step 3: Setup virtualenv (if desired)](#step-3-setup-virtualenv-if-desired)
* [Step 4: Install configuration file](#step-4-install-configuration-file)
* [Step 5: Generate a DSA key](#step-5-generate-a-dsa-key)
* [Step 6: Turning on cowrie](#step-6-turning-on-cowrie)
* [Step 7: Port redirection (optional)](#step-7-port-redirection-optional)
* [Troubleshooting](#troubleshooting)
## Step 1: Install dependencies

View File

@ -5,9 +5,9 @@
### Splunk Output Module
* In Splunk, enable the HTTP Event Collector (go to Settings->Add Data)
* Do not enable ```Indexer Acknowledgment```
* Do not enable `Indexer Acknowledgment`
* Copy the authorization token for later use
* Modify ```cowrie.cfg``` to enable ```[splunk]``` section
* Modify `cowrie.cfg` to enable the `[splunk]` section
* Add URL to HTTP Event Collector and add the authorization token
* Optionally enable sourcetype, source, host and index settings

View File

@ -1,6 +1,6 @@
# Automatically starting Cowrie with systemd
* Copy the file ```cowrie.service``` to ```/etc/systemd/service```
* Reload systemd with ```systemctl daemon-reload```
* Start Cowrie with ```service cowrie start```
* Enable start at boot-time with ```sudo systemctl enable cowrie.service``
* Copy the file `cowrie.service` to `/etc/systemd/service`
* Reload systemd with `systemctl daemon-reload`
* Start Cowrie with `service cowrie start`
* Enable start at boot-time with `sudo systemctl enable cowrie.service``