Coder Social home page Coder Social logo

cisco_pwdecrypt's People

Contributors

axcheron 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar

cisco_pwdecrypt's Issues

IndexError: list index out of range

Hi

getting the below error, been trying to figure it out but not getting any joy, any advice / help appreciated

-----error below -------

$ python3 cisco_pwdecrypt.py -u -d passwords.txt
[*] Bruteforcing 'type 5' hash...

Found 10000 passwords to test.
Testing: <PASSWORD>

Traceback (most recent call last):
File "cisco_pwdecrypt.py", line 173, in
type5_decrypt(args.type5, args.dict)
File "cisco_pwdecrypt.py", line 121, in type5_decrypt
if split_pwd[1] == '1':
IndexError: list index out of range

Typo in Example

Hello,

The type 5 password example in README.md should have a "-d" option instead of "-w"

IndexError: list index out of range

Hi, I'm trying to use this for md5 but having the following issue. Any idea why this might be happening?

Thanks

[*] Bruteforcing 'type 5' hash...

        Found 14344391 passwords to test.
        Testing: $1$VWmp
        Hash Type = MD5
        Salt = VWmp
Traceback (most recent call last):
  File "cisco_pwdecrypt.py", line 173, in <module>
    type5_decrypt(args.type5, args.dict)
  File "cisco_pwdecrypt.py", line 128, in type5_decrypt
    print("\tHash = %s\n" % split_pwd[3])
IndexError: list index out of range

When I put in a print statement to see what split password is (split_pwd)

It's coming back with: ['', '1', 'VWmp']

So slice 3 is out of range. It's almost like it's not passing the whole md5 string in the script. This is the md5 I am passing to the script: $1$VWmp$vnpGGorzU9NOGkw9qHnMS0

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.