Skip to content

Scare-Security/crunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

crunch

minimalst crunch wordlist generator in Nim

usage

usage: ./crunch <min> <max> [chars]

  • min : minimum length
  • max : maximum length
  • chars: characters to use

compile

  • linux
nim c --opt:speed --d:release crunch.nim
  • windows
nim c --opt:speed --d:release -d:mingw crunch.nim