SoFunction
Updated on 2025-04-13

PHP Remote Included File Vulnerability Analysis Page 3/6

;
} else {
include "";
}
[/code]
How does it work for a very normal piece of PHP code? This involves the meaning of $_GET, so I don't plan to talk about it (or you can write an HTTP article again). If you don't understand GET, POST, etc., then you need to make up for it with some relevant information from Google.
The usage format of the above code may be as follows: https:///php/?page= or http:///php/?page=. Combined with the above code, let’s briefly talk about how it works:
1. Submit the above URL and get the value of this page ($_GET
Previous page123456Next pageRead the full text