Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Lazy File Manager

By kannthu

Medium
Vidoc logoVidoc Module
#exposure
Description

What is the "Lazy File Manager?"

The "Lazy File Manager" module is designed to detect misconfigurations in the Lazy File Manager software. It is a medium severity module created by amsda.

Impact

This module helps identify potential vulnerabilities or misconfigurations in the Lazy File Manager software, allowing users to take appropriate action to mitigate any risks.

How the module works?

The "Lazy File Manager" module works by sending a GET request to the "/lfm.php" path and then applying matching conditions to determine if the software is present and functioning correctly.

Matching conditions for this module include:

- Status: The response status code must be 200. - Word: The response body must contain the phrase "Lazy File Manager".

If all matching conditions are met, the module will report a successful match, indicating that the Lazy File Manager software is detected.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/lfm.php
Matching conditions
status: 200and
word: Lazy File Manager
Passive global matcher
No matching conditions.
On match action
Report vulnerability