Share via

Window Command Lines

Cyberkur Syiem 20 Reputation points
2023-06-14T18:04:03.31+00:00

For this level, you must successfully authenticate to the Domain Controller host at 172.16.5.155 via SSH after first authenticating to the target host. This host seems to have several PowerShell modules loaded, and this user's flag is hidden in one of them. (How can we view loaded modules and their members?) this is the hint they have given

Note: this is only for educational Purposes, so I am asking for help. what you gave above does not solve the problem?

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

1 answer

Sort by: Most helpful
  1. Rafael da Rocha 5,251 Reputation points
    2023-06-14T18:22:25.6+00:00

    You can check the modules loaded with

    Get-Module
    

    and then check the members with

    Get-Module _ModuleName_ | Get-Member
    

    Good luck "hacking the box"


    If this or any other reply helped solve your question, please remember to upvote and/or "Accept Answer".
    It helps others facing similar issues find the solution.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.