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

Bare ipv6 addresses don't work #26

Open
akhepcat opened this issue Apr 18, 2017 · 2 comments
Open

Bare ipv6 addresses don't work #26

akhepcat opened this issue Apr 18, 2017 · 2 comments
Labels

Comments

@akhepcat
Copy link

akhepcat commented Apr 18, 2017

(address changed to protect the innocent)

./ssh-audit.py -6 2000:100:100:1::3
[exception] [Errno -9] Address family for hostname not supported

./ssh-audit.py -6 [2000:100:100:1::3]
[exception] [Errno -2] Name or service not known

./ssh-audit.py -6 "[2000:100:100:1::3]"
[exception] [Errno -2] Name or service not known

However, using a name (whether dns or /etc/hosts) works correctly.

@akhepcat akhepcat changed the title ipv6 addresses don't work Bare ipv6 addresses don't work Apr 18, 2017
@arthepsy arthepsy added the bug label Apr 19, 2017
@arthepsy
Copy link
Owner

Yes, this is bug. Thanks for the report, will fix this. For now, as a workaround, You could use:
./ssh-audit.py -p 22 2000:100:100:1::3

@jtesta
Copy link

jtesta commented Aug 29, 2019

@akhepcat This should be fixed in my v2.0.0 release: https://github.com/jtesta/ssh-audit/releases/tag/v2.0.0

@jtesta jtesta mentioned this issue Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants