Advertisement
synthnassizer

stargaze_modem_doesnWork

Feb 27th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. root@stargaze:~# curl -v -u myuser:mypass http://modem/
  2. * About to connect() to modem port 80 (#0)
  3. * Trying 192.168.231.117...
  4. * connected
  5. * Connected to modem (192.168.231.117) port 80 (#0)
  6. * Server auth using Basic with user 'admin'
  7. > GET / HTTP/1.1
  8. > Authorization: Basic *obscuring password*
  9. > User-Agent: curl/7.27.0
  10. > Host: modem
  11. > Accept: */*
  12. >
  13. < HTTP/1.1 401 Unauthorized
  14. * Authentication problem. Ignoring this.
  15. < WWW-Authenticate: Basic realm="ZXHN H108L"
  16. < Content-Type: text/html
  17. < Transfer-Encoding: chunked
  18. < Server: RomPager/4.07 UPnP/1.0
  19. < EXT:
  20. <
  21. <html>
  22. <head>
  23. <title>Protected Object</title></head><body>
  24. * Connection #0 to host modem left intact
  25. <h1>Protected Object</h1>This object on the RomPager server is protected* Closing connection #0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement