Skip to main content

Used for bruteforce examples ( EDUCATIONAL )

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.2.0.tar.gz (1.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for brutelib-0.2.0.tar.gz
Algorithm Hash digest
SHA256 df3475e403309dd89682ea65b9d65a5353b7270737e011e64e44cf4117834365
MD5 e33cdfe8b112d25e3b5ce99735a1b5eb
BLAKE2b-256 0aa28f88c355d9d7a1fd5570672eb4c74daa0f76d0c499a993c1ca7a6c59de2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: brutelib-0.2.0-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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c362ab7045fbddb27db1ba15425e29e4ce7b4079e663deae77f8387334863465
MD5 1dee99afa1390ef39cc32e4148230ec4
BLAKE2b-256 a2f8c8a4835ad574b0f1f6c71f50009dc6ff98293f00a2bb5099e9d26af999b9

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