Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. $ strace -s65536 -ewrite,send,sendto ./rustSnapper
  2. sendto(3, "GET /fmce-report HTTP/1.1\r\nHost: grids.edgecastcdn.net:9000\r\nUser-Agent: reqwest/0.1.0\r\n\r\n", 90, 0, NULL, 0) = 90
  3. write(1, "Failed because: Invalid Status provided\n", 40Failed because: Invalid Status provided
  4. ) = 40
  5. +++ exited with 0 +++
  6.  
  7.  
  8. $ curl -v http://grids.edgecastcdn.net:9000/fmce-report | head -20
  9. % Total % Received % Xferd Average Speed Time Time Time Current
  10. Dload Upload Total Spent Left Speed
  11. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 108.161.240.31...
  12. * TCP_NODELAY set
  13. * Connected to grids.edgecastcdn.net (108.161.240.31) port 9000 (#0)
  14. > GET /fmce-report HTTP/1.1
  15. > Host: grids.edgecastcdn.net:9000
  16. > User-Agent: curl/7.51.0
  17. > Accept: */*
  18. >
  19. < HTTP/1.1 200
  20. < Server: nginx/1.4.6 (Ubuntu)
  21. < Date: Fri, 02 Dec 2016 20:09:11 GMT
  22. < Content-Type: text/html
  23. < Transfer-Encoding: chunked
  24. < Connection: keep-alive
  25. < Content-Language: en
  26. <
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement