Advertisement
r13y5h4

Sca4n_B4ckd00r_w1th_T1m3_F1l3_Cr34t3d

Jul 13th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?php
  2. echo "<textarea rows='7' cols='60'>";
  3. $cekday = $_POST['cekday'];
  4. $dir = $_POST['cekdir'];
  5. $result = shell_exec("find ".$dir." -mtime -".$cekday);
  6. echo $result ."\n";
  7. echo "</textarea></center>";
  8. ?>
  9. <br>
  10. <td>Scan Backdoor with Time File Created by r13y5h4</td><br>
  11. <form action='<?php basename($_SERVER['PHP_SELF']); ?>' method='post'>
  12. Cek Directory : <input type='text' style='width: 400px' value='<?php echo getcwd() . "/"; ?>' name='cekdir'>
  13. <br>
  14. Cek: <input type='text' style='width: 50px' name='cekday'> hari yang Lalu
  15. <br>
  16. <input type='submit' name='Execute' value='Cek'></form></td>
  17. <br>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement