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

Is IPv6 supported #103

Closed
thanasisk opened this issue Apr 29, 2024 · 4 comments
Closed

Is IPv6 supported #103

thanasisk opened this issue Apr 29, 2024 · 4 comments

Comments

@thanasisk
Copy link

Hello there,
I didn't have had a ton of time to read through all the codebase. I was wondering what is the status of IPv6 support?

@mariocandela
Copy link
Owner

Hello @thanasisk,

Beelzebub supports IPv6, execute beelzebub localy using docker and then: curl -6 "http://[::1]:80/" or ssh -6 root@::1

I'm here if you need anything.

Thanks for your time

Cheers

Mario

@thanasisk
Copy link
Author

many thanks for the quick reply @mariocandela
Please allow me to drill down a bit in my question with a couple follow-ups:
In the example above is networking handled by Docker?
I plan to run Beelzebub on a dual IP stack cloud instance - I want to expose certain services via IPv4 and others via IPv6
My plan is to compile locally, upload and chroot - as opposed to putting stuff inside a container.

@mariocandela
Copy link
Owner

Welcome @thanasisk

So without docker, you should define ipv4 or ipv6 into your honeypot service configurations, for example:

Bind on ipv4: address: ":22"
Bind on ipv6: address: "[::1]:22"

I hope to have helped you. :)

Cheers

Mario

@thanasisk
Copy link
Author

Awesome, much obliged!

@mariocandela mariocandela pinned this issue Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants