You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Running NotPetya on Win10 Pro, I get errors in PowerShell window. Tasks error or remain pending after code has run. If I replace the non-standard dash "-" character in the source code (invoke-scheduledTask and invoke-wsreset, this fixes the error).
sed -i s/–/-/g functions/invoke-scheduleTask
sed -i s/–/-/g functions/invoke-wsreset
The text was updated successfully, but these errors were encountered:
clr2of8
changed the title
PowerShell Errors when running threat
PowerShell Errors when running threat (non-standard dash "-" found in source code)
Oct 2, 2020
When Running NotPetya on Win10 Pro, I get errors in PowerShell window. Tasks error or remain pending after code has run. If I replace the non-standard dash "-" character in the source code (invoke-scheduledTask and invoke-wsreset, this fixes the error).
sed -i s/–/-/g functions/invoke-scheduleTask
sed -i s/–/-/g functions/invoke-wsreset
The text was updated successfully, but these errors were encountered: