python-bruteForce icon indicating copy to clipboard operation
python-bruteForce copied to clipboard

Multi Threading and argparse

Open MattTheCoder-W opened this issue 3 years ago • 0 comments

I would like to add multi-threading support to your project and argument parsing using argparse package. I will post my progress on this idea in this thread.

Linked fork for insight

https://github.com/MattTheCoder-W/python-bruteForce

Idea

In my pull request I would like to add:

  • Support for multiple password check threads
  • Option to choose how many threads will be used
  • Argument parsing using argparse package

To Do

  • [x] Create argument parsing (with interactive mode options)
  • [x] Add multi threading
  • [x] Test out new changes

MattTheCoder-W avatar Aug 17 '22 09:08 MattTheCoder-W