Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jul10l1r4/gomutation
- Owner: Jul10l1r4
- Created: 2020-03-28T06:32:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T14:58:30.000Z (over 1 year ago)
- Last Synced: 2024-06-21T20:02:31.538Z (5 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)