pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.43k stars 630 forks source link

Cowrie deployment failure #853

Open Siikes opened 1 year ago

Siikes commented 1 year ago

Hello guys,

First of all, this project rocks! I just found an issue when trying to deploy cowrie.

It seems that some permissions have changed on this github repo and it is not allowed to clone without valid credentials.

I fixed it by replacing the problematic repo by cowrie official repository

git clone https://github.com/micheloosterhof/cowrie.git/ cowrie 

by 

git clone https://github.com/cowrie/cowrie.git cowrie

Deployment worked without any issues after the change.

Cheers, Sikes

wrharding commented 10 months ago

Are you still experiencing this issue? I am able to clone the cowrie repo from the old and the new url just fine:

user@sensor:~$ git clone https://github.com/micheloosterhof/cowrie.git cowrie
Cloning into 'cowrie'...
remote: Enumerating objects: 17042, done.
remote: Counting objects: 100% (1693/1693), done.
remote: Compressing objects: 100% (302/302), done.
remote: Total 17042 (delta 1538), reused 1428 (delta 1391), pack-reused 15349
Receiving objects: 100% (17042/17042), 9.74 MiB | 29.34 MiB/s, done.
Resolving deltas: 100% (12009/12009), done.