Create thousands of Folder in One Click


Write a script just using notepad which will create thousands of folders in one click. This is just for education purposes.
  • Open Notepad.
  • Copy the below code and paste it into Notepad.
@echo off
:top
md %random%
goto top
  • Save it as hackhunt.bat.
You can change the hackhunt with anything but do not change the .bat, since it is the extension of the file.
If you want to check, just make a folder and paste the .bat file inside the folder and double-click it. To stop, close the command prompt windows
Tip - You can also create a backdoor i.e. this script will be hidden behind an Audio or Image file and when your target will open the file, the script will be executed in the background.

We hope this helps. If any suggestions or doubts you can add a comment and we will reply as soon as possible.

No comments:

Post a Comment