File Inclusion Vulnerability

Source: Internet
Author: User
0x00 File Inclusion Vulnerability Definition

File Inclusion Vulnerability: File Inclusion Sion, which indicates File Inclusion (vulnerability)

① Local file inclusion: local file inclusion is formed when the contained file is stored locally on the server.

② Remote File Inclusion: When the contained file is on a third-party server, it is called Remote File Inclusion.

Common functions contained in files:

Include (): contains and runs the specified file. If an error occurs in the file, the Program warns, but continues to execute.

Include_once (): similar to include, the difference is that include_once checks whether the file has been imported. If it has already been imported, it will not be imported any more. The direct-once operation means only one import.

Require (): contains and runs the specified file. When an error occurs in the file, the program terminates the execution.

Require_once (): similar to require, the difference is that require_once is only imported once.

File Inclusion Vulnerability

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.