Nginx
Alias LFI Misconfiguration
location /imgs {
alias /path/images/
}/imgs../flag.txt/path/images/../flag.txtlocation /imgs/ {
alias /path/images/
}alias../ => HTTP status code 403
alias.../ => HTTP status code 404
alias../../ => HTTP status code 403
alias../../../../../../../../../../../ => HTTP status code 400
alias../ => HTTP status code 403Static Analyzer tools
最后更新于