https://github.com/voidsec/derive
Recursive Batch File Downloader for PHP Path Traversal
https://github.com/voidsec/derive
Last synced: 5 months ago
JSON representation
Recursive Batch File Downloader for PHP Path Traversal
- Host: GitHub
- URL: https://github.com/voidsec/derive
- Owner: VoidSec
- Created: 2019-07-04T13:42:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:19:24.000Z (over 2 years ago)
- Last Synced: 2025-01-24T02:59:25.257Z (12 months ago)
- Language: Python
- Homepage: https://voidsec.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Derive
Recursive Batch File Downloader for PHP Path Traversal
Usage:
```
usage: derive.py [-h] -t TARGET -f FILE [--cookies COOKIES] [--proxy PROXY]
[-v]
Recursive Batch File Downloader
arguments:
-h, --help show this help message and exit
-t TARGET, --target TARGET
Remote webserver and path traversal location (eg.
http:///test.php?a=)
-f FILE, --file FILE File to download (eg. index.php)
--cookies COOKIES HTTP Cookies
--proxy PROXY IP of web proxy to go through (http://127.0.0.1:8080)
-v, --verbose Print verbose output
example: python3 derive.py -t http://127.0.0.1/index.php?a= -f index.php -v
```