Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. r45er@mlsasd:~$ curl -v -F "[email protected]" https://api.anonfile.com/upload
  2. * Trying 194.32.146.53...
  3. * TCP_NODELAY set
  4. * Connected to api.anonfile.com (194.32.146.53) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: /etc/ssl/certs
  11. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  12. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  13. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  14. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  15. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  16. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  17. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  18. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  19. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  20. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  21. * TLSv1.2 (IN), TLS handshake, Finished (20):
  22. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  23. * ALPN, server accepted to use h2
  24. * Server certificate:
  25. * subject: CN=api.anonfile.com
  26. * start date: Feb 11 04:12:20 2020 GMT
  27. * expire date: May 11 04:12:20 2020 GMT
  28. * subjectAltName: host "api.anonfile.com" matched cert's "api.anonfile.com"
  29. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  30. * SSL certificate verify ok.
  31. * Using HTTP2, server supports multi-use
  32. * Connection state changed (HTTP/2 confirmed)
  33. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  34. * Using Stream ID: 1 (easy handle 0x55ca07c12cc0)
  35. > POST /upload HTTP/2
  36. > Host: api.anonfile.com
  37. > User-Agent: curl/7.60.0
  38. > Accept: */*
  39. > Content-Length: 262
  40. > Content-Type: multipart/form-data; boundary=------------------------be8bc7d477b971fb
  41. >
  42. * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
  43. < HTTP/2 200
  44. < server: nginx
  45. < date: Fri, 06 Mar 2020 23:50:03 GMT
  46. < content-type: application/json
  47. < vary: Accept-Encoding
  48. < cache-control: no-cache, private
  49. < set-cookie: USERSESSID=eyJpdiI6ImU1UUdodUJ4SmlqaUlhMEl0RHZRRkE9PSIsInZhbHVlIjoicitKbm44Wmo2dE5IZDRCT3VrdXlaeDdlYW1nWW1TNExxbU93bjBpZ2xHRGhONmdaNHdUa2pWTG8xWFpaVkNwVSIsIm1hYyI6ImExODI1MTRjNDgwMTZlMTFmMGE2NDA2MDhhYmVhMTg2MGQzNTA4OGUzMjVhNTEzYjNkOTRhZDRkYWI5ZGJlZTYifQ%3D%3D; expires=Sat, 07-Mar-2020 00:50:03 GMT; Max-Age=3600; path=/; domain=.anonfile.com; secure
  50. < access-control-allow-origin: https://anonfile.com
  51. < access-control-allow-methods: GET,POST,OPTIONS
  52. < access-control-allow-headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-CSRF-Token,Cookie
  53. < access-control-expose-headers: Content-Length,Content-Range
  54. < access-control-allow-credentials: true
  55. <
  56. * Connection #0 to host api.anonfile.com left intact
  57. {"status":true,"data":{"file":{"url":{"full":"https://anonfile.com/75f9ifgeo1/mainframe_sh","short":"https://anonfile.com/75f9ifgeo1"},"metadata":{"id":"75f9ifgeo1","name":"mainframe.sh","size":{"bytes":58,"readable":"58 B"}}}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement