Pwdlyser-CLI icon indicating copy to clipboard operation
Pwdlyser-CLI copied to clipboard

Issue with output

Open smit1759 opened this issue 4 years ago • 1 comments

me@me:~$ pwdlyser -p file.txt --all

  #####  #     # #####  #      #   #  ####  ###### #####
  #    # #     # #    # #       # #  #      #      #    #
  #    # #  #  # #    # #        #    ####  #####  #    #
  #####  # # # # #    # #        #        # #      #####
  #      ##   ## #    # #        #   #    # #      #   #
  #      #     # #####  ######   #    ####  ###### #    #

  ---- Password analysis & reporting tool --- v2.6.0 ----

[!] Auto-update check not performed. Please check for a new version manually at https://www.github.com/ins1gn1a/pwdlyser

Traceback (most recent call last):
  File "/usr/local/bin/pwdlyser", line 870, in <module>
    check_character_analysis(full_list)
  File "/usr/local/bin/pwdlyser", line 512, in check_character_analysis
    mostUsed = (wordfreq[0])[1]
IndexError: list index out of range

Additionally, any other options output nothing.

smit1759 avatar Dec 05 '19 00:12 smit1759

Sorry - only just seen this. What input format are you using? It only accepts username:password or username:hash:password

ins1gn1a avatar Mar 28 '20 18:03 ins1gn1a