Skip to content

Mrco24-Lfi-Scanner is a high-speed Local File Inclusion (LFI) vulnerability scanning tool developed in the Go programming language. It's designed for efficient multi-threaded scanning of multiple URLs, comprehensive payload testing, and super-fast vulnerability detection. This repository contains the source code and documentation for the tool.

Notifications You must be signed in to change notification settings

mrco24/mrco24-lfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRCO24 - LFI

LFI Detection

Current Features:

  • High-Speed Scanning: Lightning-fast scanning of web applications for Local File Inclusion (LFI) vulnerabilities.

  • Multi-URL Support: Simultaneously scan multiple URLs for LFI issues.

  • Comprehensive Payload Scanning: Extensive payload library for thorough testing.

  • Rapid Vulnerability Detection: Quickly identifies LFI vulnerabilities with minimal false positives.

  • Multi-Threaded: Utilizes multi-threading for efficient scanning.

  • Vulnerability URL Output: Provides a list of vulnerable URLs for further analysis or action.

Installation Instructions

mrco24-lfi requires go1.19 to install successfully. Run the following command to install the latest version:

**Old_Go**
go get -u github.com/mrco24/mrco24-lfi
**Update_Go**
go install github.com/mrco24/mrco24-lfi@latest

path setup

cp -r /root/go/bin/mrco24-lfi /usr/local/bin

Usage:

mrco24-lfi -f urls.txt -p payloads.txt -o output.txt -v

Remove =

sed 's/=.*$/=/' url.txt | anew | tee -a live_url.txt

About

Mrco24-Lfi-Scanner is a high-speed Local File Inclusion (LFI) vulnerability scanning tool developed in the Go programming language. It's designed for efficient multi-threaded scanning of multiple URLs, comprehensive payload testing, and super-fast vulnerability detection. This repository contains the source code and documentation for the tool.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages