Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.38 KB | None | 0 0
  1.  curl -X POST -d 'username=mauro.minola@pec.it&password=qu789$CJ#s' -v   https://sigef-odg.lansystems.it/Sigefodg/accessoSigef
  2. * About to connect() to sigef-odg.lansystems.it port 443 (#0)
  3. *   Trying 77.238.2.34...
  4. * Connected to sigef-odg.lansystems.it (77.238.2.34) port 443 (#0)
  5. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  6. *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  7.   CApath: none
  8. * SSL connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  9. * Server certificate:
  10. *       subject: CN=sigef-odg.lansystems.it,OU=Domain Control Validated
  11. *       start date: Mar 20 12:46:03 2018 GMT
  12. *       expire date: May 19 12:43:38 2019 GMT
  13. *       common name: sigef-odg.lansystems.it
  14. *       issuer: CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O="GoDaddy.com, Inc.",L=Scottsdale,ST=Arizona,C=US
  15. > POST /Sigefodg/accessoSigef HTTP/1.1
  16. > User-Agent: curl/7.29.0
  17. > Host: sigef-odg.lansystems.it
  18. > Accept: */*
  19. > Content-Length: 48
  20. > Content-Type: application/x-www-form-urlencoded
  21. >
  22. * upload completely sent off: 48 out of 48 bytes
  23. < HTTP/1.1 302
  24. < Date: Mon, 01 Apr 2019 08:46:40 GMT
  25. < Location: /Sigefodg/sessionescaduta
  26. < Content-Length: 0
  27. < Set-Cookie: SESSION=ZDgxYTNjYjQtNWEyMC00MGM2LTg3YmQtZmZlMWVkYTQ1MDQ2; Path=/Sigefodg/; HttpOnly; SameSite=Lax
  28. < Connection: close
  29. < Content-Type: text/plain; charset=UTF-8
  30. <
  31. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement