Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.64 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.64 KB

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