Giter Club home page Giter Club logo

ethbrute's People

Contributors

phildo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ethbrute's Issues

Which version of scrypt_kdf is it?

Traceback (most recent call last):
File "C:<...>\brute.py", line 22, in
derived_key = scrypt_kdf(password, salt, r, p, n, dklen)[16:32]
File "C:\Program Files\Python39\lib\site-packages\multikdf-0.1.32-py3.9.egg\multikdf\scrypt.py", line 53, in scrypt_kdf
return hash(i=i, s=s, N=(2**n), r=r, p=p, buflen=kl)
File "C:\Program Files\Python39\lib\site-packages\multikdf-0.1.32-py3.9.egg\multikdf\scrypt.py", line 33, in hash
lib.crypto_scrypt(i, len(i), s, len(s), N, r, p, buf, buflen)
File "C:<...>\AppData\Roaming\Python\Python39\site-packages\cffi_utils\sowrapper.py", line 151, in getattr
return self.getattribute(name)
AttributeError: 'SharedLibWrapper' object has no attribute 'crypto_scrypt'

Problems running the script [SOLVED]

Hi,

I've had quite a headache getting your script running on a fresh Linux Mint install so I'm posting the steps here.

  • sudo apt-get update
  • sudo apt-get install python python-dev libxml2-dev libxslt-dev openssl libssl-dev
  • sudo pip install --upgrade pip
  • sudo pip install fastpbkdf2
  • sudo pip install multikdf
  • sudo pip install pysha3 (if you have the sha3 python package installed, you might need to uninstall it)

Hope this helps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.