Network Security and Technology Experiment (a)

1, the ping command is determined mainly by the type of remote host TTL

2, using the tracert command can be tracked packet transmission path

3, using the Netstat -an command, you can view the status of the unit open port

4, At a command, the scheduled task command, you can set the date and time to run commands and procedures, provided that the Task Scheduler service is running

5, Net accounts command, view some simple settings

6, Net localgroup command to view the user group

7, Net localgroup administrators group name (guest) / add (/ del), add (delete) user to the administrators group

8, Net localgroup administrators, view the user group of users

9, Net use \\ IP \ ipc $ "password" / user: username, this command is mainly used to connect or disconnect the remote target host, inside information is information on the remote host

10, Net use \\ IP \ ipc $ / del, drop the remote connection

11, Net use [devicename | *] [\\ computername \ sharename], the directory on the remote host mapped to the native, devicename is to be mapped to a local disk name, followed by the remote host to share the file directory, the general name the IP address

12, Net use command to see if the connection is established

13, Net user command, access to the computer after the above user account (usually an intruder to give yourself a back door, this time to add their own account in the Administrators group inside a group account is a commonly used method, use this command to view the user whether members of the group had never seen the emergence of groups or members of the general account as well as with "$" account, you realize that if your computer has been compromised)

14, Net use guest, guest to view account information

15, Net use shen / add, add an account

16, Net user username password, set or change the account password

17, Net user username password / add, while achieving Add Account and change your password

18, Net user username / active: yes (no), enable or disable an account

19, Net user username / del, delete the specified account

20, Net start [services (such as telnet)], turn on a particular service

21, Net stop, disable certain services

22, Net view, shared resource list is used to display a list of domains, and computer list specified computer, using the following format:

  (1)Net view [\\computername[/CACHE] | /domin[:dominname]]

  (2)Net view /network:nw[\\computername]

  (3)for example: Net view \\192.168.1.2

 

Guess you like

Origin www.cnblogs.com/BASE64/p/11801314.html