@@ -14,9 +14,8 @@ computers to the domain. Administrative privileges however are required to delet
1414
1515### SMBDomain
1616
17- The Windows domain to use for authentication. If the target server has more than one domain present on it, this option
18- must be set to the target domain. If the target server has only one domain present on it, the domain will automatically
19- be identified.
17+ The Windows domain to use for authentication. The domain will automatically be identified if this option is left in its
18+ default value.
2019
2120### COMPUTER_NAME
2221
@@ -65,14 +64,15 @@ msf6 auxiliary(admin/dcerpc/samr_computer) > show options
6564
6665Module options (auxiliary/admin/dcerpc/samr_computer):
6766
68- Name Current Setting Required Description
69- ---- --------------- -------- -----------
70- COMPUTER_NAME no The computer name
71- RHOSTS 192.168.159.96 yes The target host(s), see https://github.com/rapid7/metasploit-framework/wiki/Using-Metasploit
72- RPORT 445 yes The target port (TCP)
73- SMBDomain . no The Windows domain to use for authentication
74- SMBPass Password1 no The password for the specified username
75- SMBUser aliddle no The username to authenticate as
67+ Name Current Setting Required Description
68+ ---- --------------- -------- -----------
69+ COMPUTER_NAME no The computer name
70+ COMPUTER_PASSWORD no The password for the new computer
71+ RHOSTS 192.168.159.96 yes The target host(s), see https://github.com/rapid7/metasploit-framework/wiki/Using-Metasploit
72+ RPORT 445 yes The target port (TCP)
73+ SMBDomain . no The Windows domain to use for authentication
74+ SMBPass Password1 no The password for the specified username
75+ SMBUser aliddle no The username to authenticate as
7676
7777
7878Auxiliary action:
0 commit comments