jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Link-local ipv6 issues #179

Open XiaoliChan opened 11 months ago

XiaoliChan commented 11 months ago

I want to play it with local-link ipv6, but something error, looks like winrm not support link-local ipv6 address? image

jborean93 commented 11 months ago

It should work but potentially the way the value is embedded into the WSMan payload is incorrect, I'll have to try it out and see what might be going wrong.

XiaoliChan commented 11 months ago

I have no idea about link-local ipv6 address but for ordinary ipv6 address, it works.