.. / net.exe

Functionalities related to querying and modifying the domain, services, shares and users


Functions:
Type:
Toolsets:

Resources

Data

List all shares

net.exe view \\W10.ad.bitsadmin.com /all
Usecase
Identify all shares, including hidden ones to enumerate for sensitive information

Mitre Att&ck
T1135

List shares

net.exe view \\W10.ad.bitsadmin.com
Usecases
Mitre Att&ck
T1135


Recon

Show time

net.exe time \\W10.ad.bitsadmin.com

Mitre Att&ck
T1124


Domain

Create new domain account

net.exe user backdoor Password1! /add /domain
Usecase
Add backdoor account to the domain

Mitre Att&ck

Update password

net.exe user Administrator NewPassword1! /domain
Usecase
Overwrite the password of a domain user

Add user to domain group

net.exe group "Domain Admins" backdoor /add /domain
Usecase
Add user to the “Domain Admins” group




Updated: 2023-08-25
Contributor: Arris Huijgen (bitsadmin)