Overview
After publication of the code for generation of keys for UPC routers from their SSID names, there exist multiple versions of it, e.g., with generation and following tries to connect with these passwords. but not for Win machines. So there is a PowerShell script that generates possible keys and which can connect with these keys. It can be found on GitHub.
Use of the Script
# Generate passwords for the network with SSID UPC1234567 .\UpcKeyGen.ps1 -ssid UPC1234567 # Generate passwords for the network with SSID UPC1234567 and try to connect .\UpcKeyGen.ps1 -ssid UPC1234567 -connect
Conclusion
This script (and the original code) should help to find the lost password of your router. It should not serve as a hacking tool.