alek3y / wordlist

πŸ“’ | Generate a wordlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordlist

A simple project I made to exercise with FILE.

How to run

First you have to compile the source code:
gcc main.c -lm -o main

Then, to run the program correctly, you just have to use these arguments:
./main character_list length output_filename

For example:
./main abcdefghijklmnopqrstuvwxyz 4 worldlist.txt

About

πŸ“’ | Generate a wordlist


Languages

Language:C 100.0%