Powershell Web Access
Overview #
Web-based powershell console
Interesting URL Paths #
# login
/remote
Logging in as local account #
Prepend \
or .\
to be treated as local account instead of domain account.
Or you can also use COMPUTER_NAME\USER_NAME
format.
References #
- HTB Giddy