Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jul10l1r4/gomutation

Make combinations for make dynamic wordlist based in words for CLI
https://github.com/jul10l1r4/gomutation

Last synced: about 6 hours ago
JSON representation

Make combinations for make dynamic wordlist based in words for CLI

Awesome Lists containing this project

README

        

# GoMutation
Make combinations for make wordlist based in words file

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bfce85beccbe4904bc2fa569c3c4e4a0)](https://app.codacy.com/manual/Jul10l1r4/gomutation?utm_source=github.com&utm_medium=referral&utm_content=Jul10l1r4/gomutation&utm_campaign=Badge_Grade_Dashboard)
[![asciicast](https://asciinema.org/a/314318.svg)](https://asciinema.org/a/314318)

## USE
```cli
./main file-base-with-all-text-for-make-wordlist.txt file-for-output-wordlist.txt
```

## SOURCE
```bash
git clone https://github.com/Jul10l1r4/gomutation.git
cd gomutation
go build main.go # Or run with: go run main.go
```

## BINARY
Download builded: [GoMutation-SO-arch](https://github.com/Jul10l1r4/gomutation/releases)