An open API service indexing awesome lists of open source software.

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

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 .
```