Skip to main content

Makes an list of passwords

Project description

Building something

""" def md5(args): - converts "args" to md5 arg = hashlib.md5() arg.update(args) arg.digest()

def sha256(args): - converts "args" to sha256 arg = hashlib.sha256() arg.update(args) arg.digest()

def hexList(args): - Shows an hash list in md5 and sha256 arg = hashlib.md5() sha = hashlib.sha256() sha.update(args) arg.update(args) arg.hexdigest() sha.digest()

def crack(wordlist): - Cracks password charlist = [wordlist] abv = 0 for i in charlist(): while(password != wordlist): guess = "" guess = "#".join(guess) print(guess) print("Cracking Password...") found = abv + 1 print(f"Passwords found: {found}, {password}")

def newWordlist(wordPath): - Creates an new wordlist in PATH: "wordPath" subprocess.call(r"cd {wordPath}".format(wordPath)) filename = "wordlist.txt" text = "123456 password 123456789 12345 12345678 qwerty 1234567 1111 0123123" with open('wordlist.txt', 'w') as f: f.write(text) """

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brutelib-0.1.8.tar.gz (1.3 kB view details)

Uploaded Source

Built Distribution

brutelib-0.1.8-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file brutelib-0.1.8.tar.gz.

File metadata

  • Download URL: brutelib-0.1.8.tar.gz
  • Upload date:
  • Size: 1.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for brutelib-0.1.8.tar.gz
Algorithm Hash digest
SHA256 4a2538b080a3ee911cf99977bb3404c1a807af6b3fb2ab5e9cc18be4258facfc
MD5 fb6b24ce805213344856249773f1dcee
BLAKE2b-256 6f3e1acac7f3386a4cee8d027dad72ee70867a363682a33958a89c83faa11621

See more details on using hashes here.

File details

Details for the file brutelib-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: brutelib-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.6

File hashes

Hashes for brutelib-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 599a034982eb3c6520acb320743b39817f222b9b4af9b1e92422bba2051298d3
MD5 d3ac4dcab735397ae0aa5a4b2b80633f
BLAKE2b-256 a41b21cc7684c2f204ee52f3e4ce55ec4703e8a6925198f90441a98cd55e46fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page