ozuma5119

redirect/checkandlogin.jp.net

May 10th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. $ curl -i https://checkandlogin.jp.net/
  2. HTTP/2 302
  3. content-type: text/html
  4. content-length: 682
  5. date: Sun, 10 May 2020 15:02:46 GMT
  6. server: LiteSpeed
  7. cache-control: no-cache, no-store, must-revalidate, max-age=0
  8. location: https://checkandlogin.jp.net/to/checkin.php
  9. alt-svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-25=":443"; ma=2592000, h3-27=":443"; ma=2592000
  10.  
  11. <!DOCTYPE html>
  12. <html style="height:100%">
  13. <head>
  14. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
  15. <title> 302 Found
  16. </title></head>
  17. <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
  18. <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
  19. <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
  20. <h2 style="margin-top:20px;font-size: 30px;">Found
  21. </h2>
  22. <p>The document has been temporarily moved.</p>
  23. </div></div></body></html>
  24. $
  25. $
  26. $ curl -i https://checkandlogin.jp.net/to/checkin.php
  27. HTTP/1.1 200 OK
  28. Connection: Keep-Alive
  29. Content-Type: text/html; charset=UTF-8
  30. Content-Length: 416
  31. Date: Sun, 10 May 2020 15:02:51 GMT
  32. Server: LiteSpeed
  33. Alt-Svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-25=":443"; ma=2592000, h3-27=":443"; ma=2592000
  34.  
  35.  
  36. <html>
  37. <title>Redirecting.....</title>
  38. <body onload="document.form.submit()">
  39. <form name="form" id="form" action="https://amazon.co.jp.gb.signin.id-3485280.myaccinfo.com/amazon" method="POST">
  40. <div style="display:none;">
  41. <input name="e48a26e5e4b9cccda0fa7ce21fea5f98" value="d6ba49010ed30d78bfdb3e62f6572a7e">
  42. <input type="submit" value="Continue">
  43. </div>
  44. </form>
  45. </body>
  46. </html>
  47. $
Add Comment
Please, Sign In to add comment