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
My DC never receive the DNS request and i don't know why.
[LDAP Nightmare:INFO] - Waiting for udp server to start...
[LDAP Nightmare:INFO] - NetLogon connected
[LDAP Nightmare:INFO] - Calling DsrGetDcNameEx2 now...
[LDAP Nightmare:INFO] - Connected to 192.168.98.131:49664
[LDAP Nightmare:INFO] - Sending DsrGetDcNameEx2 request...
Traceback (most recent call last):
File "/home/kali/CVE-2024-49113/LdapNightmare.py", line 75, in
main()
File "/home/kali/CVE-2024-49113/LdapNightmare.py", line 60, in main
DsrGetDcNameEx2(
File "/home/kali/CVE-2024-49113/rpc_call.py", line 32, in DsrGetDcNameEx2
resp = dce.request(request)
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/impacket/dcerpc/v5/rpcrt.py", line 882, in request
raise exception
impacket.dcerpc.v5.nrpc.DCERPCSessionError: NRPC SessionError: code: 0x54b - ERROR_NO_SUCH_DOMAIN - The specified domain either does not exist or could not be contacted.
I'm getting this error before the victim machine receives any DNS request, I don't understand O_o
The text was updated successfully, but these errors were encountered:
My DC never receive the DNS request and i don't know why.
[LDAP Nightmare:INFO] - Waiting for udp server to start...
[LDAP Nightmare:INFO] - NetLogon connected
[LDAP Nightmare:INFO] - Calling DsrGetDcNameEx2 now...
[LDAP Nightmare:INFO] - Connected to 192.168.98.131:49664
[LDAP Nightmare:INFO] - Sending DsrGetDcNameEx2 request...
Traceback (most recent call last):
File "/home/kali/CVE-2024-49113/LdapNightmare.py", line 75, in
main()
File "/home/kali/CVE-2024-49113/LdapNightmare.py", line 60, in main
DsrGetDcNameEx2(
File "/home/kali/CVE-2024-49113/rpc_call.py", line 32, in DsrGetDcNameEx2
resp = dce.request(request)
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/impacket/dcerpc/v5/rpcrt.py", line 882, in request
raise exception
impacket.dcerpc.v5.nrpc.DCERPCSessionError: NRPC SessionError: code: 0x54b - ERROR_NO_SUCH_DOMAIN - The specified domain either does not exist or could not be contacted.
I'm getting this error before the victim machine receives any DNS request, I don't understand O_o
The text was updated successfully, but these errors were encountered: