mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
update cowrie
This commit is contained in:
parent
846577f86a
commit
a89af75691
@ -3,10 +3,10 @@ cowrie
|
||||
|
||||
![](https://badge.imagelayers.io/vimagick/cowrie:latest.svg)
|
||||
|
||||
[`Cowrie`][1] is a medium interaction SSH honeypot designed to log brute force attacks
|
||||
[Cowrie][1] is a medium interaction SSH honeypot designed to log brute force attacks
|
||||
and, most importantly, the entire shell interaction performed by the attacker.
|
||||
|
||||
`Cowrie` is directly based on [`Kippo`][2] by Upi Tamminen (desaster).
|
||||
Cowrie is directly based on [Kippo][2] by Upi Tamminen (desaster).
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
@ -17,8 +17,8 @@ cowrie:
|
||||
- "2222:2222"
|
||||
- "2223:2223"
|
||||
volumes:
|
||||
- ./dl:/home/cowrie/dl
|
||||
- ./log:/home/cowrie/log
|
||||
- ./data/dl:/home/cowrie/dl
|
||||
- ./data/log:/home/cowrie/log
|
||||
restart: always
|
||||
```
|
||||
|
||||
@ -26,8 +26,8 @@ cowrie:
|
||||
|
||||
```bash
|
||||
$ cd ~/fig/cowrie
|
||||
$ mkdir -p dl log/tty
|
||||
$ chmod -R 777 dl log
|
||||
$ mkdir -p data/dl data/log/tty
|
||||
$ chmod -R 777 data
|
||||
$ tree -F
|
||||
.
|
||||
├── docker-compose.yml
|
||||
|
@ -4,6 +4,6 @@ cowrie:
|
||||
- "2222:2222"
|
||||
- "2223:2223"
|
||||
volumes:
|
||||
- ./dl:/home/cowrie/dl
|
||||
- ./log:/home/cowrie/log
|
||||
- ./data/dl:/home/cowrie/dl
|
||||
- ./data/log:/home/cowrie/log
|
||||
restart: always
|
||||
|
@ -4,6 +4,6 @@ cowrie:
|
||||
- "2222:2222"
|
||||
- "2223:2223"
|
||||
volumes:
|
||||
- ./dl:/home/cowrie/dl
|
||||
- ./log:/home/cowrie/log
|
||||
- ./data/dl:/home/cowrie/dl
|
||||
- ./data/log:/home/cowrie/log
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user