From Red Marten, 5 Years ago, written in Plain Text.
- view diff
Embed
  1. [root@cpanel1 src]# wget http://169.255.171.130:8017/index.php
  2. --2018-12-24 14:45:19--  http://169.255.171.130:8017/index.php
  3. Connecting to 169.255.171.130:8017... failed: Connection refused.
  4. [root@cpanel1 src]# telnet 169.255.171.130 8017
  5. Trying 169.255.171.130...
  6. telnet: connect to address 169.255.171.130: Connection refused
  7. [root@cpanel1 src]# telnet 169.255.171.130
  8. Trying 169.255.171.130...
  9. telnet: connect to address 169.255.171.130: Connection refused
  10. [root@cpanel1 src]# telnet 169.255.171.130 5060
  11. Trying 169.255.171.130...
  12. telnet: connect to address 169.255.171.130: Connection refused
  13. [root@cpanel1 src]# ping 169.255.171.130
  14. PING 169.255.171.130 (169.255.171.130) 56(84) bytes of data.
  15. 64 bytes from 169.255.171.130: icmp_seq=1 ttl=64 time=0.215 ms
  16. 64 bytes from 169.255.171.130: icmp_seq=2 ttl=64 time=0.894 ms
  17. 64 bytes from 169.255.171.130: icmp_seq=3 ttl=64 time=0.991 ms
  18. 64 bytes from 169.255.171.130: icmp_seq=4 ttl=64 time=1045 ms
  19. 64 bytes from 169.255.171.130: icmp_seq=5 ttl=64 time=0.276 ms
  20. 64 bytes from 169.255.171.130: icmp_seq=6 ttl=64 time=0.318 ms
  21. 64 bytes from 169.255.171.130: icmp_seq=7 ttl=64 time=0.335 ms
  22. 64 bytes from 169.255.171.130: icmp_seq=8 ttl=64 time=0.212 ms
  23. ^C
  24. --- 169.255.171.130 ping statistics ---
  25. 8 packets transmitted, 8 received, 0% packet loss, time 7796ms
  26. rtt min/avg/max/mdev = 0.212/131.106/1045.612/345.650 ms
  27. [root@cpanel1 src]#
  28.  
  29. (06:17:35  IST) Harsh Patel: inextrix@inextrix-harsh:/backup/html$ wget http://169.255.171.130:8017/index.php
  30. --2018-12-24 18:16:37--  http://169.255.171.130:8017/index.php
  31. Connecting to 169.255.171.130:8017... connected.
  32. HTTP request sent, awaiting response... 200 OK
  33. Length: unspecified [text/html]
  34. Saving to: ‘index.php’
  35.  
  36. index.php                                   [ <=>                                                                           ]   5.78K  --.-KB/s    in 0s      
  37.  
  38. 2018-12-24 18:16:38 (62.9 MB/s) - ‘index.php’ saved [5917]
  39.  
  40. inextrix@inextrix-harsh:/backup/html$ telnet 169.255.171.130 8017
  41. Trying 169.255.171.130...
  42. Connected to 169.255.171.130.
  43. Escape character is '^]'.
  44.  
  45. ]
  46. HTTP/1.1 400 Bad Request
  47. Server: nginx/1.12.2
  48. Date: Mon, 24 Dec 2018 12:47:06 GMT
  49. Content-Type: text/html
  50. Content-Length: 173
  51. Connection: close
  52.  
  53. <html>
  54. <head><title>400 Bad Request</title></head>
  55. <body bgcolor="white">
  56. <center><h1>400 Bad Request</h1></center>
  57. <hr><center>nginx/1.12.2</center>
  58. </body>
  59. </html>
  60. Connection closed by foreign host.
  61.  
  62.  
  63.  
  64. ---
  65.  
  66.