Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/momenbasel/liffier
tired of manually add dot-dot-slash to your possible path traversal? this short snippet will increment ../ on the URL.
https://github.com/momenbasel/liffier
bugbounty python python3 vulnerability-scanners
Last synced: 28 days ago
JSON representation
tired of manually add dot-dot-slash to your possible path traversal? this short snippet will increment ../ on the URL.
- Host: GitHub
- URL: https://github.com/momenbasel/liffier
- Owner: momenbasel
- Created: 2019-08-31T23:59:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T00:06:38.000Z (about 5 years ago)
- Last Synced: 2024-08-01T10:16:52.627Z (3 months ago)
- Topics: bugbounty, python, python3, vulnerability-scanners
- Language: Python
- Size: 1000 Bytes
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - liffier - tired of manually add dot-dot-slash to your possible path traversal? this short snippet will increment ../ on the URL. (Exploitation / Directory Traversal)
README
# liffier
tired of manually add dot-dot-slash to your possible path traversal? this short snippet will increment ../ on the URL.[*] Python3 is required and requests library (pip3 install requests)
## Usage:
1. git clone https://github.com/momenbasel/liffier.git
2. cd liffier && python3 liffier.py
3. enter the url to test on and the possible vulnerable parameter at the end of the URL, as the tool only appends at the end of the URL
4. enter internal filename with bypasses like nullbyte (https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Directory%20Traversal)
5. enter the number of requests that the tool will send || number of times the tool will append another ../ to the request.