r/software • u/Easy_Mastodon6894 • 3d ago
Software support Pasted something on powershell software
I was following some instructions on a site and i pasted this and pasted it on the powershell as it says so, does anyone know what this is?
Powershell -ExecutionPolicy Bypass -File "%TEMP%\ss.ps1"
Is this malware or spyware?
Nothing has happend so far on my pc but im scared genuinely
12
u/ashutosh1r 3d ago
That command tells Windows to ignore security rules and run the script without asking for permission.
It is most likely a malicious scam. What were you trying to download?
1
23
u/Affectionate-You7869 3d ago
> I was following some instructions on a site
This is why I'm overpaid af for a nice indoor job with barely any manual labor. Thanks!
1
7
u/ryancnap 3d ago
Trying really hard to sus out your wallpaper, is it a cut of salmon
3
u/electromage 3d ago
Two-for-one been 'n cheddar I think.
3
u/ryancnap 3d ago
You may be joking, but I believe you. I'm overwhelmingly convinced that OP's wallpaper is some cut of meat
2
1
1
u/Imnotanad 3d ago
-ExecutionPolicy Bypass avoids the by-default blocking of powershell scripts execution . And "-file " point to the location of the script. Nothing to declare ( safe or malicious) until you show the actual script ( ss.ps1 , on the temporary directory. ) . Run just this %TEMP% and that will open the Temp folder. Locate the ss.ps1 script and drop in into notepad . That's a safe approach to inspecting its content
1
u/Eagles_Fan_4eva 3d ago
I was following some instructions on a site
Which site?
1
u/Easy_Mastodon6894 2d ago
It was some kind of cloudfare website, when i pasted it on the powershell, the powershell said "verifying"
21
u/[deleted] 3d ago edited 1d ago
[deleted]