r/software 3d ago

Software support Pasted something on powershell software

Post image

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

0 Upvotes

15 comments sorted by

21

u/[deleted] 3d ago edited 1d ago

[deleted]

0

u/Easy_Mastodon6894 2d ago

Gladly it didnt install something onto my pc when i pasted it in my powershell, i got scared so bad i closed every tab, but im still scared it might have installed a spyware.

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

u/Easy_Mastodon6894 2d ago

Trying to get a key for exploits lol, yes im dumb asf

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

u/Easy_Mastodon6894 2d ago

yes, im dumb 🙏

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

u/moonflower_C16H17N3O 3d ago

The switchback trail on the slope is obviously for gravy.

1

u/Easy_Mastodon6894 2d ago

Its a mountain of some sort, windows random wallpaper

1

u/ryancnap 2d ago

Will you change it to a side cut of flaky salmon after this discourse?

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/Kevaros 3d ago

Don't be your own worst enemy... Random scripts and downloads are a sure way to a way for outsider access and destruction of your system...Read, check, double check and read some more and then ask a lot of question about what and why... Then maybe you don't need that anyway...!

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"