#powershell #underthewire #century #wget #alias ```plaintext The password for Century3 is the name of the built-in cmdlet that performs the wget like function within PowerShell **PLUS** the name of the file on the desktop. **NOTE:** – If the name of the cmdlet is “get-web” and the file on the desktop is named “1234”, the password would be “get-web1234”. – The password will be lowercase no matter how it appears on the screen. ``` --- Since we need to find the name of the built-in cmdlet that performs the `wget` like function within PowerShell, I thought `PowerShell` might have a built-in alias for `wget`, so I looked it up using the `Get-Alias` cmdlet and it returned `Invoke-WebRequest`. Additionally, the name of the file on the desktop is `443`. Combining the two, the password for should be `invoke-webrequest443` ![[Pasted image 20250729000410.png]] The password for [[Century3]] is `invoke-webrequest443`