https://github.com/lilith-roth/web-dump-rs
Application to retrieve all files from a web server based on a provided wordlist.
https://github.com/lilith-roth/web-dump-rs
downloader pentesting pentesting-tools rust web
Last synced: 3 months ago
JSON representation
Application to retrieve all files from a web server based on a provided wordlist.
- Host: GitHub
- URL: https://github.com/lilith-roth/web-dump-rs
- Owner: lilith-roth
- License: mit
- Created: 2025-04-04T20:33:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T15:47:37.000Z (about 1 year ago)
- Last Synced: 2025-10-11T14:44:46.007Z (9 months ago)
- Topics: downloader, pentesting, pentesting-tools, rust, web
- Language: Rust
- Homepage: https://crates.io/crates/web-dump-rs
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# web-dump-rs
Simple tool to retrieve all files from a web server based on a provided wordlist text file.
## Build
`cargo build --release`
## Run
`web-dump-rs --wordlist-path /usr/share/wordlists/wordlist.txt --target-url http://127.0.0.1`
### Usage
```
Usage: web-dump-rs [OPTIONS] --wordlist-path --target-url
Options:
-v, --verbose...
Increase logging verbosity
-q, --quiet...
Decrease logging verbosity
-w, --wordlist-path
-u, --target-url
-o, --output-directory
[default: ./out/]
-s, --append-slash
appends '/' to each request [default: false]
-t, --threads
[default: 1]
-c, --crawl-html
Enables HTML interpreter to find referencing links [default: true]
-e, --crawl-external
Enables HTML interpreter to also save external domains/hosts [default: false]
-h, --help
Print help
-V, --version
Print version
```
---
If there are any questions, missing features or problems please create a new issue here on GitHub.
If you're interested in helping this project, you're very welcome to create a pull requests.
Trans rights are human rights! 🏳️⚧️ 💜