Skip to content

Instantly share code, notes, and snippets.

@mlhoutel
Created November 17, 2021 11:21
Show Gist options
  • Save mlhoutel/31eea46c89a63d09cef32afc16bf64e5 to your computer and use it in GitHub Desktop.
Save mlhoutel/31eea46c89a63d09cef32afc16bf64e5 to your computer and use it in GitHub Desktop.
:: ------------------------------------------------------------------ ::
:: Exemple d'usage: bruteforce_command.bat | clip ::
:: ------------------------------------------------------------------ ::
@echo off
FOR /L %%G IN (1,1,1000) DO echo command(%%G);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment