Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run proxy mode + pool in Docker #2021

Open
jiangyin97 opened this issue Dec 4, 2023 · 2 comments
Open

Run proxy mode + pool in Docker #2021

jiangyin97 opened this issue Dec 4, 2023 · 2 comments

Comments

@jiangyin97
Copy link

I use the image https://hub.docker.com/r/cowrie/cowrie, but I get an error when starting it.
The command to start it is:

docker run -d -p 2222:2222 -e COWRIE_HONEYPOT_BACKEND=proxy -e COWRIE_BACKEND_POOL_POOL_ONLY=false -e COWRIE_PROXY_BACKEND=pool -e COWRIE_PROXY_POOL=local -e COWRIE_TELNET_ENABLED=yes -v /var/cowrie:/data/ --name cowrieTest cowrie/cowrie

The error log:
企业微信截图_17016959824919

It seems to indicate that this image does not support high interaction (proxy mode).

@micheloosterhof
Copy link
Member

So, this has never been tested. Right now it's missing the software to run the system emulation, but it might run as proxy mode only (with the system emulation on another system). It's an intersting idea maybe worth exploring.

@micheloosterhof
Copy link
Member

I think to run the full thing will need some work on the networking side.

@micheloosterhof micheloosterhof changed the title Is there a high-interaction (proxy mode) Docker image? Run proxy mode + pool in Docker Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants