WINEXE + 在 Linux 机器上在 WIN 上运行 CLI 命令

WINEXE + 在 Linux 机器上在 WIN 上运行 CLI 命令

我使用 winexe 工具从 Linux 机器上运行 WIN XP 上的 cli 命令

如下例所示(来自我的 Linux)

  • 10.18.15.132-WIN XP 机器的 IP

     ./winexe -U  Cellcom/SDnet%w5frdlpp  //10.18.15.132 "ipconfig"
    

Windows IP 配置以太网适配器本地连接:

    Connection-specific DNS Suffix  . : Cellcom
    IP Address. . . . . . . . . . . . : 10.18.15.132
    Subnet Mask . . . . . . . . . . . : 255.255.0.0
    Default Gateway . . . . . . . . . : 10.18.15.0

但是今天当我运行 winexe 时出现以下错误?

   ./winexe -U  Cellcom/SDnet%w5frdlpp  //10.18.15.132 "ipconfig"


    ERROR: Failed to open connection - NT_STATUS_ACCOUNT_LOCKED_OUT

半小时后我再次运行 winexe,现在一切正常

所以我不明白为什么我会被“状态账户锁定”半个小时??

  • 可能存在什么问题?如果我被锁了,该如何解锁?

  • 为了解锁,应该执行什么步骤?

WINEXE 信息

  winexe version 1.00
  This program may be freely redistributed under the terms of the GNU GPLv3
  Usage: winexe [-?] [-?] [-?] [-?NP] [-?NPV] [-?|--help] [--usage] [-d|--debuglevel     DEBUGLEVEL]
      [--debug-stderr] [-s|--configfile CONFIGFILE] [--option=name=value]
      [-l|--log-basename LOGFILEBASE] [--leak-report] [--leak-report-full]
      [-R|--name-resolve NAME-RESOLVE-ORDER]
      [-O|--socket-options SOCKETOPTIONS] [-n|--netbiosname NETBIOSNAME]
      [-S|--signing on|off|required] [-W|--workgroup WORKGROUP]
      [--realm=REALM] [-i|--scope SCOPE] [-m|--maxprotocol MAXPROTOCOL]
      [-U|--user [DOMAIN/]USERNAME[%PASSWORD]] [-N|--no-pass]
      [--password=STRING] [-A|--authentication-file FILE] [-P|--machine-pass]
      [--simple-bind-dn=STRING] [-k|--kerberos STRING] [-V|--version]
      [--uninstall] [--reinstall] [--system]
      [--runas=[DOMAIN\]USERNAME%PASSWORD] [--runas-file=FILE]
      [--interactive=0|1] [--ostype=0|1|2] //host command

答案1

Windows 帐户已锁定。如果您在域网络上,请检查“Active Directory 用户和计算机”中是否存在相关用户帐户,并确保已解锁该帐户。

如果您不在域中,则需要转到托管该帐户的 Windows 计算机并解锁该帐户。为此,请执行以下操作:

  • 开始 > 运行 > Compmgmt.msc > 输入

  • 展开本地用户和组

  • 找到用户,双击并解锁。

希望这可以帮助。

相关内容