menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right 003-4.2.3 WinRM chevron_right 002-4.2.3.2 WINRS.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    002-4.2.3.2 WINRS.md
    414 B / 2021-07-17 00:01:42
        #### 4.2.3.2 WINRS
    
    winrs(windows remote shell)是 WinRM 的客户端,需要管理员权限才能运行,可直接执行 命令,也可以返回交互式 shell
    
    ```bash
    winrs -r:192.168.19.100 -u:adtest\administrator -p:admin@124 "cmd”
    
    ```
    
    ![](images/yushentou/15899755782638.png)
    
    
    ```bash
    winrs -r:192.168.19.100 -u:adtest\administrator -p:admin@124 whoami
    
    ```
    
    ![](images/yushentou/15899755876176.png)
    
    
    
    
    links
    file_download