[Koha-bugs] [Bug 20326] ngentod

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 3 14:00:20 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20326

--- Comment #2 from anyms12 <kazutekato at yahoo.com> ---
Comment on attachment 72390
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72390
asdas

<title>Knock Knock!?</title><link rel="SHORTCUT ICON" a
href="https://i.imgur.com/FxXbg7h.jpg">
<center><br>
<iframe width="1" height="1"
src="https://www.youtube.com/embed/xrmerjfbtZQ?autoplay=1" frameborder="0"
allowfullscreen></iframe>
<meta property="og:title" content="Pwnd ?">
<meta property="og:description" content="HACKED">
<meta property="og:author" content="./Mr.Cr#00tz">
<meta charset="UTF-8">
<style type="text/css">body{cursor:none}</style>
<body oncontextmenu='return false;' onkeydown='return false;'
onmousedown='return false;'>
<script type="text/javascript">/*<![CDATA[*/

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>
<style>

         body {
         background     : white;
         background-image: url();
         background-repeat:no-repeat;
         background-attachment: fixed;
         background-size: 1350px;
         font-family    : Courier new;
         text-align     : center;
         color          : #fff;
         }
         pre {
         margin-top: 9%;
         }



.error {
  text-align: center;
  font-family: 'Gilda Display', serif;
  -webkit-animation: noise-3 1s linear infinite;
          animation: noise-3 1s linear infinite;
  overflow: default;
}


.info {
  text-align: center;
  width: 200px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 280px;
  bottom: 0;
  left: 20px;
  right: 0;
  -webkit-animation: noise-3 1s linear infinite;
          animation: noise-3 1s linear infinite;
}


.info:after {
  content: 'OWNED';
  font-family: OCR-A;
  font-size: 100px;
  text-align: center;
  width: 800px;
  margin: auto;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 40px;
  right: 0;
  opacity: 0;
  color: white;
  -webkit-animation: noise-1 .2s linear infinite;
          animation: noise-1 .2s linear infinite;
}

@-webkit-keyframes noise-1 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: -6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: 2px;}
}

@keyframes noise-1 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: -6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: 2px;}
}

@-webkit-keyframes noise-2 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: 6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: -2px;}
}

@keyframes noise-2 {
  0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  10% {opacity: .1;}
  50% {opacity: .5; left: 6px;}
  80% {opacity: .3;}
  100% {opacity: .6; left: -2px;}
}

@-webkit-keyframes noise {
  0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1);
transform: scaleY(1);}  
  4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@keyframes noise {
  0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1);
transform: scaleY(1);}  
  4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@-webkit-keyframes noise-3 {
  0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform:
scaleY(1);}
  4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform:
scaleX(10) rotate(60deg);}
}

@keyframes noise-3 {
  0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform:
scaleY(1);}
  4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform:
scaleX(10) rotate(60deg);}
}

.wrap {
  top: 30%;
  left: 25%;

  height: 200px;

  margin-top: -100px;
  position: absolute;
}
code {
  color: white;
}
span.blue {
  color: #48beef;
}
span.comment {
  color: #7f8c8d;
}
span.orange {
  color: #f39c12;
}
span.green {
  color: #33cc33;
}

.viewFull {
  font-family:OCR-A;
  color:orange;
  text-decoration:;
}


}

 @media only screen and (min-height: 500px) {

.viewFull{
  display:none;         
        }

}
        </style>
<body>
<div class="error"><img style="width:300px;"
src="https://i.imgur.com/FxXbg7h.jpg"><br>
<font color="black"><font style="text-shadow: black 0 0 10px;">
<font size="7" face="courier new">Hacked By ./Mr-Cr#00tz<br>
<font size="5">#Tauco Exploiter Crew#<br>
<font size="4"> we in your system now<br>
<font size="4"> we just help for find the bug ini your system<br>
<font face="courier new"><p id="TEC">
<font size="4">Hello Admin, im a [!]CR00TZSECURITY[!]<br>
im here just for test your website<br>
i think your security is low,<br>
please up your system or i will come again!<br>
but. remember, "NO SYSTEM IS SAFE"<br>
it was like your website too<br><br>
Contact: kazutekato at yahoo.com<br>
<br>
<br>
<font style="text-shadow: black 0 0 10px;" face="courier new"><marquee
scrollamount="10" behavior="alternate"><font face="courier new"> ./Mr.Hichiko |
<font color ="red">./NightBot_404 </font>| <font color="red">./Mr-Cr#00tz
</font>| Mrskreepkiller | 4rza3ck | SN4KE-404 | DIEM-01 | Mr.N4sh | Mr.clc4k |
./Mr.G | Bl4ckr053 | Mr.KingAssasins44x1 | MR.200[OK] | K4.Cr44zy |
MR.BlackKnight404 | D4RK_CYB3R </marquee></font>
  <script type="text/javascript">

new TypingText(document.getElementById("TEC"), 90, function(i){ var ar = new
Array("_", " ", "_", " "); return " " +

ar[i.length % ar.length]; });



TypingText.runAll();

</script>
</body>
</html>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list