Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. https://quire.io/login
  2. continue:
  3. s_password: fakepass
  4. s_rememberMe: true
  5. s_username: hotuser@nottrue.com
  6.  
  7. POST https://quire.io/login
  8. Origin: https://quire.io
  9. Upgrade-Insecure-Requests: 1
  10. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
  11. Content-Type: application/x-www-form-urlencoded
  12. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  13. Referer: https://quire.io/
  14. Accept-Encoding: gzip, deflate, br
  15. Accept-Language: pt-BR,pt;q=0.8,en-US;q=0.6,en;q=0.4
  16. Cookie: _gat=1; qrui=!; DARTSESSID=50e062c9xxxe886805xxx01c156fdb1e; _ga=GA1.2.90xxxx980.149xxxx972; _gid=GA1.2.260xxxxx3.1496xxxxx6
  17.  
  18. wget --user=myusername --password=mypassword https://test.mydomain.com/files/myfile.zip
  19.  
  20. # Log in to the server. This can be done only once.
  21. wget --save-cookies cookies.txt
  22. --post-data 'user=foo&password=bar'
  23. http://server.com/auth.php
  24.  
  25.  
  26. # Now grab the page or pages we care about.
  27. wget --load-cookies cookies.txt
  28. -p http://server.com/interesting/article.php
  29.  
  30. https://quire.io/r/export/project/projectName/file.csv
  31.  
  32. wget -c -r http://site/arquivos.zip --http-user=usuario --http-passwd=senha
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement