NSSRound#13
Last updated
Last updated
<?php
if(isset($_GET['file'])){
echo file_get_contents($_GET['file']);
}
else{
highlight_file(__FILE__);
}
?>RewriteRule "^/nssctf/(.*)" "http://backend-server:8080/index.php?id=$1" [P] ProxyPassReverse "/nssctf/" "http://backend-server:8080/"