2015-09-29
A Case Study in How NOT To Process Orders
Home »Windows»PSEexec over IPv6
2015-09-29
A Case Study in How NOT To Process Orders
2014-02-08
Reading email SMTP headers to trace the origin of the message.
2014-02-07
Rants about the pains of performing what should be a simple package upgrade.
Your IP address is
3.238.111.130
The question of how to use PSExec against an IPv6 host has come up a couple of times, and for some reason, people don't seem to think it is possible.
PSExec needs to be able to talk to the admin$ share, in order to function. If it can do that over IPv6, that should be enough.
What people seem to miss is what you have to do in order to form an IPv6 UNC. Put simply - to put an IPv6 address in a Windows UNC, you replace the colons with dashes, and change any percent signs to a letter s, and add .ipv6-literal.net to the end of it. So, ::1 becomes \\--1.ipv6-literal.net.
Running psexec \\--1.ipv6-literal.net cmd.exe will work, but psexec \\::1 cmd.exe will not.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales License.
Design by GetTemplate