Commands related to ipc channel intrusion

Source: Internet
Author: User
Tags net time domain list net send

Commands related to ipc $ intrusion:
When we encounter commands that we forget during the intrusion, We will summarize some of the commands I know and provide them to you. These commands can solve a large number of new users.
00: net use
Purpose: connect the computer or disconnect the computer from the shared resources, or display the connection information of the computer.
Command Format:
Net use [devicename | *] [\\\\ computername \ sharename [\ volume] [password | *] [/user: [domainname \] username] [[/delete] | [/persistent: {yes | no}]
Parameter introduction:
(1) type "net use" without parameters to list network connections.
(2) devicename specifies the name of the resource to be connected or the name of the device to be disconnected.
(3) Name of the \\\\ computername \ sharename server and shared resource.
(4) password used to access shared resources.
(5) * enter the password.
(6)/user specifies another user to connect.
(7) domainname specifies another domain.
(8) username specifies the user name for logon.
(9)/home connects the user to its home directory.
(10)/delete cancels the specified network connection.
(11)/persistent controls the use of permanent network connections.
01: net use \\\\ X. X \ ipc $ \ "\"/user: \ "\" Create an empty connection
02: net use \ X. X \ ipc $ \ "password \"/user: \ "USERNAME \" create a non-empty connection
03: net use \ X. X \ ipc $/del Delete Connection
04: net time \\\\ X. X
Function: Synchronize the clock of a computer with that of another computer or domain.
Command Format: net time [\\\\ computername |/domain [: name] [/set]
Parameter introduction:
(1) \\\\ computername: name of the server to be checked or synchronized.
(2)/domain [: name] specifies the domain to be synchronized.
(3)/set: Synchronize the clock of the current computer with the clock of the specified computer or domain.
05: net view \ X. X
Purpose: display the domain list, computer list, or shared resource list of the specified computer.
Command Format: net view [\\\\ computername |/domain [: domainname]
Parameter introduction:
(1) enter a net view without parameters to display the computer list of the current domain.
(2) \\\\ computername specifies the computer to view its shared resources.
(3)/domain [: domainname] specifies the domain for which you want to view the available computers.
06: net use X :\\\ X. X \ Y map the shared resource named Y to a local X disk.
07: net use X:/del Delete mapped X Disk
08: net share
Purpose: Create, delete, or display shared resources.
Command Format: net share name = drive: path [/users: number |/unlimited] [/remark: \ "text \"]
Parameter description: (1) type "net share" without parameters to display information about all the shared resources on the local computer. (2) sharename is the Network Name of the shared resource.
(3) drive: path specifies the absolute path of the shared directory.
(4)/users: number indicates the maximum number of users who can access Shared resources at the same time.
(5)/unlimited does not limit the number of users simultaneously accessing shared resources.
(6)/remark: \ "text \" add comments about the resource. The comments are enclosed in quotation marks.
09: net user
Purpose: add or change user accounts or display user account information.
This command can also be written as net users
Command Format: net user [username [password | *] [options] [/domain]
Parameter description: (1) enter a net user without parameters to view the user account list on the computer.
(2) add, delete, change, or view the user account name.
(3) password: assign or change the password for the user account.
(4) * The system prompts you to enter the password.
(5)/domain: perform operations in the master domain controller of the computer's primary domain.
10: net start: starts a service or displays a list of started services.
11: net pause function: pause a running service.
12: net Continue: reactivate the suspended service.
13: net stop
Purpose: Stop the Windows NT network service.
Command Format: net stop service
Parameter introduction:
(1) alerter (alert)
(2) client service for netware (Netware client service)
(3) clipbook server (Clipboard server)
(4) computer browser)
(5) directory replicator)
(6) ftp publishing service (ftp) (ftp distribution service)
(7) lpdsvc
(8) net logon)
(9) network dde (network dde)
(10) network dde dsdm (network dde dsdm)
(11) network monitor agent)
(12) nt lm security support provider (provided by nt lm security support)
(13) ole (Object link and embedding)
(14) remote access connection manager (remote access connection manager)
(15) remote access isnsap service (remote access to isnsap)
(16) remote access server (remote access server)
(17) remote procedure call (rpc) locator (remote procedure call locator)
(18) remote procedure call (rpc) service (remote procedure call service)
(19) schedule (scheduling)
(20) server)
(21) simple TCP/IP services (simple TCP/IP Service)
(22) snmp
(23) spooler (background printer)
(24) TCP/IP netbios helper (TCP/IP NETBIOS auxiliary tool)
(25) ups
(26) workstation)
(27) messenger)
(28) dhcp client
(29) eventlog
14: net Statistics
Purpose: display the statistical records of local workstations or server services.
Command Format: net statistics [workstation | server]
Parameter description: (1) type "net statistics" without parameters to list available running services.
(2) workstation displays the statistics of local workstation services.
(3) The server displays statistics of local server services.
For example, net statistics server | more displays statistics about server services.
15: net Session (equivalent to net sessions or net sess)
Purpose: list or disconnect sessions of local computers and clients connected to them.
Command Format: net session [\\\\ computername] [/delete]
Parameter description: (1) Type A net session without parameters to display information about all sessions with the local computer.
(2) \\\\ computername identifies the computer to list or disconnect sessions.
For example, net session \ cnse8 displays the list of client sessions with the computer name cnse8.

15: net user account name password/add account and password
16: net user account name/active: yes activated account
17: net localgroup administrators account name/add this account to the local admin group
18: Net Send
Purpose: send messages to other users, computers, or communication names on the network.
Command Format: net send {name | * |/domain [: name] |/users} message
Parameter description: (1) name: User name, computer name, or communication name of the message to be sent.
(2) * send messages to all group names.
(3)/domain [: name] sends the message to all the names in the computer domain.
(4)/users sends messages to all users connected to the server.
(5) message is the text sent by the message.
Example: (1) net send/users Welcome to cnse8.com display \ "Welcome to cnse8.com \" to all users connected to the Local Machine \"
19: net Config
Purpose: display the currently running configurable service, or display and change the settings of a service.
Command Format: net config [service [options]
Parameter introduction:
(1) type "net config" without parameters to display the list of configurable services.
(2) services (server or workstation) configured by using the net config command ).
(3) specific options of the options service.
20: net Accounts
Purpose: update the user account database, change the password, and logon requirements for all accounts.
Command syntax: net accounts [/forcelogoff: {minutes | no}] [/minpwlen: length] [/maxpwage: {days | unlimited}] [/minpwage: days] [/uniquepw: number] [/domain]
Parameter introduction:
(1) enter the net accounts without parameters to display the current password settings, logon time limit, and domain information.
(2)/forcelogoff: {minutes | no} sets when the user account or valid logon time expires.
(3)/minpwlen: length specifies the minimum number of characters in the password of the user account.
(4)/maxpwage: {days | unlimited} sets the maximum number of days for which the user account and password are valid.
(5)/minpwage: specifies the minimum number of days that the user must keep the original password.
(6)/uniquepw: number requires the user to change the password, the same password must be used again after the number is passed.
(7)/domain performs this operation on the master domain controller of the current domain.
(8) When/sync is used for the master domain controller, this command synchronizes all the backup domain controllers in the domain.
Example: net accounts/minpwlen: 7 sets the minimum number of characters in the user account and password to 7.
21: copy path \ file name \ IP \ shared directory name
For example, copy c :\\ cnse8.exe \\\\ X. X \ c $ copies the cnse8.exe file under the c drive to the c drive of the other party.
Copy \ X. X \ c $ \ cnse8.exe c: \ copy the cnse8.exe file on the remote machine to your own
Machine.
22: at \\\\ IP time program name to remotely Add a schedule.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.