Nginx
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
Inside the Nginx configuration look the "location" statements, if someone looks like:
There is a LFI vulnerability because:
Transforms to:
The correct configuration will be:
So, if you find some Nginx server you should check for this vulnerability. Also, you can discover it if you find that the files/directories brute force is behaving weird.
More info:
Accunetix tests:
Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.