kerbrute
kerbrute copied to clipboard
Erorr when trying right user&pass pair against krb5-kdc
As I was getting to know how to use this i wanted to test it against just few users (knowing which are good and which wrong) and few passwords (with one right).
Discovering users work fine, but I always get "no password discovered" even though I know there is one correct pair.
After adding -debug, and get an error:
[+] Error trying correctUser:correctPassword <TagSet object, tags 0:32:16-64:32:26> not in asn1Spec: <EncASRepPart schema object, tagSet=<TagSet object, tags 0:32:16-64:32:25>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type key=<EncryptionKey schema object, tagSet=<TagSet object, tags 0:32:16-128:32:0>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type keytype=<Int32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:0>, subtypeSpec <ConstraintsIntersection object, consts <ValueRangeConstraint object, consts -2147483648, 2147483647>>>>, <NamedType object, type keyvalue=<OctetString schema object, tagSet <TagSet object, tags 0:0:4-128:32:1>, encoding iso-8859-1>>>, sizeSpec=<ConstraintsIntersection object>>>, <NamedType object, type last-req=<LastReq schema object, tagSet=<TagSet object, tags 0:32:16-128:32:1>, subtypeSpec=<ConstraintsIntersection object>, componentType=<Sequence schema object, tagSet=<TagSet object, tags 0:32:16>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type lr-type=<Int32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:0>, subtypeSpec <ConstraintsIntersection object, consts <ValueRangeConstraint object, consts -2147483648, 2147483647>>>>, <NamedType object, type lr-value=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:1>, encoding us-ascii>>>, sizeSpec=<ConstraintsIntersection object>>, sizeSpec=<ConstraintsIntersection object>>>, <NamedType object, type nonce=<UInt32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:2>>>, <OptionalNamedType object, type key-expiration=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:3>, encoding us-ascii>>, <NamedType object, type flags=<TicketFlags schema object, tagSet <TagSet object, tags 0:0:3-128:32:4>>>, <NamedType object, type authtime=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:5>, encoding us-ascii>>, <OptionalNamedType object, type starttime=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:6>, encoding us-ascii>>, <NamedType object, type endtime=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:7>, encoding us-ascii>>, <OptionalNamedType object, type renew-till=<KerberosTime schema object, tagSet <TagSet object, tags 0:0:24-128:32:8>, encoding us-ascii>>, <NamedType object, type srealm=<Realm schema object, tagSet <TagSet object, tags 0:0:27-128:32:9>, encoding iso-8859-1>>, <NamedType object, type sname=<PrincipalName schema object, tagSet=<TagSet object, tags 0:32:16-128:32:10>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type name-type=<Int32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:0>, subtypeSpec <ConstraintsIntersection object, consts <ValueRangeConstraint object, consts -2147483648, 2147483647>>>>, <NamedType object, type name-string=<SequenceOf schema object, tagSet=<TagSet object, tags 0:32:16-128:32:1>, subtypeSpec=<ConstraintsIntersection object>, componentType=<KerberosString schema object, tagSet <TagSet object, tags 0:0:27>, encoding iso-8859-1>, sizeSpec=<ConstraintsIntersection object>>>>, sizeSpec=<ConstraintsIntersection object>>>, <OptionalNamedType object, type caddr=<HostAddresses schema object, tagSet=<TagSet object, tags 0:32:16-128:32:11>, subtypeSpec=<ConstraintsIntersection object>, componentType=<HostAddress schema object, tagSet=<TagSet object, tags 0:32:16>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type addr-type=<Int32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:0>, subtypeSpec <ConstraintsIntersection object, consts <ValueRangeConstraint object, consts -2147483648, 2147483647>>>>, <NamedType object, type address=<OctetString schema object, tagSet <TagSet object, tags 0:0:4-128:32:1>, encoding iso-8859-1>>>, sizeSpec=<ConstraintsIntersection object>>, sizeSpec=<ConstraintsIntersection object>>>, <OptionalNamedType object, type encrypted_pa_data=<METHOD_DATA schema object, tagSet=<TagSet object, tags 0:32:16-128:32:12>, subtypeSpec=<ConstraintsIntersection object>, componentType=<PA_DATA schema object, tagSet=<TagSet object, tags 0:32:16>, subtypeSpec=<ConstraintsIntersection object>, componentType=<NamedTypes object, types <NamedType object, type padata-type=<Int32 schema object, tagSet <TagSet object, tags 0:0:2-128:32:1>, subtypeSpec <ConstraintsIntersection object, consts <ValueRangeConstraint object, consts -2147483648, 2147483647>>>>, <NamedType object, type padata-value=<OctetString schema object, tagSet <TagSet object, tags 0:0:4-128:32:2>, encoding iso-8859-1>>>, sizeSpec=<ConstraintsIntersection object>>, sizeSpec=<ConstraintsIntersection object>>>>, sizeSpec=<ConstraintsIntersection object>>
I am running it on clean, freshly installed deb10, with locally hosted krb5-kdc. Kerbrute was installed via pip3.
Got any idea what can be the problem and how to solve it?