zone-h URL: http://www.zone-h.org/mirror/id/28699759

Capture Date:       2017-02-22 13:08:12 JST

  zone-h info:
    Mirror saved on : 2017-02-22 03:52:21
    Notified by     : Cyber Team Cirebon
    Domain          : http://redtriangle.jp/index.html
    IP address      : 49.212.167.246
    System          : Linux
    Web server      : Apache

  Analyze:
    String Match:
      Header:
            3 : Cyber Team Cirebon
      Contents:
            4 : Cyber Team Cirebon
            1 : Malaikat Galau
            1 : Tomhawk404
            1 : Shor7cut
            1 : PYS404

  MD5:  6422eb87f69a1426802616f6ac6d6357
        * 28699759

  Analyze: String Match Header: 1, 3 ; String Match Contents: 5, 8 ; MD5: 1 ;

  Header:
        Server: Apache/2.2.15 (CentOS)
        Last-Modified: Wed, 22 Feb 2017 03:49:40 GMT
        Title: [+] Cyber Team Cirebon [+]
        X-Meta-Author: Cyber Team Cirebon
        X-Meta-Og:Description: Cyber Team Cirebon

  Contents:
        <html><head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title> [+] Cyber Team Cirebon [+] </title>
        <meta name="og:description" content="Cyber Team Cirebon">
        <meta name="og:title" content="[!]by ./Mister-Y404">
        <meta name="robots" content="all">
        <meta name="keyword" content="Touch by ./Mister-Y404, ./Mister-Y404">
        <meta name="author" content="Cyber Team Cirebon">
        <meta name="googlebot" content="auto">
        <meta name="distribution" content="global">
        </head><body background-color="black" oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;"><style>
        html {
        background: #000000;
        color: #ffffff;
        font-family: Courier New;
        font-size: 12px;
        }
        </style>
        <center><img src="https://myanimelist.cdn-dena.com/images/characters/7/286914.jpg" alt="tomori"><br>
        <script>
        TypingText = function(element, interval, cursor, finishedCallback) {
          if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
            this.running = true;  // Never run.
            return;
          }
          this.element = element;
          this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
          this.interval = (typeof interval == "undefined" ? 100 : interval);
          this.origText = this.element.innerHTML;
          this.unparsedOrigText = this.origText;
          this.cursor = (cursor ? cursor : "");
          this.currentText = "";
          this.currentChar = 0;
          this.element.typingText = this;
          if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
          TypingText.all.push(this);
          this.running = false;
          this.inTag = false;
          this.tagBuffer = "";
          this.inHTMLEntity = false;
          this.HTMLEntityBuffer = "";
        }
        TypingText.all = new Array();
        TypingText.currentIndex = 0;
        TypingText.runAll = function() {
          for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
        }
        TypingText.prototype.run = function() {
          if(this.running) return;
          if(typeof this.origText == "undefined") {
            setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);  // We haven't finished loading yet.  Have patience.
            return;
          }
          if(this.currentText == "") this.element.innerHTML = "";
        //  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
          if(this.currentChar < this.origText.length) {
            if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
              this.tagBuffer = "<";
              this.inTag = true;
              this.currentChar++;
              this.run();
              return;
            } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
              this.tagBuffer += ">";
              this.inTag = false;
              this.currentText += this.tagBuffer;
              this.currentChar++;
              this.run();
              return;
            } else if(this.inTag) {
              this.tagBuffer += this.origText.charAt(this.currentChar);
              this.currentChar++;
              this.run();
              return;
         } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
              this.HTMLEntityBuffer = "&";
              this.inHTMLEntity = true;
              this.currentChar++;
              this.run();
              return;
            } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
              this.HTMLEntityBuffer += ";";
              this.inHTMLEntity = false;
              this.currentText += this.HTMLEntityBuffer;
              this.currentChar++;
              this.run();
              return;
            } else if(this.inHTMLEntity) {
              this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
              this.currentChar++;
              this.run();
              return;
            } else {
              this.currentText += this.origText.charAt(this.currentChar);
            }
            this.element.innerHTML = this.currentText;
            this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
            this.currentChar++;
            setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
          } else {
          this.currentText = "";
        this.currentChar = 0;
                this.running = false;
                this.finishedCallback();
          }
        }
        </script>
        <br><center>
        <div id="example1"></div>
        <p id="example2">
        <br><br>
        <span style="font-size: 10px"><font color="white" face="Courier New">[+] We Are Family [+]<br>
        [!] We Don't Touch  Your Database [!] <br> [?] Your System Low [?] <br><br><br><br> Touch By : ./Mister-Y404<br>
        My Contact : AkunPhising404@gmail.com</font></span>  </p><p></p><font color="white" face="Courier New">
        <script type="text/javascript">
        //Define first typing example:
        new TypingText(document.getElementById("example1"));
        //Define second typing example (use "slashing" cursor at the end):
        new TypingText(document.getElementById("example2"), 80, function(i){
        var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
        ar.length]; });
        //Type out examples:
        TypingText.runAll();
        </script>
        <br><br></font></center><font color="white" face="Courier New"><br>
        <footer id="det" style="position:fixed; left:0px; right:0px; bottom:0px; background:rgb(0,0,0); text-align:center; border-top: 1px solid #FF8C00; border-bottom: 1px solid #FF8C00">
        <font color=#ff0000 size=2 face="Tahoma">
        <font color="#778899"><b>Thanks to : </b></font><marquee title="Brothers was here !!!" scrollamount="5" scrolldelay="50" width="80%" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><b> ALLAH SWT || [+] My Family : [+] Cyber Team Cirebon : ./Mister-Y404  || Mr.Trouble5hooting || Mr.jason || ./Kry404 || ./Z4R_404 || [+] 1ntr0ver7_Tersakiti :  Mr.Oz || ./Mr.Blank007 || 5iNON!MOU23 || Fx_Fri3nds_ || AkuSihCuek404- ||Mr.Crabs || Mr-Andraz404 || ./Mr.HanzID || MIS73RLAN4 || [+] Greet to : PYS404 || Malaikat Galau || Tomhawk404 || Shor7cut || IndoXploit [+] And Thanks For All Defacer Indonesia [+]</b></marquee> </font></footer>
         
        <!-- Backsound --><center>
        <a href="vnd.youtube:86DCuP7kkEU"><canvas width="1" height="0"></canvas></a></center>
         <br><br>
        </font></center></body></html>