banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Narthex: A powerful modular customizable dictionary generator.

Narthex is a powerful modular customizable dictionary generator. This tool is developed based on C and Shell and can run on Unix or Unix-like operating systems. The tool includes a self-contained Unix-style dictionary generation program that can help researchers create personalized dictionaries for password recovery and security assessment.

Based on the principles of Unix systems, Narthex can utilize Unix text streams for collaboration.

Tool Components:

  • nchance: a tool that converts results to uppercase and appends them to the bottom of the dictionary.
  • ninc: an incremental tool that multiplies letter lines and appends an n++ character at the end of each line.
  • ncom: a combination tool used to create different combinations between existing lines in the dictionary.
  • nrev: a reverse tool that appends a preserved version of the line data at the end of the dictionary.
  • nleet: a tool that replaces characters with Leet equivalents, such as replacing a with @ or e with 3.
  • nclean: a tool used to delete passwords that do not meet certain criteria, such as being too short or lacking special characters.
  • napp: a tool that appends characters or words before or after dictionary lines.
  • nwiz: a wizard tool that requires user input and combines tools together to create the final dictionary.

Tool Installation:
Researchers can clone the project source code to their local machine and complete the installation using the following command:

$ git clone https://github.com/MichaelDim02/Narthex.git && cd Narthex

$ sudo make install

Tool Usage:
The tool is very easy to use, as we provide a wizard program to help users easily generate customized and personalized dictionary files:

$ nwiz

After running the above command, the tool will prompt the user to enter relevant information about the target and generate the corresponding dictionary file.

Advanced Usage:
If you want to maximize the use of Narthex, you can read the operation manual of the tool components in detail to understand their functions and features.

For example, you can store a set of keywords in a text file "words.txt" with each keyword on a different line, and run the following command to generate the dictionary:

$ cat words.txt | nhance -f | ncom | nrev | nleet | ninc 1 30 > dictionary.txt

At this point, you will be able to see the generated dictionary file.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.