https://github.com/mathis2001/lightraversal
LighTraversal is a tool designed to find basic directory traversal vulnerabilities
https://github.com/mathis2001/lightraversal
bugbounty lfi path-traversal pentest
Last synced: about 1 year ago
JSON representation
LighTraversal is a tool designed to find basic directory traversal vulnerabilities
- Host: GitHub
- URL: https://github.com/mathis2001/lightraversal
- Owner: mathis2001
- Created: 2022-08-26T09:49:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:09:51.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:19:17.952Z (over 1 year ago)
- Topics: bugbounty, lfi, path-traversal, pentest
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LighTraversal
LighTraversal is a tool designed to find basic directory traversal vulnerabities
## Install:
```bash
$ git clone https://github.com/mathis2001/LighTraversal
```
## Usage:
```bash
$ 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:


