Advertisement
synthnassizer

zeus_modem_works

Feb 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. root@zeus:~# curl -v -u user:mypass http://modem/
  2. * About to connect() to modem port 80 (#0)
  3. * Trying 192.168.233.117... connected
  4. * Connected to modem (192.168.233.117) port 80 (#0)
  5. * Server auth using Basic with user 'user'
  6. > GET / HTTP/1.1
  7. > Authorization: Basic *obscuring password again*
  8. > User-Agent: curl/7.21.4 (i686-pc-linux-gnu) libcurl/7.21.4 OpenSSL/0.9.8n zlib/1.2.5 libidn/1.19
  9. > Host: modem
  10. > Accept: */*
  11. >
  12. < HTTP/1.1 200 OK
  13. < Content-Type: text/html
  14. < Date: Fri, 27 Feb 2015 21:19:44 GMT
  15. < Pragma: no-cache
  16. < Expires: Thu, 26 Oct 1995 00:00:00 GMT
  17. < Transfer-Encoding: chunked
  18. < Server: RomPager/4.07 UPnP/1.0
  19. < EXT:
  20. <
  21. <html>
  22. <head>
  23. <title>
  24. </title><meta http-equiv="Content-Type" content="text/html; charset=
  25. iso-8859-1">
  26. <meta http-equiv=Content-Script-Type content=text/javascript>
  27. <meta http-equiv=Content-Style-Type content=text/css>
  28. </head><frameset rows="65,75,*" framespacing="0" border="0" frameborder="0">
  29. <frame name="header" noresize src="status.html" marginwidth="0" marginheight="0">
  30. <frame name="navigation" noresize src="navigation-status.html" marginwidth="0" marginheight="0">
  31. <frame name="main" noresize src="../status/status_deviceinfo.htm" marginwidth="0" marginheight="0">
  32. </frameset><noframes>
  33. </noframes>
  34. * Connection #0 to host modem left intact
  35. * Closing connection #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement