Current location - Quotes Website - Collection of slogans - How to look at the port of the server
How to look at the port of the server
Question 1: How to check the port number of the server? Start running → enter CMD→ then enter netstat to display the active TCP connection, the port on which the computer is listening, Ethernet statistics, IP routing table and other information. Note: If you check the openness of * * * access service ports 137, 138 and 139, use netstat-ao.

Question 2: How to check that the service corresponding to your server port will play the corresponding port? For example, FTP default ports 20 and 2 1, Web page default listening port 80, and DNS default port 53.

In windows, you can use the netstat -ano command to check the ports used by related software.

In linux, you can use the netstat -ant command to view the ports used by related software.

Question 3: How do I see my server's IP and port server enter cmd and use the following command?

Ipconfig/ all viewing ip addresses

Netstat -a window

Question 4: How to check the server port of the computer? 1. Click Start-Run, enter cmd, and then click OK to open the command prompt.

2. In the command prompt interface, enter the CMD command "netstat-an" and press Enter.

Third, you can see all the TCP and UDP ports opened by this machine.

Question 5: How to query the port number of your own server and the ip server entering cmd? Use the following command.

Ipconfig/ all viewing ip addresses

Netstat -a window

Question 6: How to check the open ports of the server, whether it is a windows machine or a Linux machine, you can use the netstat command to check. The parameters I usually use are:

netstat -tunlp

Question 7: [Network Configuration] How to check your own port number? You need to fill in the port when setting up the proxy server. This port number can be freely filled in on the server side, generally greater than 1024 and less than 65535. When the client uses the proxy server to surf the Internet, the port number must be the same as the port number set by itself on the proxy server.

Tomcat uses port 8080 by default, which can be changed by itself.

Generally, the port number of server-side software can be customized, as long as it is between 1024-65535, and it is not repeated. Each software sets the port number in a different way. Usually in the "Settings" interface.

If the client software wants to set the port number, it must be the same as the server software.

Question 8: How to check the remote port number of the server? Try to use the Telnet IP address port number command under the window server. I hope it helps you.

Question 9: What do you think of the server port? The corresponding service will play the corresponding port. For example, FTP default ports 20 and 2 1, Web page default listening port 80, and DNS default port 53.

In windows, you can use the netstat -ano command to check the ports used by related software.

In linux, you can use the netstat -ant command to view the ports used by related software.

Question 10: [Network Configuration] How to check your own port number start/program/attachment/commandprompt/netstat-na/enter, and then make an introduction according to the following ports:

Some ports must be opened by system services and cannot be closed casually. You may have stopped the process, but it will be re-established. You compare the following port knowledge. If it is not a dangerous port, it can be ignored.

Public computer port interpretation

We often see "ports" like 135, 137, 139, 443 in various technical articles, but what are these ports for? Will it bring potential threats to our computers? How many ports are useful? If you want to know, come with me.

Port: 0

Service: reserved

Description: Usually used to analyze the operating system. This method is effective because "0" is an invalid port in some systems, and when you try to connect it to a port that is usually closed, it will produce different results. A typical scan uses the IP address 0.0.0.0, sets the ACK bit and broadcasts it in the Ethernet layer.

Port: 1

Service: tcpmux

Description: This means that someone is looking for SGI Irix machine. Irix is the main provider of tcpmux, which is turned on by default in this system. Irix machine contains several default password-free accounts when it is released, such as: IP, guest UUCP, NUUCP, DEMOS, TUTOR, DIAG, OUTOFBOX, etc. Many administrators forget to delete these accounts after installation. So hackers searched for tcpmux online and used these accounts.

Port: 7

Service: echo

Description: When searching for Fraggle amplifier, you can see many messages sent by people to X.X.X.0 and X.X.X.255.

Port: 19

Service: Character Generator

Description: This is a service that only sends characters. The UDP version will respond to packets containing junk characters after receiving UDP packets. When TCP connects, it sends a data stream containing junk characters until the connection is closed. Hackers can use IP spoofing to launch DoS attacks. Forge UDP packets between two chargen servers. Similarly, the Fraggle DoS attack will broadcast a packet with a forged victim IP to this port of the target address, and the victim will be overloaded in response to the data.

Port: 2 1

Service: FTP

Description: FTP server opens ports for uploading and downloading. The most common attacker is to find a way to open anonymous's FTP server. These servers have read-write directories. Trojan Doly Trojan, Fore, Stealth FTP, WebEx, WinCrash and blade runner open ports.

Port: 22

Service: Ssh

Description: The connection between TCP established by PcAnywhere and this port may be to find ssh. This service has many weaknesses. If configured in a specific mode, many versions that use the RSAREF library will have many loopholes.

Port: 23

Service: Telnet

Description: Remote login, the intruder is searching for the service of remote login UNIX. In most cases, scanning this port is to find the operating system running on the machine. And using other technologies, intruders will also find the password. Trojan mini Telnet server opens this port.

Port: 25

Service: SMTP

Description: The port opened by SMTP server is used to send mail. Intruders are looking for SMTP servers to send their spam. The intruder's account is closed, and they need to connect to a high-bandwidth email server and send simple information to different addresses. Trojan horse antigen, e-mail password sender, Haebu Coceda, Shtrilitz Stealth, WinPC and WinSpy all open this port.

Port: 3 1

Service: message authentication

Description: Trojan Master Park and Hacker Park open this port.

Port: 42

......& gt& gt