Skip to content

clicknull/LFI-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFI-scanner

LFI scanner tool made for PentestCloud.io tested on macOS and Debian using python 3.6

Screenshot

Installation

git clone https://github.com/PentestCloudLabs/LFI-scanner

cd LFI-scanner

pip3 install -r requirements.txt

python3 LFIscanner.py --help

Usage example:

python3 LFIscanner.py -u http://10.0.8.105/dvwa/vulnerabilities/fi/?page=include.php --cookie="security=low; PHPSESSID=lsrhcih3fnktbu1nlad6flba34" -w -v

Options

  • (Required) -u URL, --url URL Target URL to scan, example http://localhost/index.php?page=about

  • (Optional) -w, --windows (optional) Use if server is windows

  • (Optional) -v, --verbose (optional) display every request

  • (Optional) -c COOKIE, --cookie COOKIE (optional) HTTP request cookie

About

LFI scanner tool used at PentestCloud.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages