Window non-standard application concept

Type your comment> @acidbat said:

With Windows if you run:
Get-Process | select-object Processname, id or powershell -c get-process | select-object Processname, id it will list the processes that is on the machine.
Filter through them to see what sticks out

from cli tasklist will work too. Depending on what type of shell you have and have access too.

There are some pretty decent courses on Udemy that cover windows but if you’re just starting out HTB / tryhackme have a lot of very good information to soak up.

When you reach the end of those check out other resources. Books/Udemy blah blah.

Oh… and look up winpeas :wink: