XenorInspire / WorgenX-old

A simple wordlist generator in C code !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorgenX

A wordlist generator with several functionalities.

Note

This project isn't maintained anymore, please check the new version of WorgenX, fully rewritten in Rust with major improvements.

Requirements

For Windows :

Install MinGW (gcc compilator for windows) at https://sourceforge.net/projects/mingw/
Then, add GCC in your environment variables.

For Linux :

apt install gcc -y (debian distribution)

dnf install gcc -y (redhat distribution)

For MacOS :

Follow these tutorials :

1 : https://www.cyberciti.biz/faq/howto-apple-mac-os-x-install-gcc-compiler/

2 : https://mkyong.com/mac/how-to-install-gcc-compiler-on-mac-os-x/

Installation

In a directory of your choice copy the repo :
git clone https://github.com/XenorInspire/WorgenX.git
git clone https://gitlab.com/XenorInspire/WorgenX.git

Move in the directory :
cd WorgenX/

Compile WorgenX :

For Windows :

Go to the compilator folder and start WinCompilator.cmd.

For Linux/MacOS :

Go to the compilator folder : cd compilator/

Make sure that the script has the right to be executed :
chmod +x UnixCompilator.sh

Execute the compilator :
./UnixCompilator.sh

Start WorgenX

For Windows :

Exit the compilator folder and start WorgenX.exe.

For Linux/MacOS :

Exit the compilator folder and execute WorgenX : cd .. && ./WorgenX

Configuration

There is several parameters in the configuration file of WorgenX :

Parameter Description
MODE There are 3 performance levels for WorgenX : 1 (LOW), 2 (MEDIUM) and 3 (HIGH).
More the value is high, more WorgenX use CPU performances.

Mirrors

Licence

This application is licensed under GNU General Public License, Version 3.0.

About

A simple wordlist generator in C code !

License:GNU General Public License v3.0


Languages

Language:C 98.3%Language:Batchfile 0.9%Language:Shell 0.8%