Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:09:51.000Z (over 1 year ago)
- Last Synced: 2024-11-11T10:34:41.576Z (3 months 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:
![image](https://user-images.githubusercontent.com/40497633/186877980-f9066c3b-7b4f-4de9-b67e-7cca75f1fc3f.png)
![image](https://user-images.githubusercontent.com/40497633/186878157-04f5816a-cb17-42e0-8ce3-c217ea3eb1ab.png)
![image](https://user-images.githubusercontent.com/40497633/186878549-c0963b13-7f37-4cd5-b6aa-db35fe97ec7b.png)