-
Notifications
You must be signed in to change notification settings - Fork 79
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
IPV6 support #80
Comments
@feliped79 Hello! Thanks for your opinion! |
Yes, ipv6 should be possible, I wonder if all it takes is to do two create_server for each capability? |
@johnnykv I played with
For the first variant we can teach mitmproxy to respect
ipv6
For the second variant:
|
Wow, that's cool, I hope one day I'll get to that level of programming in Python and networks too ... but for now I know only the basics of Python. |
@feliped79 Hello again! :)
The thing is |
Yes, confirmed. It sure does work:
And log_auth:
I guess the challenge now is how to make it listen to both ipv6 and 4? |
perhaps this can help about binding socket to both https://bugs.python.org/issue17561 |
Hi @johnnykv and others interested in this thread, Regards |
Good evening, I would like to congratulate you on the excellent tool. After much research and several attempts, I found Heralding, this fantastic tool that allows you to capture undue access attempts; as it is simple to install, the tutorial is very well explained and the logs very intuitive.
My final undergraduate work is using this amazing tool. I am using only for IPv4 however, a colleague asked me if there would be support for IPv6?
Att.
Felipe Duarte
The text was updated successfully, but these errors were encountered: