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

Capture Date:       2017-09-17 00:13:19 JST

  zone-h info:
    Mirror saved on : 2017-09-16 12:29:28
    Notified by     : ./BlaDDzeRR
    Domain          : http://benzaimon.jp/hack.html
    IP address      : 153.122.22.189
    System          : Linux
    Web server      : nginx

  Analyze:
    String Match:
      Header:
            4 : hacked by ./BlaDDzeRR
            4 : hacked by
      Contents:
            4 : hacked by ./BlaDDzeRR
            4 : hacked by
            2 : ./BlaDDzeRR

  MD5:  f9831f05b893ef1eab6971f33cc29bab
          30248364
          30248366
        * 30248368
          30248372
          30248374

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

  Header:
        Server: nginx
        Last-Modified: Sat, 16 Sep 2017 12:23:07 GMT
        Title: hacked by ./BlaDDzeRR
        X-Meta-Author: hacked by ./BlaDDzeRR
        X-Meta-Copyright: hacked by ./BlaDDzeRR
        X-Meta-Keywords: hacked by ./BlaDDzeRR
        X-Powered-By: PleskLin

  Contents:
        
        
        <html>
        <head>
        <title>hacked by ./BlaDDzeRR</title>
        <meta name="Author" content="hacked by ./BlaDDzeRR"/>
        <meta name="copyright" content="hacked by ./BlaDDzeRR"/>
        <meta name="keywords" content="hacked by ./BlaDDzeRR"/>
        <meta name="description" content="indonesian code party inside."/>
        <link rel="SHORTCUT ICON" href="https://s-media-cache-ak0.pinimg.com/236x/f8/e3/6a/f8e36af308c0e99b8c251adc14ce8676.jpg">
        <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
        </head>
        <style type="text/css">
        @import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
        body {
        background: #000;
        font-family: Courier new;
        text-align: center;
        CURSOR: none;
        color: #fff;}
        icp {
        position:absolute;
        left:0;
        right:0;
        top:43%;}
        hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.75), rgba(0, 0, 0, 0))
        }
        </style>
        </head>
        <body oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" bgcolor="black">
        
        
        <head>
        <style>
        img{border-width:0px}
        	.shakeimage{position:relative}
        	.button{margin-top:50px; padding:10px; background-color:red; color:#FFF;}
        	h1 { font-size:48; margin-top:-20px;}
        </style>
        <script language="JavaScript1.2">
        
        var rector=3
        var stopit=0 
        var a=1
        
        function init(which){
        	stopit=0
        	shake=which
        	shake.style.left=0
        	shake.style.top=0
        }
        
        function rattleimage(){
        	if ((!document.all&&!document.getElementById)||stopit==1)
        	return
        	if (a==1){
        	shake.style.top=parseInt(shake.style.top)+rector
        	}
        	else if (a==2){
        	shake.style.left=parseInt(shake.style.left)+rector
        	}
        	else if (a==3){
        	shake.style.top=parseInt(shake.style.top)-rector
        	}
        	else{
        	shake.style.left=parseInt(shake.style.left)-rector
        	}
        	if (a<4)
        	a++
        	else
        	a=1
        	setTimeout("rattleimage()",50)
        }
        
        function stoprattle(which){
        	stopit=1
        	which.style.left=0
        	which.style.top=0
        }
        document.oncontextmenu=new Function("return false");
        TypingText = function(element, interval, cursor, finishedCallback) {
          if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
            this.running = true;
            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);
            return;
          }
          if(this.currentText == "") this.element.innerHTML = "";
          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>
        </head>
        <script>var g=35,f=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF"),e=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS"),d="*",m=0.6,a=22,b=8,c=1,j=new Array(),k,l,x,n=new Array(),o=new Array(),p=new Array(),q=navigator.userAgent,r=document.all&&document.getElementById&&!q.match(/Opera/),s=document.getElementById&&!document.all,u=q.match(/Opera/),t=r||s||u;function y(z){return Math.floor(z*Math.random())}function v(){if(r||u){k=document.body.clientHeight;l=document.body.clientWidth;}else if(s){k=window.innerHeight;l=window.innerWidth;}var h=a-b;for(i=0;i<=g;i++){o[i]=0;p[i]=Math.random()*15;n[i]=0.03+Math.random()/10;j[i]=document.getElementById("s"+i);j[i].style.fontFamily=e[y(e.length)];j[i].size=y(h)+b;j[i].style.fontSize=j[i].size;j[i].style.color=f[y(f.length)];j[i].sink=m*j[i].size/5;if(c==1){j[i].posx=y(l-j[i].size)}if(c==2){j[i].posx=y(l/2-j[i].size)}if(c==3){j[i].posx=y(l/2-j[i].size)+l/4};if(c==4){j[i].posx=y(l/2-j[i].size)+l/2}j[i].posy=y(2*k-k-2*j[i].size);j[i].style.left=j[i].posx;j[i].style.top=j[i].posy}w()}function w(){for(i=0;i<=g;i++){o[i]+=n[i];j[i].posy+=j[i].sink;j[i].style.left=j[i].posx+p[i]*Math.sin(o[i]);j[i].style.top=j[i].posy;if(j[i].posy>=k-2*j[i].size||parseInt(j[i].style.left)>(l-3*p[i])){if(c==1){j[i].posx=y(l-j[i].size)}if(c==2){j[i].posx=y(l/2-j[i].size)}if(c==3){j[i].posx=y(l/2-j[i].size)+l/4}if(c==4){j[i].posx=y(l/2-j[i].size)+l/2}j[i].posy=0}}var x=setTimeout("w()",50)}for(i=0;i<=g;i++){document.write("<span id='s"+i+"' style='position:absolute;top:-"+a+"'>"+d+"</span>")}if(t){window.onload=v}</script>
        <br><br><center><img src="http://agambewe.org/img/nads.jpg" height="500" width="350" class="shakeimage" style="opacity:0.1;filter:alpha(opacity=10)" onMouseout="init(this);rattleimage()" onMouseover="stoprattle(this);top.focus()" onClick="top.focus();this.style.opacity=0.3;this.filters.alpha.opacity=30"></center>
        <p></p><p></p><br><br>
         <p><font color="grey" size="2">&#9775;&nbsp;<marquee behavior="alternate" scrollamount="4" width="40%">| ZeynnymouZ | ./BlaDDzeRR | UnknownYmouZ | -DenJaka- | Consept_IXI | ./Coco | 0x1999 | Lock-Down | ./UnIX | ./L1ght_R00t | Walkers404 | ./PionHitam | Mr.Vendetta_404 | gunz_berry | D4N13L | Et04 | Mr.Rchi | Aris Dot ID | 0x1958 | bL@cKID | Jje Incovers | ReC0ded | Topi Jerami | Isal Dot ID | Skeptix | $n00.py | 7RAXEX | AdrElite | Ice-cream | Panataran | eX-Sh1Ne | R3dh34d | ./BlaDDzeRR | Eitaro Attacker | L0c4lh34rtz | Pak Haxor | Virulent-ID | Captsalkus48 | Wonka | LogView7 | Sh0uT0u7 | millio48 | Blitargetar | Kerupuk | Sinkaroid | ./MR.INTERCEPTION | Seringh | Synchornizer | Wlingigetar | Zombie-Root | PYS404 | Patrick-Idiot | ./LegionLeader404 | Mila Dot ID | Fc0dex | GeNerAL | AnonJoker | Moroocan Revolution Team | Versalilles | Jihad797 | i3r_cod3 | Achon666just | Dr3amless | Mr.K | Mr.Vendetta_404 | s4bun | Mr.Buckethead | Dhammasoka1337 | WoKaBoYa | WlingiGetar | KidSZonk | XcyberXfuckingX | Tomhawk404 | Devs | Sanjungan Jiwa | IndoXploit | Indonesian Defacer Tersakiti Team
        </marquee>&nbsp;&#9775;</font> </p>
        <icp><hr>
        
        <center><font face='Share Tech Mono' size='6px' color='darkred'>Indonesian Code Party inside.</font>
        </html></icp></hr>
              <iframe src="http://www.youtube.com/embed/wRk4Xsi0w8g?rel=0&amp;autoplay=1&amp;loop=1" allowfullscreen="" frameborder="0" height="1" width="1"></iframe>
            </body>
        </html>