kreangkrai

thairath

Apr 14th, 2019
6,807
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 1.03 KB | None | 0 0
  1. func getThairath(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
  2.     urlReq := "https://www.thairath.co.th/home"
  3.  
  4.     req, err := http.NewRequest("GET", urlReq, nil)
  5.     if err != nil{
  6.         w.Write([]byte(err.Error()))
  7.     }
  8.  
  9.     req.Header.Add("authority", "www.thairath.co.th")
  10.     req.Header.Add("pragma", "no-cache")
  11.     req.Header.Add("cache-control", "no-cache,no-cache")
  12.     req.Header.Add("upgrade-insecure-requests", "1")
  13.     req.Header.Add("user-agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36")
  14.     req.Header.Add("accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8")
  15.     req.Header.Add("accept-language", "en-US,en;q=0.9")
  16.  
  17.     res, err := http.DefaultClient.Do(req)
  18.     if err != nil{
  19.         w.Write([]byte(err.Error()))
  20.     }
  21.  
  22.     defer res.Body.Close()
  23.     body, err := ioutil.ReadAll(res.Body)
  24.     if err != nil{
  25.         w.Write([]byte(err.Error()))
  26.     }
  27.  
  28.     w.Write(body)
  29. }
Advertisement
Comments
  • Sardotir
    124 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment