Recently has been busy in the final paper, for several days have not learned, today took a little time to learn a moment.
Today saw a few infiltration cases, the case used in the method is some conventional methods, there is nothing to say, looked at half a day, is nothing but familiar with the operation of a little bit, so it does not write.
NET commands for workgroup and domain
Common NET commands are: Net view,net user,net use,net start,net stop,net share, etc.
NET view
Function: Displays a list of domains, a list of computers, or a table of shared resources for making a computer
Command format: NET view [\\computername|/dp,aom[omainname]]
Without parameters: NET view: Displays a list of computers for the current domain
Parameter \\computername: Develop the name of the computer for which you want to view shared resources
Parameter/domain[omainname]: Develop the domain for which you want to view the available computers.
NET user (a command that is closely related to us)
Command format: NET user [Usernme[password | *][options]][/domain]
Username{password |*}/add [Options]][/domain]
Username[/delete][/domain]
Role: Add or change user accounts or display user account information, this command can also be written as net users.
Command format: NET user [Usernme[password | *][options]][/domain]
This article is from the "Xiao Yu" blog, please be sure to keep this source http://791120766.blog.51cto.com/10836248/1772022
2016.5.10 Penetration Learning Summary