-
Notifications
You must be signed in to change notification settings - Fork 16
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
AnyLink #25
Comments
Output of |
Looks like the test server has already been taken down.
Cool. Did you also actually test what
It basically speaks the same protocol, right? Wherever possible I try to make sure that Should be pretty trivial to distinguish AnyLink responses from Cisco or ocserv, given that it's open-source. https://github.com/dlenski/what-vpn/blob/master/what_vpn/sniffers.py#L130-L175 |
I didn't try But then do we want to distinguish between AnyLink and AnyConnect/OpenConnect or not? @itviewer Could you perhaps extend the text account on |
@DimitriPapadopoulos |
Thanks. It just occurred to me, we don't need an account to query the server with
We might have to modify the |
@DimitriPapadopoulos
|
Sorry, that is for client authentication check, if you use browser, see here |
and here for web server routing |
Well, if the server explicitly varies its behavior for certain |
Indeed, we can easily distinguish it. Do you want to distinguish it in the I don't know how feasible it would be to distinguish ocserv and AnyConnect, but you don't distinguish them it in the |
Yes. The goal of
❓ Yes it does, certainly tries very hard to (https://github.com/dlenski/what-vpn/blob/master/what_vpn/sniffers.py#L154-L175), including taking advantage of a bug/mistake in older |
I see a single line for AnyConnect/OpenConnect matches (it's the same sniffer):
In the case of a match, you get details on the matching (Cisco). My question was, do we want the same sniffer / line in output? I guess the answer is yes. Typically we would have:
|
Yes, I think that would make sense. 👍 Perhaps the
|
The main page of the server returns:
It roughly translates to:
|
Have you heard of AnyLink? It appears to be compatible with the OpenConnect server, written in Go.
I am not sure whether it requires a new category or falls in the existing ocserv/AnyConnect category.
@itviewer was kind enough to set up a test server for a very limited time:
https://gitlab.com/openconnect/ocserv/-/merge_requests/331#note_1348026291
The text was updated successfully, but these errors were encountered: