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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: brutelib-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 92ea6671f6ca821341c5ae50cbe1cdb23dc3f246e1a0a5fdb49b9bdd73db34c8
MD5 3b0bd0300a78c72d079189641eda639c
BLAKE2b-256 e107ca44a736aa028142838ca364740bf46b4f7b4a73dbd8e5291fea24bfb0f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: brutelib-0.2.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0aa2aeb2528e14d8e63423fa4bcf1ae89994fecc1922d793907d1deec0043a05
MD5 5b7556b3ffa99539f8e1bc4e3b0a93fc
BLAKE2b-256 8607218ce6c0e1341600f51ab78a99870a84eea5accb1c0f19309526e147813f

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