Hugo_souhoka

COPY PASTE

Sep 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. COPY PASTE
  2.  
  3.  
  4.  
  5. https://drive.google.com/open?id=0BzCTIWaHry6qNDVSdVFQLVlUTEE
  6.  
  7.  
  8.  
  9. $ curl -vvv http://139.99.4.154:8080/
  10. * Hostname was NOT found in DNS cache
  11. * Trying 139.99.4.154...
  12. * Connected to 139.99.4.154 (139.99.4.154) port 8080 (#0)
  13. > GET / HTTP/1.1
  14. > User-Agent: curl/7.35.0
  15. > Host: 139.99.4.154:8080
  16. > Accept: */*
  17. >
  18. < HTTP/1.1 200 OK
  19. < Date: Sat, 09 Sep 2017 07:48:45 GMT
  20. * Server Apache/2.4.7 (Ubuntu) is not blacklisted
  21. < Server: Apache/2.4.7 (Ubuntu)
  22. < X-Powered-By: PHP/5.5.9-1ubuntu4.6
  23. < Host: trial-ctf.techphoria.web.id
  24. < Vary: Accept-Encoding
  25. < Content-Length: 492
  26. < Connection: close
  27. < Content-Type: text/html
  28. <
  29. <!DOCTYPE html>
  30. <html>
  31. <body>
  32.  
  33. <br>
  34. <br>
  35.  
  36. <center>
  37. <p>
  38. The Docker LAMP stack is working.
  39. </p>
  40. </center>
  41.  
  42. <center>
  43. <p>
  44. The configuration information can be found <a href="https://registry.hub.docker.com/u/linode/lamp/">here</a> or <a href="https://www.linode.com/docs/websites/hosting-a-website">here</a>
  45. </p>
  46. </center>
  47.  
  48. <center>
  49. <p>
  50. This index.html file is located in the "/var/www/example.com/public_html" directory.
  51. </p>
  52. </center>
  53.  
  54. </body>
  55. </html>
  56. * Closing connection 0
Add Comment
Please, Sign In to add comment