MCPcopy Create free account
hub / github.com/geekcomputers/Python / BruteForce.py

File BruteForce.py

BruteForce.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from itertools import product
2
3
4def findPassword(chars, function, show=50, format_="%s"):

Callers

nothing calls this directly

Calls 2

getCharsFunction · 0.85
findPasswordFunction · 0.85

Tested by

no test coverage detected