Skip to content

A wordlist generator that can be used for brute force attacks.

Notifications You must be signed in to change notification settings

blue-farid/BlueWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

A wordlist generator that can be used for brute force attacks!

  • How to use?

    • clone project.
    • run the main.py.
    • enter 'help' on shell and read documentation.
  • Prerequisites

    • Python 3.8
  • Dependencies

    • more-itertools
      • use 'pip install more-itertools' to install.