设为首页收藏本站

ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

 找回密码
 注册论坛

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

用百度帐号登录

只需两步,快速登录

搜索
查看: 1371|回复: 1

转神龟:CF CDN的付费定制页面

[复制链接]
 成长值: 81

签到天数: 4488 天

[LV.Master]伴坛终老

发表于 2019/12/26 19:46 | 显示全部楼层 |阅读模式 |Google Chrome 79.0.3945.88|Windows 10
天涯海角搜一下: 百度 谷歌 360 搜狗 有道 雅虎 必应 即刻
http://repo.dwg-privacy-service.com/cf-underattack.html
五秒盾
http://repo.dwg-privacy-service.com/cf-country.html
地区不可用
http://repo.dwg-privacy-service.com/cf-5xx.html
源站错误

CF的定制页面 要用自取


  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <meta name="robots" content="noindex, nofollow">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  8. <title>Spooky Shield WAF</title>
  9. <style type="text/css">
  10.     html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
  11.     body {font-family: Helvetica, Arial, sans-serif; font-size: 100%;}
  12.     h1 {font-size: 1.5em; color: #F0F8FF; text-align: center;}
  13.     p {font-size: 1em; color: #F0F8FF; text-align: center; margin: 10px 0 0 0;}
  14.     #spinner {margin: 0 auto 30px auto; display: block;}
  15.     .attribution {margin-top: 20px; color: #F0F8FF;}
  16.     @-webkit-keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
  17.     @keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
  18.     .bubbles { background-color: #F0F8FF; width:15px; height: 15px; margin:2px; border-radius:100%; -webkit-animation:bubbles 0.6s 0.07s infinite ease-in-out; animation:bubbles 0.6s 0.07s infinite ease-in-out; -webkit-animation-fill-mode:both; animation-fill-mode:both; display:inline-block; }
  19.   #cf-content{display:block !important;}
  20.   </style>
  21. <body background="https://i.loli.net/2019/12/25/PjzyvX6uMYZmAUo.png">
  22. <SCRIPT type="text/javascript">        
  23.             var maxtime = 6;
  24.             function CountDown() {
  25.                 if (maxtime >= 0) {
  26.                     minutes = Math.floor(maxtime / 60);
  27.                     seconds = Math.floor(maxtime % 60);
  28.                     msg = "Spooky WAF浏览器检查,请稍候 " + seconds + " 秒";
  29.                     
  30.                     if (maxtime == 0){msg = "Spooky WAF浏览器检查完毕,跳转中...";}
  31.                                         document.all["timer"].innerHTML = msg;
  32.                         --maxtime;
  33.                 } else{
  34.                     clearInterval(timer);
  35.                   
  36.                 }
  37.             }
  38.             timer = setInterval("CountDown()", 1000);               
  39.         </SCRIPT>
  40. <style>#BAIDU_DSPUI_FLOWBAR,.adsbygoogle,.ad,div[class^="ad-widsget"],div[id^="div-gpt-ad-"],a[href*="cpro.baidu.com"],a[href*="@"][href*=".exe"],a[href*="/?/"][href*=".exe"],.adpushwin{display:none!important;max-width:0!important;max-height:0!important;overflow:hidden!important;}</style></head>
  41. <body>
  42. <div style="display:none">
  43. ::IM_UNDER_ATTACK_BOX::
  44. </div>
  45. <table width="100%" height="100%" cellpadding="20">
  46. <tbody><tr>
  47. <td align="center" valign="middle">
  48. <div class="cf-browser-verification cf-im-under-attack">

  49. <div id="cf-content" style="display:none">
  50. <div>
  51. <div class="bubbles"></div>
  52. <div class="bubbles"></div>
  53. <div class="bubbles"></div>
  54. </div>

  55. <h1><div data-translate="checking_browser" id="timer"></div> </h1>

  56. </div>

  57. </div>
  58. <div class="attribution">
  59. DDoS Protection By 百度云加速国际版
  60. <br />
  61. Client IP ::CLIENT_IP::
  62. <br />
  63. Ray ID ::RAY_ID::
  64. <br />
  65. Designer 神龟Turmi
  66. </div>
  67. </td>
  68. </tr>
  69. </tbody></table>
  70. </body></html>
复制代码


  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6. <title>页面加载中,请稍候</title>
  7. <SCRIPT type="text/javascript">        
  8.             var maxtime = 0;
  9.             function CountDown() {
  10.                 if (maxtime >= 0) {
  11.                     minutes = Math.floor(maxtime / 60);
  12.                     seconds = Math.floor(maxtime % 60);
  13.                     msg = "稍候 " + seconds + " 秒";
  14.                     
  15.                     if (maxtime == 0){msg = "未通过检测";}
  16.                                         document.all["timer"].innerHTML = msg;
  17.                         --maxtime;
  18.                 } else{
  19.                     clearInterval(timer);
  20.                   
  21.                 }
  22.             }
  23.             timer = setInterval("CountDown()", 1000);               
  24.         </SCRIPT>
  25. <style>
  26. html {
  27.   height: 100%;
  28.   min-height: 100%;
  29.   overflow: hidden;
  30. }
  31. html body {
  32.   background: #222428;
  33.   background-size: 163px;
  34.   font: 14px/21px Monaco, sans-serif;
  35.   color: #999;
  36.   font-smoothing: antialiased;
  37.   -webkit-text-size-adjust: 100%;
  38.      -moz-text-size-adjust: 100%;
  39.       -ms-text-size-adjust: 100%;
  40.           text-size-adjust: 100%;
  41.   height: 100%;
  42.   min-height: 100%;
  43. }
  44. html body a, html body a:visited {
  45.   text-decoration: none;
  46.   color: #FF805F;
  47. }
  48. html body h4 {
  49.   margin: 0;
  50.   color: #666;
  51. }
  52. .scene {
  53.   width: 100%;
  54.   height: 100%;
  55.   -webkit-perspective: 600;
  56.           perspective: 600;
  57.   display: flex;
  58.   align-items: center;
  59.   justify-content: center;
  60. }
  61. .scene svg {
  62.   width: 240px;
  63.   height: 240px;
  64. }
  65. .dc-logo {
  66.   position: fixed;
  67.   right: 10px;
  68.   bottom: 10px;
  69. }
  70. .dc-logo:hover svg {
  71.   -webkit-transform-origin: 50% 50%;
  72.           transform-origin: 50% 50%;
  73.   -webkit-animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  74.           animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  75. }
  76. .dc-logo:hover:hover:before {
  77.   content: '\2764';
  78.   padding: 6px;
  79.   font: 10px/1 Monaco, sans-serif;
  80.   font-size: 10px;
  81.   color: #00fffe;
  82.   text-transform: uppercase;
  83.   position: absolute;
  84.   left: -70px;
  85.   top: -30px;
  86.   white-space: nowrap;
  87.   z-index: 20px;
  88.   box-shadow: 0px 0px 4px #222;
  89.   background: rgba(0, 0, 0, 0.4);
  90. }
  91. .dc-logo:hover:hover:after {
  92.   content: 'Digital Craft';
  93.   padding: 6px;
  94.   font: 10px/1 Monaco, sans-serif;
  95.   font-size: 10px;
  96.   color: #6E6F71;
  97.   text-transform: uppercase;
  98.   position: absolute;
  99.   right: 0;
  100.   top: -30px;
  101.   white-space: nowrap;
  102.   z-index: 20px;
  103.   box-shadow: 0px 0px 4px #222;
  104.   background: rgba(0, 0, 0, 0.4);
  105.   background-image: none;
  106. }
  107. @-webkit-keyframes arrow-spin {
  108.   50% {
  109.     -webkit-transform: rotateY(360deg);
  110.             transform: rotateY(360deg);
  111.   }
  112. }
  113. @keyframes arrow-spin {
  114.   50% {
  115.     -webkit-transform: rotateY(360deg);
  116.             transform: rotateY(360deg);
  117.   }
  118. }
  119. </style>
  120. <style>#BAIDU_DSPUI_FLOWBAR,.adsbygoogle,.ad,div[class^="ad-widsget"],div[id^="div-gpt-ad-"],a[href*="cpro.baidu.com"],a[href*="@"][href*=".exe"],a[href*="/?/"][href*=".exe"],.adpushwin{display:none!important;max-width:0!important;max-height:0!important;overflow:hidden!important;}</style></head>
  121. <body>
  122. <div style="display:none">
  123. ::CAPTCHA_BOX::
  124. </div>
  125. <h4> 很抱歉,根据相关法律法规,您无法访问本站!<br />RAY ID: ::RAY_ID:: / DDoS Protection By 百度云加速国际版 </h4>

  126. <div class="scene">
  127.   <svg
  128.   version="1.1"
  129.   id="dc-spinner"
  130.   xmlns="http://www.w3.org/2000/svg"
  131.   x="0px" y="0px"
  132.   width:"38"
  133.   height:"38"
  134.   viewBox="0 0 38 38"
  135.   preserveAspectRatio="xMinYMin meet"
  136.   >
  137.   <text x="14" y="21" font-family="Monaco" font-size="2px" style="letter-spacing:0.6" fill="grey" id="timer">LOADING
  138.      <animate
  139.        attributeName="opacity"
  140.        values="0;1;0" dur="1.8s"
  141.        repeatCount="indefinite"/>
  142.   </text>
  143.   <path fill="#373a42" d="M20,35c-8.271,0-15-6.729-15-15S11.729,5,20,5s15,6.729,15,15S28.271,35,20,35z M20,5.203
  144.     C11.841,5.203,5.203,11.841,5.203,20c0,8.159,6.638,14.797,14.797,14.797S34.797,28.159,34.797,20
  145.     C34.797,11.841,28.159,5.203,20,5.203z">
  146.   </path>

  147.   <path fill="#373a42" d="M20,33.125c-7.237,0-13.125-5.888-13.125-13.125S12.763,6.875,20,6.875S33.125,12.763,33.125,20
  148.     S27.237,33.125,20,33.125z M20,7.078C12.875,7.078,7.078,12.875,7.078,20c0,7.125,5.797,12.922,12.922,12.922
  149.     S32.922,27.125,32.922,20C32.922,12.875,27.125,7.078,20,7.078z">
  150.   </path>

  151.   <path fill="#2AA198" stroke="#2AA198" stroke-width="0.6027" stroke-miterlimit="10" d="M5.203,20
  152.                         c0-8.159,6.638-14.797,14.797-14.797V5C11.729,5,5,11.729,5,20s6.729,15,15,15v-0.203C11.841,34.797,5.203,28.159,5.203,20z">
  153.   <animateTransform
  154.         attributeName="transform"
  155.         type="rotate"
  156.         from="0 20 20"
  157.         to="360 20 20"
  158.         calcMode="spline"
  159.         keySplines="0.4, 0, 0.2, 1"
  160.         keyTimes="0;1"
  161.         dur="2s"
  162.         repeatCount="indefinite" />      
  163.    </path>

  164.   <path fill="#859900" stroke="#859900" stroke-width="0.2027" stroke-miterlimit="10" d="M7.078,20
  165.   c0-7.125,5.797-12.922,12.922-12.922V6.875C12.763,6.875,6.875,12.763,6.875,20S12.763,33.125,20,33.125v-0.203
  166.   C12.875,32.922,7.078,27.125,7.078,20z">
  167.    <animateTransform
  168.       attributeName="transform"
  169.       type="rotate"
  170.       from="0 20 20"
  171.       to="360 20 20"
  172.       dur="1.8s"  
  173.       repeatCount="indefinite" />
  174.     </path>
  175.   </svg>
  176. </div>

  177. </body>
  178. </html>
复制代码


  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <meta name="robots" content="noindex, nofollow">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  8. <title>Spooky Shield WAF</title>
  9. <style type="text/css">
  10.     html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
  11.     body {font-family: Helvetica, Arial, sans-serif; font-size: 100%;}
  12.     h1 {font-size: 1.5em; color: #F0F8FF; text-align: center;}
  13.     p {font-size: 1em; color: #F0F8FF; text-align: center; margin: 10px 0 0 0;}
  14.     #spinner {margin: 0 auto 30px auto; display: block;}
  15.     .attribution {margin-top: 20px; color: #F0F8FF;}
  16.     @-webkit-keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
  17.     @keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
  18.     .bubbles { background-color: #F0F8FF; width:15px; height: 15px; margin:2px; border-radius:100%; -webkit-animation:bubbles 0.6s 0.07s infinite ease-in-out; animation:bubbles 0.6s 0.07s infinite ease-in-out; -webkit-animation-fill-mode:both; animation-fill-mode:both; display:inline-block; }
  19.   #cf-content{display:block !important;}
  20.   </style>
  21. <body background="https://i.loli.net/2019/12/25/uNK1IPr3AcY5ei6.png">
  22. <SCRIPT type="text/javascript">        
  23.             var maxtime = 0;
  24.             function CountDown() {
  25.                 if (maxtime >= 0) {
  26.                     minutes = Math.floor(maxtime / 60);
  27.                     seconds = Math.floor(maxtime % 60);
  28.                     msg = "Spooky WAF浏览器检查,请稍候 " + seconds + " 秒";
  29.                     
  30.                     if (maxtime == 0){msg = "Spooky 服务暂不可用";}
  31.                                         document.all["timer"].innerHTML = msg;
  32.                         --maxtime;
  33.                 } else{
  34.                     clearInterval(timer);
  35.                   
  36.                 }
  37.             }
  38.             timer = setInterval("CountDown()", 1000);               
  39.         </SCRIPT>
  40. <style>#BAIDU_DSPUI_FLOWBAR,.adsbygoogle,.ad,div[class^="ad-widsget"],div[id^="div-gpt-ad-"],a[href*="cpro.baidu.com"],a[href*="@"][href*=".exe"],a[href*="/?/"][href*=".exe"],.adpushwin{display:none!important;max-width:0!important;max-height:0!important;overflow:hidden!important;}</style></head>
  41. <body>
  42. <div style="display:none">
  43. ::CLOUDFLARE_ERROR_500S_BOX::
  44. </div>
  45. <table width="100%" height="100%" cellpadding="20">
  46. <tbody><tr>
  47. <td align="center" valign="middle">
  48. <div class="cf-browser-verification cf-im-under-attack">

  49. <div id="cf-content" style="display:none">
  50. <div>
  51. <div class="bubbles"></div>
  52. <div class="bubbles"></div>
  53. <div class="bubbles"></div>
  54. </div>

  55. <h1><div data-translate="checking_browser" id="timer"></div> </h1>

  56. </div>

  57. </div>
  58. <div class="attribution">
  59. DDoS Protection By 百度云加速国际版
  60. <br />
  61. 源站宕机,目前处于Always Online模式
  62. <br />
  63. Ray ID ::RAY_ID::
  64. <br />
  65. Designer 神龟Turmi
  66. </div>
  67. </td>
  68. </tr>
  69. </tbody></table>
  70. </body></html>
复制代码
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复

使用道具 举报

签到天数: 1157 天

[LV.10]以坛为家III

发表于 2019/12/26 20:24 | 显示全部楼层 |Google Chrome 79.0.3945.88|Windows 10
LUGUO
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册论坛 新浪微博账号登陆用百度帐号登录

本版积分规则

手机版|Archiver|Mail me|网站地图|IT技术交流论坛 ( 闽ICP备13013206号-7 )

GMT+8, 2024/4/18 21:49 , Processed in 0.126496 second(s), 19 queries , MemCache On.

Powered by itzmx! X3.4

© 2011- sakura

快速回复 返回顶部 返回列表