You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! This is the error when I try to add a new DNS entry using dnstool.py
python3 dnstool.py -u domain.com\\user -p 'password' -r test.domain.com -a add -d 10.10.1.15 ldap://10.10.1.1
[-] Connecting to host...
[-] Binding to host
[+] Bind OK
[-] Adding new record
[!] LDAP operation failed. Message returned from server: noSuchObject [REDACTED]: NameErr: DSID-0310028C, problem 2001 (NO_OBJECT), data 0, best match of:
'DC=domain,DC=com'
I tried using ldaps, combining with flags such as -port, -force-ssl and I tested against many DCs (one of them 10.10.1.1)
Any idea whats going on??
The text was updated successfully, but these errors were encountered:
It might be that the DNS zone is a forest or legacy zone, which you can query with --print-zones. Alternatively it could be that this DNS zone is not AD integrated/managed.
Hey! This is the error when I try to add a new DNS entry using dnstool.py
I tried using ldaps, combining with flags such as -port, -force-ssl and I tested against many DCs (one of them 10.10.1.1)
Any idea whats going on??
The text was updated successfully, but these errors were encountered: