Skip to content

LighTraversal is a tool designed to find basic directory traversal vulnerabilities

Notifications You must be signed in to change notification settings

mathis2001/LighTraversal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

LighTraversal

LighTraversal is a tool designed to find basic directory traversal vulnerabities

Install:

$ git clone https://github.com/mathis2001/LighTraversal

Usage:

$ cat urls.txt | python3 LighTraversal.py [--null-byte]

or with an other tool like ParamFirstCheck

$ cat urls.txt | python3 ParamFirstCheck.py --lfi | python3 LighTraversal.py [--null-byte]

Screenshots:

image image image

About

LighTraversal is a tool designed to find basic directory traversal vulnerabilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages