IslaMukheef / LocalFileInclusion

To help pentesting a site for LFI vulnerability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalFileInclusion

i built this tool while i was testing a site as DOING IT ONCE COOL, DOING IT TWICE SHAME ON ME.

Screen Shots

LFI

LFI

HOW TO USE

Set a URL > https://www.site.com/page.php
Set the Resource > page.php?=./path/stuff
Set the AUTO mode [0] for False, [1] True > 0

DETAILS

• Example of what the tool is able to handle : https://www.site.com/page.php?=stuff
                                           :https://www.site.com/page?=./path/stuff
• [Resource]The part 'page.php?=stuff' is an exaple of Resource or the Resource Path
• [url]The part 'https://www.site.com/page.php' is an example of an URL
• [Auto]By defulte it's False which means that the tool gonna run a simple test on the site
  If you gonna turn it on you should consider that the txt file LFI.txt is require for 
  trying to find any possible leak of information from the server

About

To help pentesting a site for LFI vulnerability


Languages

Language:Python 100.0%