What problem does it solve?
This Skill helps security professionals identify and exploit Local File Inclusion (LFI) vulnerabilities, allowing them to read sensitive files, gain code execution, and assess the impact of LFI flaws.
Core Features & Use Cases
- LFI Detection: Automatically tests for LFI vulnerabilities using various techniques like path traversal and PHP wrappers.
- File Reading: Reads sensitive files such as configuration files, system files, and logs.
- RCE Exploitation: Attempts to achieve Remote Code Execution through methods like log poisoning and temporary file exploitation.
- Use Case: When you suspect an LFI vulnerability on a web application, use this Skill to confirm its presence, read critical files like
wp-config.php, and potentially gain a reverse shell.
Quick Start
Use the exploit-lfi skill to test the URL 'http://example.com/page.php?file=test' for Local File Inclusion vulnerabilities.