Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

XenorInspire/WorgenX-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages