09-27-2017, 02:10 PM
Comparing your problem hashes to the example hashes, they don't match in format, which is the problem.
For the 2611, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXX which is 40 chars : 27 chars. The example hash from the wiki is 32 chars : 3 chars . As far as hashcat is concerned, it's not a valid 2611 hash, and it throws an error.
The 2711, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXX which is 31 chars : 3 chars . This doesn't match even the 2611 hash format, let alone the 2711, which is 32 chars : 30 chars .
In short, you have invalid hashes, which is why you are getting the errors.
For the 2611, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXX which is 40 chars : 27 chars. The example hash from the wiki is 32 chars : 3 chars . As far as hashcat is concerned, it's not a valid 2611 hash, and it throws an error.
The 2711, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXX which is 31 chars : 3 chars . This doesn't match even the 2611 hash format, let alone the 2711, which is 32 chars : 30 chars .
In short, you have invalid hashes, which is why you are getting the errors.