https://github.com/elb4rto/wormod
Wordlist manipulation
https://github.com/elb4rto/wormod
ctf-tools cyber-security rust wordlist wordlist-processing
Last synced: 2 days ago
JSON representation
Wordlist manipulation
- Host: GitHub
- URL: https://github.com/elb4rto/wormod
- Owner: elB4RTO
- License: unlicense
- Created: 2024-11-27T19:38:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T21:33:55.000Z (over 1 year ago)
- Last Synced: 2025-11-09T04:18:39.984Z (7 months ago)
- Topics: ctf-tools, cyber-security, rust, wordlist, wordlist-processing
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorMod
Wordlists manipulation
## Description
**WorMod** takes a wordlist as input, manipulates it by applying the requested operations and outputs the modified version.
Currently available operations include sorting the wordlist, removing duplicates, reversing the words and filtering by word length.
## Build
```
cargo build --release
```
## Install
```
cargo install --path .
```