Advertisement
synthnassizer

stargaze_ipaddr_works

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