How to exploit File Inclusion vulnerability
File inclusion is also dangerous vulnerability. In any server site scripting language this vulnerable may appear but Most of time it appear in PHP script for some bogus code such as include, require_once etc.
There two type File inclusion Vulnerability Remote File and Local File Inclusion.
Read more »