- [root@cpanel1 src]# wget http://169.255.171.130:8017/index.php
- --2018-12-24 14:45:19-- http://169.255.171.130:8017/index.php
- Connecting to 169.255.171.130:8017... failed: Connection refused.
- [root@cpanel1 src]# telnet 169.255.171.130 8017
- Trying 169.255.171.130...
- telnet: connect to address 169.255.171.130: Connection refused
- [root@cpanel1 src]# telnet 169.255.171.130
- Trying 169.255.171.130...
- telnet: connect to address 169.255.171.130: Connection refused
- [root@cpanel1 src]# telnet 169.255.171.130 5060
- Trying 169.255.171.130...
- telnet: connect to address 169.255.171.130: Connection refused
- [root@cpanel1 src]# ping 169.255.171.130
- PING 169.255.171.130 (169.255.171.130) 56(84) bytes of data.
- 64 bytes from 169.255.171.130: icmp_seq=1 ttl=64 time=0.215 ms
- 64 bytes from 169.255.171.130: icmp_seq=2 ttl=64 time=0.894 ms
- 64 bytes from 169.255.171.130: icmp_seq=3 ttl=64 time=0.991 ms
- 64 bytes from 169.255.171.130: icmp_seq=4 ttl=64 time=1045 ms
- 64 bytes from 169.255.171.130: icmp_seq=5 ttl=64 time=0.276 ms
- 64 bytes from 169.255.171.130: icmp_seq=6 ttl=64 time=0.318 ms
- 64 bytes from 169.255.171.130: icmp_seq=7 ttl=64 time=0.335 ms
- 64 bytes from 169.255.171.130: icmp_seq=8 ttl=64 time=0.212 ms
- ^C
- --- 169.255.171.130 ping statistics ---
- 8 packets transmitted, 8 received, 0% packet loss, time 7796ms
- rtt min/avg/max/mdev = 0.212/131.106/1045.612/345.650 ms
- [root@cpanel1 src]#
- (06:17:35 IST) Harsh Patel: inextrix@inextrix-harsh:/backup/html$ wget http://169.255.171.130:8017/index.php
- --2018-12-24 18:16:37-- http://169.255.171.130:8017/index.php
- Connecting to 169.255.171.130:8017... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: unspecified [text/html]
- Saving to: ‘index.php’
- index.php [ <=> ] 5.78K --.-KB/s in 0s
- 2018-12-24 18:16:38 (62.9 MB/s) - ‘index.php’ saved [5917]
- inextrix@inextrix-harsh:/backup/html$ telnet 169.255.171.130 8017
- Trying 169.255.171.130...
- Connected to 169.255.171.130.
- Escape character is '^]'.
- ]
- HTTP/1.1 400 Bad Request
- Server: nginx/1.12.2
- Date: Mon, 24 Dec 2018 12:47:06 GMT
- Content-Type: text/html
- Content-Length: 173
- Connection: close
- <html>
- <head><title>400 Bad Request</title></head>
- <body bgcolor="white">
- <center><h1>400 Bad Request</h1></center>
- <hr><center>nginx/1.12.2</center>
- </body>
- </html>
- Connection closed by foreign host.
- ---