Is it possible to download PHP script from a web page with wget?

前端 未结 4 1352
情歌与酒
情歌与酒 2020-12-18 14:24

If I try wget it downloads the resolved page. But I want to download the original script. Is this possible?

4条回答
  •  旧巷少年郎
    2020-12-18 15:04

    No this is not possible, and would be a huge security issue if it was.

    The only way this would be possible is if the web server (Apache) was not configured correctly

提交回复
热议问题