mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Tiny improvements for the documentation (fixing anchor links) (#317)
This commit is contained in:
23
INSTALL.md
23
INSTALL.md
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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``
|
||||
|
||||
Reference in New Issue
Block a user