25 lines
		
	
	
		
			678 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			678 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
if( !defined( 'DVWA_WEB_PAGE_TO_ROOT' ) ) {
 | 
						|
	exit ("Nice try ;-). Use the file include next time!");
 | 
						|
}
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
1.) Bond. James Bond
 | 
						|
 | 
						|
<?php
 | 
						|
 | 
						|
echo "2.) My name is Sherlock Holmes. It is my business to know what other people don't know.\n\n<br /><br />\n";
 | 
						|
 | 
						|
$line3 = "3.) Romeo, Romeo! Wherefore art thou Romeo?";
 | 
						|
$line3 = "--LINE HIDDEN ;)--";
 | 
						|
echo $line3 . "\n\n<br /><br />\n";
 | 
						|
 | 
						|
$line4 = "NC4pI" . "FRoZSBwb29s" . "IG9uIH" . "RoZSByb29mIG1" . "1c3QgaGF" . "2ZSBh" . "IGxlY" . "Wsu";
 | 
						|
echo base64_decode( $line4 );
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
<!-- 5.) The world isn't run by weapons anymore, or energy, or money. It's run by little ones and zeroes, little bits of data. It's all just electrons. -->
 |