Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. :~$ wget -d "https://[PATH].sharepoint.com/personal/[USER]_[PATH]_com/_layouts/15/download.aspx?SourceUrl=%2Fpersonal%2F[USER]%5F[PATH]%5Fcom%2FDocuments%2FShared%20with%20Everyone%2F[PATH]%2F[PATH]%5F[PATH]%2Etar%2Egz"
  2. DEBUG output created by Wget 1.17.1 on linux-gnu.
  3.  
  4. Reading HSTS entries from /home/[USER]/.wget-hsts
  5. URI encoding = ‘UTF-8’
  6. --2017-07-20 16:16:29-- https://[PATH].sharepoint.com/personal/[USER]_[PATH]_com/_layouts/15/download.aspx?SourceUrl=%2Fpersonal%2F[USER]%5F[PATH]%5Fcom%2FDocuments%2FShared%20with%20Everyone%2F[PATH]%2F[PATH]%5F[PATH]%2Etar%2Egz
  7. Resolving [PATH].sharepoint.com ([PATH].sharepoint.com)... [IP]
  8. Caching [PATH].sharepoint.com => [IP]
  9. Connecting to [PATH].sharepoint.com ([PATH].sharepoint.com)|[IP]|:443... connected.
  10. Created socket 3.
  11. Releasing 0x0000563fdf6db010 (new refcount 1).
  12. Initiating SSL handshake.
  13. Handshake successful; connected socket 3 to SSL handle 0x0000563fdf6dbff0
  14. certificate:
  15. subject: CN=*.sharepoint.com,OU=Microsoft Corporation,O=Microsoft Corporation,L=Redmond,ST=WA,C=US
  16. issuer: CN=Microsoft IT SSL SHA2,OU=Microsoft IT,O=Microsoft Corporation,L=Redmond,ST=Washington,C=US
  17. X509 certificate successfully verified and matches host [PATH].sharepoint.com
  18.  
  19. ---request begin---
  20. GET /personal/[USER]_[PATH]_com/_layouts/15/download.aspx?SourceUrl=%2Fpersonal%2F[USER]%5F[PATH]%5Fcom%2FDocuments%2FShared%20with%20Everyone%2F[PATH]%2F[PATH]%5F[PATH]%2Etar%2Egz HTTP/1.1
  21. User-Agent: Wget/1.17.1 (linux-gnu)
  22. //Accept: */*
  23. Accept-Encoding: identity
  24. Host: [PATH].sharepoint.com
  25. Connection: Keep-Alive
  26.  
  27. ---request end---
  28. HTTP request sent, awaiting response...
  29. ---response begin---
  30. HTTP/1.1 403 Forbidden
  31. Content-Length: 13
  32. Content-Type: text/plain; charset=utf-8
  33. Server: Microsoft-IIS/10.0
  34. P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
  35. X-SharePointHealthScore: 0
  36. X-Forms_Based_Auth_Required: https://[PATH].sharepoint.com/_forms/default.aspx?ReturnUrl=/_layouts/15/error.aspx&Source=%2f_layouts%2f15%2fdownload.aspx%3fSourceUrl%3d%252Fpersonal%252F[USER]%255F[PATH]%255Fcom%252FDocuments%252FShared%2520with%2520Everyone%252F[PATH]%252F[PATH]%255F[PATH]%252Etar%252Egz
  37. X-Forms_Based_Auth_Return_Url: https://[PATH].sharepoint.com/_layouts/15/error.aspx
  38. X-MSDAVEXT_Error: 917656; Access+denied.+Before+opening+files+in+this+location%2c+you+must+first+browse+to+the+web+site+and+select+the+option+to+login+automatically.
  39. SPRequestGuid: [ID]
  40. request-id: [ID]
  41. Strict-Transport-Security: max-age=31536000
  42. X-FRAME-OPTIONS: SAMEORIGIN
  43. SPRequestDuration: 90
  44. SPIisLatency: 3
  45. X-IDCRL_AUTH_PARAMS_V1: IDCRL Type="BPOSIDCRL", EndPoint="/personal/[USER]_[PATH]_com/_vti_bin/idcrl.svc/", RootDomain="sharepoint.com", Policy="MBI"
  46. X-Powered-By: ASP.NET
  47. MicrosoftSharePointTeamServices: 16.0.0.6712
  48. X-Content-Type-Options: nosniff
  49. X-MS-InvokeApp: 1; RequireReadOnly
  50. X-MSEdge-Ref: Ref A: [ID] Ref B: [ID] Ref C: 2017-07-20T20:16:28Z
  51. Date: Thu, 20 Jul 2017 20:16:27 GMT
  52.  
  53. ---response end---
  54. 403 Forbidden
  55. Registered socket 3 for persistent reuse.
  56. Parsed Strict-Transport-Security max-age = 31536000, includeSubDomains = false
  57. Updated HSTS host: [PATH].sharepoint.com:443 (max-age: 31536000, includeSubdomains: false)
  58. URI content encoding = ‘utf-8’
  59. Skipping 13 bytes of body: [403 FORBIDDEN] done.
  60. 2017-07-20 16:16:29 ERROR 403: Forbidden.
  61.  
  62. Saving HSTS entries to /home/[USER]/.wget-hsts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement