securethelogs/RedRabbit

404 Not Found

dbcoopersbenjamins opened this issue · 1 comments

PS C:\Windows\System32> iex(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/securethelogs/RedRabbit/master/redrabbit.ps1")
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (404) Not Found."
At line:1 char:1

  • iex(New-Object Net.WebClient).DownloadString("https://raw.githubuserc ...
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : WebException
    

@dbcoopersbenjamins The correct URL is "https://raw.githubusercontent.com/securethelogs/RedRabbit/master/RedRabbit.ps1"
you can swap it out, though I am unsure if @securethelogs is accepting PRs/updates.