Advertisement
Guest User

Parrot TDS / VexTrio CDN

a guest
Jan 26th, 2024
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | Cybersecurity | 0 0
  1. HTTP/1.1 200 OK
  2. Server: openresty
  3. Date: Fri, 26 Jan 2024 23:11:21 GMT
  4. Content-Type: text/html
  5. Content-Length: 3634
  6. Connection: keep-alive
  7. cache-control: private
  8. set-cookie: IsNotUniqueMainNew=true; expires=Sat, 27-Jan-2024 23:11:21 GMT; path=/
  9.  
  10. <!DOCTYPE html>
  11. <html lang="en">
  12. <head><script>function requestLink(){return {sessionId:['sid','t1~gomaa3uwypbu5nendhdxw1z3']};}var geoInfo={"cc":"US","cnames":{"de":"USA","en":"United States","es":"Estados Unidos","fr":"États Unis","ja":"アメリカ","pt-BR":"EUA","ru":"США","zh-CN":"美国"},"city":{"de":"San Diego","en":"San Diego","es":"San Diego","fr":"San Diego","ja":"サクラメント","pt-BR":"San Diego","ru":"Сакраменто","zh-CN":""},"subdiv":{"de":"Kalifornien","en":"California","es":"California","fr":"Californie","ja":"カリフォルニア州","pt-BR":"Califórnia","ru":"Калифорния","zh-CN":"加州"},"pc":"95821","lat":XXXX,"long":-XXXXX};var ip='IP.IP.IP.IP';var devInfo='Comcast';</script>
  13. <title>Redirect</title>
  14. <script>
  15. !function(e){var n=!1;if("function"==typeof define&&define.amd&&(define(e),n=!0),"object"==typeof exports&&(module.exports=e(),n=!0),!n){var t=window.Cookies,o=window.Cookies=e();o.noConflict=function(){return window.Cookies=t,o}}}(function(){function e(){for(var e=0,n={};e<arguments.length;e++){var t=arguments[e];for(var o in t)n[o]=t[o]}return n}function n(t){function o(n,r,i){var c;if("undefined"!=typeof document){if(arguments.length>1){if(i=e({path:"/"},o.defaults,i),"number"==typeof i.expires){var a=new Date;a.setMilliseconds(a.getMilliseconds()+864e5*i.expires),i.expires=a}try{c=JSON.stringify(r),/^[\{\[]/.test(c)&&(r=c)}catch(s){}return r=t.write?t.write(r,n):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),n=encodeURIComponent(String(n)),n=n.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent),n=n.replace(/[\(\)]/g,escape),document.cookie=[n,"=",r,i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}n||(c={});for(var p=document.cookie?document.cookie.split("; "):[],u=/(%[0-9A-Z]{2})+/g,d=0;d<p.length;d++){var f=p[d].split("="),l=f.slice(1).join("=");'"'===l.charAt(0)&&(l=l.slice(1,-1));try{var m=f[0].replace(u,decodeURIComponent);if(l=t.read?t.read(l,m):t(l,m)||l.replace(u,decodeURIComponent),this.json)try{l=JSON.parse(l)}catch(s){}if(n===m){c=l;break}n||(c[m]=l)}catch(s){}}return c}}return o.set=o,o.get=function(e){return o.call(o,e)},o.getJSON=function(){return o.apply({json:!0},[].slice.call(arguments))},o.defaults={},o.remove=function(n,t){o(n,"",e(t,{expires:-1}))},o.withConverter=n,o}return n(function(){})});
  16.  
  17. var exDays = 1;
  18.  
  19.  
  20.  
  21. function getCookie(name) {
  22. var matches = document.cookie.match(new RegExp("(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"));
  23. return matches ? decodeURIComponent(matches[1]) : null;
  24. }
  25.  
  26. var redirectUrl = '/web/';
  27. if (!getCookie('sid') && typeof requestLink === 'function') {
  28. var e = requestLink();
  29. if (e.sessionId && e.sessionId.length > 1) {
  30. redirectUrl = '/web/?' + e.sessionId[0] + '=' + e.sessionId[1];
  31. }
  32. } else if (!getCookie('sid') && typeof getBackendParams === 'function') {
  33. var e = getBackendParams();
  34. if (e.sessionId && bParams.sessionId.length > 1) {
  35. redirectUrl = '/web/?' + e.sessionId[0] + '=' + e.sessionId[1];
  36. }
  37. }
  38.  
  39.  
  40. if (Cookies.get("cookie1")) {
  41. Cookies.remove("cookie1");
  42. Cookies.set('cookie2', 'true', { expires: exDays });
  43. }
  44. else if (Cookies.get("cookie2")){
  45. Cookies.remove("cookie2");
  46. }
  47. else {
  48. Cookies.set('cookie1', 'true', { expires: exDays });
  49. }
  50. window.location.replace(redirectUrl);
  51. </script>
  52. </head>
  53. <body>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement