Viper details

  • Description

    from the doc: This program will crack passwords. It will crack a lot of passwords. In particular, it will crack DES/crypt() passwords used on most unix systems, which must be retrieved either from the /etc/passwd or /etc/shadow file. I wouldn't reccomend using this if you don't understand what I just said... Traditional crackers use the dictionary method, while this one does not. With the dictionary method, every dictionary word is tried, hoping for a weak password. This program checks all passwords. It will literally go from aaaaaaaa to zzzzzzzz. To be more exact, it actually goes from a to 000000000000. It will check all combinations of the character ranges : a-z, A-Z, 0-9 for a password length of 1 to 12. This will take a long, long time. Realistically this make take days, or even weeks. As the password length increases, the amount of possible passwords increases exponentially'

  • Dll

    p2xdll.dll