Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Portal C0DE</title>
- <link rel="SHORTCUT ICON" href="favicon.png" type="image/png">
- <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
- <meta name="keywords" content="No Code No life"/>
- <meta name="description" content="No Code No life">
- <meta name="author" content="No Code No life">
- <meta name='rating' content='general' />
- <meta name='geo.country' content='id' />
- <meta name='geo.placename' content='Indonesia' />
- <meta name='robots' content='all'/>
- <meta name='robots' content='index, follow' />
- <meta name='robots schedule' content='auto'/>
- <meta name='revisit-after' content='1 days' />
- <meta name='googlebot' content='index,follow'/>
- <meta name='distribution' content='global'/>
- <meta contact='[email protected]'/>
- <link rel="stylesheet" href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
- <style>
- @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Nova+Square|Supermercado+One|VT323');
- body {
- background-color: #2C3A49;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 100%;
- background-attachment: fixed;
- color: white;
- text-align: center;
- font-size: 10pt;
- font-family: 'Supermercado One', cursive;
- letter-spacing: 2px;
- line-height: 25px;
- }
- h1 {
- font-family: 'VT323', cursive;
- }
- .header {
- padding-top: 10%;
- font-size: 56pt;
- }
- .content{
- font-size:16pt;
- }
- .footerholder {
- background: none repeat scroll 0 0 transparent;
- bottom: 0;
- position: fixed;
- text-align: right;
- width: 100%;
- font-family: 'Nova Square', cursive;
- }
- .footer {
- background: none repeat scroll 0 0 transparent;
- margin: auto;
- font-family: 'Nova Square', cursive;
- width: 90%;
- }
- a {
- color:#ffffff;
- text-decoration:blink;
- transition:all .30s ease-in-out;
- }
- a:hover{
- color:#2980B9;
- }
- .blinking-cursor {
- font-weight: 100;
- font-size: 20px;
- color: white;
- font-family: 'VT323', monospace;
- -webkit-animation: 1s blink step-end infinite;
- -moz-animation: 1s blink step-end infinite;
- -ms-animation: 1s blink step-end infinite;
- -o-animation: 1s blink step-end infinite;
- animation: 1s blink step-end infinite;
- }
- @keyframes 'blink' {
- from, to {
- color: transparent;
- }
- 50% {
- color: white;
- }
- }
- @-moz-keyframes blink {
- from, to {
- color: transparent;
- }
- 50% {
- color: white;
- }
- }
- @-webkit-keyframes 'blink' {
- from, to {
- color: transparent;
- }
- 50% {
- color: white;
- }
- }
- @-ms-keyframes 'blink' {
- from, to {
- color: transparent;
- }
- 50% {
- color: white;
- }
- }
- @-o-keyframes 'blink' {
- from, to {
- color: transparent;
- }
- 50% {
- color: white;
- }
- }
- </style>
- <body>
- <center>
- <form method='post'>
- <u>Defacer</u>: <br>
- <input type='text' class='con7' name='nick' value='NickMu'><br>
- <br><u>Domains</u>: <br>
- <textarea name='url' cols='50' rows='10'></textarea>
- <br>
- <input type='submit' class='kntd' name='submit' value='Submit'>
- </form>
- <?php
- if($_POST['submit']) {
- $domain = explode("\r\n", $_POST['url']);
- $nick = $_POST['nick'];
- echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
- echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
- function zoneh($url,$nick) {
- $ch = curl_init("http://www.zone-h.com/notify/single");
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
- return curl_exec($ch);
- curl_close($ch);
- }
- foreach($domain as $url) {
- $zoneh = zoneh($url,$nick);
- if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
- echo "$url -> <font color=blue>OK</font><br>";
- } else {
- echo "$url -> <font color=red>ERROR</font><br>";
- }
- }
- }
- else {
- }
- echo "</center>";
- ?>
- </head>
- <body>
Add Comment
Please, Sign In to add comment