command
This commit is contained in:
3
input2/flag.php
Normal file
3
input2/flag.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
# flag={12312312312}
|
||||
?>
|
||||
8
input2/index.php
Normal file
8
input2/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
show_source(__FILE__);
|
||||
if(isset($_REQUEST['path'])){
|
||||
include($_REQUEST['path']);
|
||||
}else{
|
||||
include('phpinfo.php');
|
||||
}
|
||||
?>
|
||||
3
input2/phpinfo.php
Normal file
3
input2/phpinfo.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
phpinfo();
|
||||
?>
|
||||
Reference in New Issue
Block a user