• atomicbocks@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    A similar attack used to be able to be done in Windows by creating a batch file that calls itself at the end.

    We used to do it where it would open the command prompt several times and then call itself, so after a couple seconds you would have dozens or hundreds of command prompt windows opening. On a system that only had 128 megs of RAM it didn’t take long for the system to become unresponsive.

      • atomicbocks@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Pulling the script out of the vague recesses of my brain, what we did was more like:

        ECHO pwned!
        start /c start.bat
        start /c start.bat
        start /c start.bat
        start.bat
        

        Then make a shortcut, call it Internet Explorer with the blue E, and wait.

        I also wrote a script that would create 1000 folders in your network drive and then change the owner so you couldn’t delete them. We used that one when people left their machine unlocked.