lfisuite

Automate LFI vulnerability testing and exploitation to achieve remote code execution.

15|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AeonDave/malskill --skill lfisuite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lfisuite
Source: https://github.com/AeonDave/malskill/tree/main/offensive-tools/web-app/lfisuite
Command: npx skills add https://github.com/AeonDave/malskill --skill lfisuite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the testing and exploitation of Local File Inclusion (LFI) vulnerabilities, enabling Remote Code Execution (RCE) through techniques like path traversal and log poisoning.

Core Features & Use Cases

  • Automated LFI Testing: Identifies and tests for LFI vulnerabilities.
  • Exploitation Techniques: Leverages path traversal, log poisoning, and various PHP wrappers for RCE.
  • Use Case: When a web application is suspected of having an LFI vulnerability, this tool can automatically attempt to exploit it to gain shell access.

Quick Start

Use the lfisuite skill to automatically exploit LFI vulnerabilities on the target URL http://example.com/page.php?file=

Frequently Asked Questions about lfisuite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I exploit Local File Inclusion vulnerabilities to achieve Remote Code Execution?

You can exploit Local File Inclusion (LFI) vulnerabilities to achieve Remote Code Execution (RCE) by automating path traversal and log poisoning techniques. This Skill automatically tests vulnerable web pages and attempts to gain shell access.

How do I automatically test a web application for LFI vulnerabilities?

To automatically test a web application for LFI vulnerabilities, you provide the target URL with the suspected vulnerable parameter. The Skill then identifies the vulnerability and applies exploitation techniques like PHP wrappers to execute commands.

What techniques are used to gain RCE through path traversal?

Gaining RCE through path traversal involves leveraging techniques like log poisoning and various PHP wrappers. This tool automates these methods to escalate a simple file inclusion flaw into full remote code execution.

Do I need Python to automate LFI exploitation?

Yes, you need Python 3 installed to automate LFI exploitation. Additionally, you must have the ability to execute shell commands on your local machine to successfully run the exploitation modules and gain shell access.

Can I use this tool for penetration testing web applications with PHP wrappers?

Yes, this tool is specifically designed for web application security assessments and penetration testing. It leverages various PHP wrappers during the exploitation process to test and achieve RCE on vulnerable pages.

What are the limitations of using automated LFI exploitation tools?

Automated LFI exploitation is limited to web application security assessment scenarios involving vulnerable web pages. It requires Python 3 and local shell command execution capabilities, meaning it cannot operate in restricted or sandboxed environments without these dependencies.