Monday, 1 January 2024

How to Make a Zip Bomb in Windows

 

  • Step-1: Open any text editor and type Space ('  ') and save the file as 'a.txt'

  • Step-2: Copy and paste spaces (' ') as many times as possible until the file is of significant size (2 to 3MB). Then save the file.

  • Step-3: Make 100+ copies of 'a.txt' in the same folder.

  • Step-4: Open command prompt in the same folder and enter the command below to combine all the text files into one and save it as 'b.txt'.copy /b *.txt b.txt

  • Step-5: Repeat steps 3 and 4 to create an even larger text file of 2 to 3 GB and save it as 'c.txt'.

  • Step-6: Compress the text file 'c.txt' using WinZipWinRAR or 7-Zip and save it as 'smallbomb.zip'.

  • Step-7: Make several copies of 'smallbomb.zip' then add them all into one final archive and save it as 'bomb.zip' and your Zip Bomb is ready.

No comments:

Post a Comment