-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathdcetests.cfg
41 lines (39 loc) · 1.04 KB
/
dcetests.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[global]
[TCPTransport]
# NetBIOS Name
servername =
# Targets IP
machine = 172.16.123.232
username = Administrator
password = test
# NTLM Hash, you can grab it with secretsdump
hashes =
# Kerberos AES 256 Key, you can grab it with secretsdump
aesKey256 =
# Kerberos AES 128 Key, you can grab it with secretsdump
aesKey128 =
# It must be the domain FQDN
domain = CONTOSO.COM
# This need to be a domain joined machine NetBIOS name
machineuser=
# Domain joined machine NetBIOS name hashes (grab them with secretsdump)
machineuserhashes =
[SMBTransport]
# NetBIOS Name
servername =
# Targets IP
machine = 172.16.123.232
username = Administrator
password = test
# NTLM Hash, you can grab it with secretsdump
hashes =
# Kerberos AES 256 Key, you can grab it with secretsdump
aesKey256 =
# Kerberos AES 128 Key, you can grab it with secretsdump
aesKey128 =
# It must be the domain FQDN
domain = CONTOSO.COM
# This need to be a domain joined machine NetBIOS name
machineuser=
# Domain joined machine NetBIOS name hashes (grab them with secretsdump)
machineuserhashes =