Advertisement
Guest User

Untitled

a guest
Feb 6th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. require 'net/http'
  4. require 'uri'
  5.  
  6. url = "http://www.google.fr"
  7.  
  8. http = Net::HTTP.post URI(url),
  9. nil,
  10. {
  11. "Set-Cookie" => "wordpress_logged_in_93a74f2b7a3841a1d3521e2ad7c0f5bf=eflcdgatcytbtbmkby%7C1612803299%7C9jAN3GcGCvHsg4EZCpfffiRTpSzVfKkWEYIMLQKY1lp%7C7a50b8f9b9f368a541367a2a896b42056de5702011cecab9bee6a48a99d56870",
  12. "Set-Cookie" => "PHPSESSID=kpaomk16pkijt22bi5rqpdmin6",
  13. "Set-Cookie" => "__cfduid=d5f819910342000f9b6a0c47fa57624841610721375",
  14. "Set-Cookie" => "wp-settings-time-1937=1612630500",
  15. "Set-Cookie" => "_ga=GA1.2.661458025.1609739588",
  16. "Set-Cookie" => "_gid=GA1.2.735737760.1612622232",
  17. "Set-Cookie" => "_gat=1",
  18. "Set-Cookie" => "pmpro_visit=1"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement