@@ -18,8 +18,8 @@ A `KRB-ERROR (16) : KDC_ERR_PADATA_TYPE_NOSUPP` will be raised if pre-req 3 is n
1818
1919More information about this "Shadow Credentials" primitive:
2020 - [ Shadow Credentials: Abusing Key Trust Account Mapping for Takeover] ( https://posts.specterops.io/shadow-credentials-abusing-key-trust-account-mapping-for-takeover-8ee1a53566ab )
21- - [ The Hacker Recipes - ACEs abuse] ( https://www.thehacker.recipes/active-directory-domain-services /movement/access-control-entries )
22- - [ The Hacker Recipes - Shadow Credentials] ( https://www.thehacker.recipes/active-directory-domain-services /movement/access-control-entries /shadow-credentials )
21+ - [ The Hacker Recipes - ACEs and DACL abuse] ( https://www.thehacker.recipes/ad /movement/dacl/ )
22+ - [ The Hacker Recipes - Shadow Credentials] ( https://www.thehacker.recipes/ad /movement/kerberos /shadow-credentials )
2323
2424# Usage
2525
@@ -35,11 +35,11 @@ pyWhisker can be used to operate various actions on the msDs-KeyCredentialLink a
3535
3636pyWhisker supports the following authentications:
3737 - (NTLM) Cleartext password
38- - (NTLM) [ Pass-the-hash] ( https://www.thehacker.recipes/active-directory-domain-services /movement/lm-and- ntlm/pass-the-hash )
38+ - (NTLM) [ Pass-the-hash] ( https://www.thehacker.recipes/ad /movement/ntlm/pth )
3939 - (Kerberos) Cleartext password
40- - (Kerberos) [ Pass-the-key] ( https://www.thehacker.recipes/active-directory-domain-services /movement/kerberos/pass-the-key ) / [ Overpass-the-hash] ( https://www.thehacker.recipes/active-directory-domain-services /movement/kerberos/overpass-the-hash )
41- - (Kerberos) [ Pass-the-cache] ( https://www.thehacker.recipes/active-directory-domain-services /movement/kerberos/pass-the-cache ) (type of [ Pass-the-ticket] ( https://www.thehacker.recipes/active-directory-domain-services /movement/kerberos/pass-the-ticket ) )
42- - (LDAP over Schannel) [ Pass-the-cert] ( https://www.thehacker.recipes/ad/movement/schannel/passthecert )
40+ - (Kerberos) [ Pass-the-key] ( https://www.thehacker.recipes/ad /movement/kerberos/ptk ) / [ Overpass-the-hash] ( https://www.thehacker.recipes/ad /movement/kerberos/opth )
41+ - (Kerberos) [ Pass-the-cache] ( https://www.thehacker.recipes/ad /movement/kerberos/ptc ) (type of [ Pass-the-ticket] ( https://www.thehacker.recipes/ad /movement/kerberos/ptt ) )
42+ - (LDAP over Schannel) [ Pass-the-cert] ( https://www.thehacker.recipes/ad/movement/kerberos/pass-the-certificate )
4343
4444Among other things, pyWhisker supports multi-level verbosity, just append ` -v ` , ` -vv ` , ... to the command :)
4545
0 commit comments